Vortrag über Typografie und Ästhetik im responsive web design auf dem JUG Fulda Treffen 21.11.2013

A
Typografie & Ästhetik im responsive web design
Typografie & Ästhetik
https://www.rijksmuseum.nl/
responsive web design
Horizontale Choreografie

Typografie
Lesbarkeit

Kommunikation

Lesbarkeit

Lesbarkeit

Lesbarkeit
Horizontale Choreografie

Typografie

Kommunikation

Ästhetische Bewegungen

Lesbarkeit
Horizontale Choreografie

Typografie

Kommunikation

Lesbarkeit

form follows function
Ästhetische Bewegungen
form follows fantasy
the medium is the message
Skalierung mit % und em

browser & device default

http://www.smashingmagazine.com/

<meta name=“viewport“ content=“width=device-width, initial-scale=1“ />

html {
	 font-size: 100%;		
}

/*	 100% ~ 16px */
Skalierung mit % und em

mobile first

http://alistapart.com/

body {
	 font-size: 100%;			 /*	 100% ~ 16px */
								/*	 ~ 16px */
1em
}
@media screen and (min-width: 768px / 48em) {
	 body {
		 font-size: 112.5%;		 /*	 112,5% ~ 18px */
	}
}
@media screen and (min-width: 1280px / 80em) {
	 body {
		 font-size: 125%;		 /*	 125% ~ 20px */
	}
}
Skalierung mit % und em

mobile first
Skalierung mit % und em

line-height

1.66

body {
	 font-size: 100%;		 /*	 100% ~ 16px */
	line-height: 1.4;		 /*	 Web > Print */
							/*	eingeschlossen 	
p
*/
}
(	 p {
		 font-size: 1.125em;	 /*	 100% ~ 18px */
		 line-height: 1.5;		 /* p != body */
	 }	)
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;		 /*	 h < p */
}
Skalierung mit % und em

line-height

1.08

body {
	 font-size: 100%;		 /*	 100% ~ 16px */
	line-height: 1.4;		 /*	 Web > Print */
							/*	eingeschlossen 	
p
*/
}
(	 p {
		 font-size: 1.125em;	 /*	 100% ~ 18px */
		 line-height: 1.5;		 /* p != body */
	 }	)
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;		 /*	 h < p */
}
Skalierung mit % und em
When we design we generally do so in two dimensions –
length and width. They are the physical constraints of what
our technology is currently capable of. Our dimensional
restraints are then realised on the devices used to experi

When we design we generally do so in two dimensions –
length and width. They are the physical constraints of what
our technology is currently capable of. Our dimensional
restraints are then realised on the devices used to experi

When we design we generally do so in two dimensions –
length and width. They are the physical constraints of what
our technology is currently capable of. Our dimensional
restraints are then realised on the devices used to experi

line-height

body {
	line-height: 1.4
}

@media screen and (min-width: 48em) {
	 body {
		line-height: 1.5
	}
}

@media screen and (min-width: 80em) {
	 body {
		line-height: 1.6
	}
}
Skalierung mit % und em

Schriftform

When we design we generally do so in two dimensions –
length and width. They are the physical constraints of what
our technology is currently capable of. Our dimensional
restraints are then realised on the devices used to experi

When we design we generally do so in two dimensions –
length and width. They are the physical constraints of what
our technology is currently capable of. Our dimensional
restraints are then realised on the devices used to experi

When we design we generally do so in two dimensions –
length and width. They are the physical constraints of what
our technology is currently capable of. Our dimensional
restraints are then realised on the devices used to experi

body {
	 font-size: 100%;
	line-height: 1.4
}
Typographische Tonleiter
Typo Typo

Typo Typo

Typo

Typo

http://lamb.cc/typograph / Iain Lamb

/* base font size = 112.5% ~ 18px */
h1 { font-size: 3em; }			
h2 { font-size: 2.25em; }		
h3 { font-size: 1.5em; }		
h4 { font-size: 1.3125em; }	
h5 { font-size: 1.125em; }	
h6 { font-size: 1em; }			

/* 54px */
/* 41px */
/* 27px */
/* 24px */
/* 20px */
/* 18px */
Typographische Tonleiter
Typo Typo

Typo Typo

Typo

Typo

Überschrift 1			54px
Überschrift 2					41px
Überschrift 3								27px
Überschrift 4								24px
Überschrift 5									20px

Überschrift 6									18px

/* base font size = 112.5% ~ 18px */
h1 { font-size: 3em; }			
h2 { font-size: 2.25em; }		
h3 { font-size: 1.5em; }		
h4 { font-size: 1.3125em; }	
h5 { font-size: 1.125em; }	
h6 { font-size: 1em; }			

/* 54px */
/* 41px */
/* 27px */
/* 24px */
/* 20px */
/* 18px */
Typographische Tonleiter
https://medium.com/product-design/70e9a4839adf
MODULOR von LeCorbusier
Typo

Typo Typo

Typo Typo

Typo

/* base font size = 112.5% ~ 18px */
h1 { font-size: 3.4231em; }	
h2 { font-size: 2.6154em; }	
h3 { font-size: 2.1154em; }	
h4 { font-size: 1.6154em; }	
h5 { font-size: 1.3077em; }	
h6 { font-size: 1em; }			

/* 62px */
/* 47px */
/* 38px */
/* 29px */
/* 24px */
/* 18px */
MODULOR von LeCorbusier
Typo

Typo Typo

Typo Typo

Typo

Überschrift 1		 62px
Überschrift 2				47px
Überschrift 3						38px
Überschrift 4							29px
Überschrift 5								24px
Überschrift 6									18px

/* base font size = 112.5% ~ 18px */
h1 { font-size: 3.4231em; }	
h2 { font-size: 2.6154em; }	
h3 { font-size: 2.1154em; }	
h4 { font-size: 1.6154em; }	
h5 { font-size: 1.3077em; }	
h6 { font-size: 1em; }			

/* 62px */
/* 47px */
/* 38px */
/* 29px */
/* 24px */
/* 18px */
Typographische Tonleiter
http://brian.teeman.net/
http://freqdec.github.io/slabText/
Skalierung für mobile Ansicht
Typo Typo

Überschrift 1			32px
Überschrift 2			28px
Überschrift 3				24px
Überschrift 4					21px
Überschrift 5					19px
Überschrift 6						16px

Typo Typo

Typo Typo

/*	 bei body = 100% ~ 16px */
/*	 sehr flache Schrift-Skalierung 	 für mobile Ansicht */
h1 { font-size: 2.00em; }		
h2 { font-size: 1.66em; }		
h3 { font-size: 1.50em; }		
h4 { font-size: 1.33em; }		
h5 { font-size: 1.16em; }		
h6 { font-size: 1.00em; }		

/* 32px */
/* 28px */
/* 24px */
/* 21px */
/* 19px */
/* 16px */
Skalierung für mobile Ansicht
Typo Typo

Typo Typo

Typo Typo

http://www.guggenheim-bilbao.es
/*	 bei body = 100% ~ 16px */
/*	 sehr flache Schrift-Skalierung 	 für mobile Ansicht */
h1 { font-size: 2.00em; }		
h2 { font-size: 1.66em; }		
h3 { font-size: 1.50em; }		
h4 { font-size: 1.33em; }		
h5 { font-size: 1.16em; }		
h6 { font-size: 1.00em; }		

/* 32px */
/* 28px */
/* 24px */
/* 21px */
/* 19px */
/* 16px */
http://askos.fi/resume/ | Viljami Salminen
Absätze
http://www.jordanm.co.uk/page/2
article {
	 p{
		margin-bottom: @paragraph-val;
	}
}
Absätze
article {
	 p{
	 	 // margin-bottom: @paragraph-val;
		 & + p {
			// Erstzeileneinzug
			text-indent: @indent-val;
		}
		 &.bild + p,
		 &.lead + p,
		 &.bildlegende + p,
		 &.img_caption + p,
		 &.autor + p {
			text-indent: 0 !important;
		}
	}
}
When we design we generally do so in two 32
dimensions — length and width. They are
the physical constraints of what our technology is currently capable of. Our dimensional restraints are then realised on the devices used to 49
experience our design. Beyond the two dimensional screen
exists the third dimension (and many other theorised di45
mensions) — the physical space in which our designs ex-

Zeilenlänge

- 75 Zeichen pro Zeile

ist beyond the canvas. Here, all sorts of physical parameters affect how 61
a person uses our design. Consider the user’s physical space around them
— perhaps they are lying on their side on the sofa or in bed and holding
a mobile device with one hand. Can the design be enjoyed when a user’s
is physically restricted from using two hands? Luke Wroblewski further elaborates on this 77
idea in his Testing One Thumb, One Eyeball article detailing the test procedure for Polar. When we design we generally do so in two dimensions — length and width. They are
the physical constraints of what our technology is currently capable of. Our dimensional

86

restraints are then realised on the devices used to experience our design. Beyond the two dimensional
screen exists the third dimension (and many other theorised dimensions) — the physical space in which
our designs exist beyond the canvas. Here, all sorts of physical parameters affect how a person uses our
design. Consider the user’s physical space around them — perhaps they are lying on their side on the
Absätze

Zeilenlänge
http://simplefocus.com/flowtype/
Zeilenlänge
http://www.maxdesign.com.au/2013/05/25/ideal-line-length-in-ems/

Column width in ems

Average characters per line

21

49

22

52

23

54

24

57

25

59

26

61

27

64

28

66

29

69

30

71

<div class=“wrapper“>
	 <section role=“main“ >
		 <jdoc:include type=“component“ />
	</section>
	 <aside role=“complementary“ >
		 <jdoc:include type=“modules“ … />
	</aside>
</div>

.wrapper {
	width: 40em;
}
section[role =“main“] {
	width: 28em;
}
aside[role=“complementary“] {
	width: 12em;
}
Sans Slab Serif
Alegreya (serif)
Andada (slab)
Bitter (slab)
Droid Sans
Droid Serif
Gentium (serif)
Yanone Kaffeesatz (sans)
Lato (sans)
Open Sans Condensed
Open Sans
PT Sans Narrow
PT Sans
PT Serif
Source Code Pro (slab mono)
Source Sans Pro
Ubuntu Condensed (sans)
Ubuntu (sans)
Vollkorn (serif)

Joomla! Testing
Thanks for helping us to test Joomla!
We're getting ready for the release of Joomla 3.0 and
we appreciate you helping us find and fix problems as we
work.
If you haven't done testing before here are some tips.
•	Don't delete the installation folder when you finish installing! While we're working we turn …

Joomla! Testing
Thanks for helping us to test Joomla!
We're getting ready for the release of Joomla 3.0 and
we appreciate you helping us find and fix problems as
we work.
If you haven't done testing before here are some tips.
•	 Don't delete the installation folder when you finish
installing! While we're working we turn …
Sans Slab Serif
Alegreya (serif)
Andada (slab)
Bitter (slab)
Droid Sans
Droid Serif
Gentium (serif)
Yanone Kaffeesatz (sans)
Lato (sans)
Open Sans Condensed
Open Sans
PT Sans Narrow
PT Sans
PT Serif
Source Code Pro (slab mono)
Source Sans Pro
Ubuntu Condensed (sans)
Ubuntu (sans)
Vollkorn (serif)

Joomla! Testing
Thanks for helping us to test Joomla!
We're getting ready for the release of Joomla 3.0
and we appreciate you helping us find and fix problems as we work.
If you haven't done testing before here are some
tips.
•	 Don't delete the installation folder when you …

Joomla! Testing
Thanks for helping us to test Joomla!
We're getting ready for the release of Joomla 3.0 and
we appreciate you helping us find and fix problems as
we work.
If you haven't done testing before here are some tips.
•	 Don't delete the installation folder when you finish installing! While we're working we turn …
http://typecast.com/blog/type-on-screen-superhero-superfamilies
Sans Slab Serif

Typen mit Charakter
Modern Art Museum

Computertechnik

Floristik Studio
3 x Fonts einbinden
1. Adobe Edge Web Fonts

2. Google Fonts

https://edgewebfonts.adobe.com/fonts#/?nam
eFilter=Lato&collection=lato:n4,i4,n7,i7,i9

http://www.google.com/
fonts#QuickUsePlace:quickUse/Family:

Lato: regular, italic, bold, bold italic

Lato:

1. template index.php
<script src=“//use.edgefonts.net/
lato:n4,i4,n7,i7,i9.js“></script>

1. template index.php
<link href=‘http://fonts.googleapis.com/
css?family=Lato:400,700,400italic,700i
talic‘ rel=‘stylesheet‘ type=‘text/css‘>

2. template css
body {
		 font-family: ‚Lato‘, sans-serif;
		 font-weight: 400 /* normal */
	}
	 h1, h2, h3, h4 {
		 font-family: ‚Lato‘, sans-serif;
		 font-weight: 700 /* bold */
	}

regular, italic, bold, bold italic

2. template css
	 body {
		 font-family: ‚Lato‘, sans-serif;
		 font-weight: 400 /* normal */
	}
	

(font-weight: 700 /* bold */)
3 x Fonts einbinden
3. Fonts mit template „hosten“
http://www.fontsquirrel.com/fonts/
PT-Sans?q%5Bterm%5D=pt+sans
&q%5Bsearch_check%5D=Y

PT Sans: regular, italic, bold, bold italic
1. download Webfont Kit
2. benötigte Dateien in einem Unterverzeichnis des templates speichern
z.B.: my-template/fonts
3. font in css einbinden:
3.1. @font-face
3.2. @font-face bearbeiten
3.3. css Stile angeben

3.1. Beispiel: regular und bold
@font-face {
	font-family: ‚pt_sansregular‘;
	src:	
url(‚PTS55F-webfont.eot‘);
	src:	
url(‚PTS55F-webfont.eot?#iefix‘) format(‚embedded-opentype‘),
		url(‚PTS55F-webfont.woff‘) format(‚woff‘),
		url(‚PTS55F-webfont.ttf‘) format(‚truetype‘),
		url(‚PTS55F-webfont.svg#pt_sansregular‘) format(‚svg‘);
	
font-weight: normal;
	
font-style: normal;
}
@font-face {
	font-family: ‚pt_sansbold‘;
	src:	
url(‚PTS75F-webfont.eot‘);
	src:	
url(‚PTS75F-webfont.eot?#iefix‘) format(‚embedded-opentype‘),
		url(‚PTS75F-webfont.woff‘) format(‚woff‘),
		url(‚PTS75F-webfont.ttf‘) format(‚truetype‘),
		url(‚PTS75F-webfont.svg#pt_sansbold‘) format(‚svg‘);
	
font-weight: normal;
	
font-style: normal;
}
3 x Fonts einbinden
3.2. @font-face bearbeiten

3.2.1. 	alle font-family Namen angleichen
3.2.2. 	alle url aktualisieren
3.2.3. 	font-weight und font-style 	
		 anpassen, falls nötig

@font-face {
	font-family: ‚pt-sans‘;
	src:	
url(‚../fonts/PTS55F-webfont.eot‘);
	src:	
url(‚../fonts/PTS55F-webfont.eot?#iefix‘) format(‚embedded-opentype‘),
		url(‚../fonts/PTS55F-webfont.woff‘) format(‚woff‘),
		url(‚../fonts/PTS55F-webfont.ttf‘) format(‚truetype‘),
		url(‚../fonts/PTS55F-webfont.svg#pt_sansregular‘) format(‚svg‘);
	
font-weight: normal;
	 3.3. template
	
font-style: normal;
}
		body {

css

			font-family: ‚pt-sans‘, sans-serif;
			font-weight: normal;
			}

@font-face {
	font-family: ‚pt-sans‘;
	src:	
url(‚../fonts/PTS75F-webfont.eot‘);
	src:	
url(‚../fonts/PTS75F-webfont.eot?#iefix‘) format(‚embedded-opentype‘),
		url(‚../fonts/PTS75F-webfont.woff‘) format(‚woff‘),
		url(‚../fonts/PTS75F-webfont.ttf‘) format(‚truetype‘),
		 h1, h2, h3, h4 {
		url(‚../fonts/PTS75F-webfont.svg#pt_sansbold‘) format(‚svg‘);
			font-family: ‚pt-sans‘, sans-serif;
	
font-weight: bold;
			font-weight: bold;
	
font-style: normal;
}

			}
Fläche & Komposition

Symmetrie <> Asymmetrie
http://laurakalbag.com/graphic-design/
Fläche & Komposition

Statik <> Dynamik
http://www.yootheme.com/themes
Fläche & Komposition

Ordnung <> Unordnung
http://tympanus.net/codrops/
Weißraum

http://www.lenbachhaus.de/index.php?id=20

Fläche & Komposition
Vertikale Choreografie
D
yn
am
isc
he
In
ha
lte

Vertikale Choreografie

Horizontale Choreografie
Horizontale Choreografie

Vertikale Choreografie

http://ami.responsivedesign.is/
Vertikale Choreografie

Horizontale Choreografie

the medium is the message
fin
/*! Copyright (c) David Bushell | http://dbushell.com/ */
(function (g, h, c) {
var d = function (m) {
return m.trim ? m.trim() : m.replace(/^s+|s+$/g, "")
};
var e = function (m, n) {
return(" " + m.className + " ").indexOf(" " + n + " ") !== -1
};
var f = function (m, n) {
if (!e(m, n)) {
m.className = (m.className === "") ? n : m.className + " " + n
}
};
var k = function (m, n) {
m.className = d((" " + m.className + " ").replace(" " + n + " ", " "))
};
var l = function (m, n) {
if (m) {
do {
if (m.id === n) {
return true
}
if (m.nodeType === 9) {
break
}
} while ((m = m.parentNode))
}
return false
};
var j = h.documentElement;
var i = g.Modernizr.prefixed("transform"), b = g.Modernizr.prefixed("transition"), a = (function () {
var m = {WebkitTransition: "webkitTransitionEnd", MozTransition: "transitionend", OTransition: "oTransitionEnd otransitionend", msTransition: "MSTransitionEnd", transition: "transitionend"};
return m.hasOwnProperty(b) ? m[b] : false
})();
g.App = (function () {
var p = false, q = {};
var m = h.getElementById("inner-wrapper"), o = false, n = "js-nav";
q.init = function () {
if (p) {
return
}
p = true;
var r = function (s) {
if (s && s.target === m) {
h.removeEventListener(a, r, false)
}
o = false
};
q.closeNav = function () {
if (o) {
var s = (a && b) ? parseFloat(g.getComputedStyle(m, "")[b + "Duration"]) : 0;
if (s > 0) {
h.addEventListener(a, r, false)
} else {
r(null)
}
}
k(j, n)
};
q.openNav = function () {
if (o) {
return
}
f(j, n);
o = true
};
q.toggleNav = function (s) {
if (o && e(j, n)) {
q.closeNav()
} else {
q.openNav()
}
if (s) {
s.preventDefault()
}
};
h.getElementById("nav-open-btn").addEventListener("click", q.toggleNav, false);
h.getElementById("nav-close-btn").addEventListener("click", q.toggleNav, false);
h.addEventListener("click", function (s) {
if (o && !l(s.target, "nav")) {
s.preventDefault();
q.closeNav()
}
}, true);
f(j, "js-ready")
};
return q
})();
if (g.addEventListener) {
g.addEventListener("DOMContentLoaded", g.App.init, false)
}
})(window, window.document);
about
1961
geboren in München-Pasing

Akademie der Bildenden Künste München
Prof. Sir Eduardo Paolozzi
Prof. Heribert Sturm

seit 1990
Kunstlehrer am Gymnasium

1996–2003
Deutsche Schule Lima / Peru

www.adhocgrafx.de
@adhocgrafx
seit 2009 > Joomla!
e-learning Plattform für den Kunstunterricht
www.kunstimunterricht.de
seit 2013 powered by tec-promotions.de

seit 2011 > responsive web design
JoomSkeleton, JoomFluid und JoomFlex
https://github.com/adhocgraFX
1 von 47

Recomendados

Joomla!Day 2013 Nürnberg; Vortrag von Johannes Hock von
Joomla!Day 2013 Nürnberg; Vortrag von Johannes HockJoomla!Day 2013 Nürnberg; Vortrag von Johannes Hock
Joomla!Day 2013 Nürnberg; Vortrag von Johannes HockadhocgraFX
2.6K views33 Folien
ChatGPT and the Future of Work - Clark Boyd von
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
21.3K views69 Folien
Getting into the tech field. what next von
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
5.2K views22 Folien
Google's Just Not That Into You: Understanding Core Updates & Search Intent von
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
5.9K views99 Folien
How to have difficult conversations von
How to have difficult conversations How to have difficult conversations
How to have difficult conversations Rajiv Jayarajah, MAppComm, ACC
4.5K views19 Folien
Introduction to Data Science von
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data ScienceChristy Abraham Joy
82.2K views51 Folien

Más contenido relacionado

Último

India's Leading Cyber Security Companies to Watch.pdf von
India's Leading Cyber Security Companies to Watch.pdfIndia's Leading Cyber Security Companies to Watch.pdf
India's Leading Cyber Security Companies to Watch.pdfinsightssuccess2
7 views40 Folien
SUGAR cosmetics ppt von
SUGAR cosmetics pptSUGAR cosmetics ppt
SUGAR cosmetics pptshafrinn5
24 views9 Folien
Popup Company Profile von
Popup Company ProfilePopup Company Profile
Popup Company ProfilePopup Agency
7 views18 Folien
ERC-BEIS Longitudinal Small Business Survey Dissemination Event Slides von
ERC-BEIS Longitudinal Small Business Survey Dissemination Event  Slides ERC-BEIS Longitudinal Small Business Survey Dissemination Event  Slides
ERC-BEIS Longitudinal Small Business Survey Dissemination Event Slides enterpriseresearchcentre
78 views154 Folien
Rangell Auto Detailing von
Rangell Auto Detailing Rangell Auto Detailing
Rangell Auto Detailing rangellautodetailing
7 views8 Folien
RESIDENTIAL CARPENTRY SERVICES – COLOR RENOVATION INC von
RESIDENTIAL CARPENTRY SERVICES – COLOR RENOVATION INCRESIDENTIAL CARPENTRY SERVICES – COLOR RENOVATION INC
RESIDENTIAL CARPENTRY SERVICES – COLOR RENOVATION INCcolorrenovation
18 views3 Folien

Último(20)

India's Leading Cyber Security Companies to Watch.pdf von insightssuccess2
India's Leading Cyber Security Companies to Watch.pdfIndia's Leading Cyber Security Companies to Watch.pdf
India's Leading Cyber Security Companies to Watch.pdf
SUGAR cosmetics ppt von shafrinn5
SUGAR cosmetics pptSUGAR cosmetics ppt
SUGAR cosmetics ppt
shafrinn524 views
ERC-BEIS Longitudinal Small Business Survey Dissemination Event Slides von enterpriseresearchcentre
ERC-BEIS Longitudinal Small Business Survey Dissemination Event  Slides ERC-BEIS Longitudinal Small Business Survey Dissemination Event  Slides
ERC-BEIS Longitudinal Small Business Survey Dissemination Event Slides
RESIDENTIAL CARPENTRY SERVICES – COLOR RENOVATION INC von colorrenovation
RESIDENTIAL CARPENTRY SERVICES – COLOR RENOVATION INCRESIDENTIAL CARPENTRY SERVICES – COLOR RENOVATION INC
RESIDENTIAL CARPENTRY SERVICES – COLOR RENOVATION INC
colorrenovation18 views
PMU Launch - Guaranteed Slides von pmulaunch
PMU Launch - Guaranteed SlidesPMU Launch - Guaranteed Slides
PMU Launch - Guaranteed Slides
pmulaunch11 views
bookmyshow-1.pptx von 125071035
bookmyshow-1.pptxbookmyshow-1.pptx
bookmyshow-1.pptx
1250710358 views
TNR Gold Investor Presentation - Building The Green Energy Metals Royalty and... von Kirill Klip
TNR Gold Investor Presentation - Building The Green Energy Metals Royalty and...TNR Gold Investor Presentation - Building The Green Energy Metals Royalty and...
TNR Gold Investor Presentation - Building The Green Energy Metals Royalty and...
Kirill Klip74 views
Pitch Deck Teardown: Scalestack's $1M AI sales tech Seed deck von HajeJanKamps
Pitch Deck Teardown: Scalestack's $1M AI sales tech Seed deckPitch Deck Teardown: Scalestack's $1M AI sales tech Seed deck
Pitch Deck Teardown: Scalestack's $1M AI sales tech Seed deck
HajeJanKamps29 views
voice logger software aegis.pdf von Nirmal Sharma
voice logger software aegis.pdfvoice logger software aegis.pdf
voice logger software aegis.pdf
Nirmal Sharma10 views
See the new MTN tariffs effected November 28, 2023 von Kweku Zurek
See the new MTN tariffs effected November 28, 2023See the new MTN tariffs effected November 28, 2023
See the new MTN tariffs effected November 28, 2023
Kweku Zurek29.4K views
How to get your business featured on Forbes - Business Show 23 von Quibble
How to get your business featured on Forbes - Business Show 23How to get your business featured on Forbes - Business Show 23
How to get your business featured on Forbes - Business Show 23
Quibble28 views
Group and Teams: Increasing Cooperation and Reducing Conflict von Seta Wicaksana
Group and Teams: Increasing Cooperation and Reducing Conflict Group and Teams: Increasing Cooperation and Reducing Conflict
Group and Teams: Increasing Cooperation and Reducing Conflict
Seta Wicaksana13 views

Destacado

Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright... von
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
12.6K views21 Folien
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present... von
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Applitools
55.4K views138 Folien
12 Ways to Increase Your Influence at Work von
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at WorkGetSmarter
401.6K views64 Folien
ChatGPT webinar slides von
ChatGPT webinar slidesChatGPT webinar slides
ChatGPT webinar slidesAlireza Esmikhani
30.3K views36 Folien
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G... von
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...DevGAMM Conference
3.6K views12 Folien

Destacado(20)

Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright... von RachelPearson36
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
RachelPearson3612.6K views
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present... von Applitools
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Applitools55.4K views
12 Ways to Increase Your Influence at Work von GetSmarter
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
GetSmarter401.6K views
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G... von DevGAMM Conference
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
DevGAMM Conference3.6K views
Barbie - Brand Strategy Presentation von Erica Santiago
Barbie - Brand Strategy PresentationBarbie - Brand Strategy Presentation
Barbie - Brand Strategy Presentation
Erica Santiago25.1K views
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well von Saba Software
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them wellGood Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Saba Software25.2K views
Introduction to C Programming Language von Simplilearn
Introduction to C Programming LanguageIntroduction to C Programming Language
Introduction to C Programming Language
Simplilearn8.4K views
The Pixar Way: 37 Quotes on Developing and Maintaining a Creative Company (fr... von Palo Alto Software
The Pixar Way: 37 Quotes on Developing and Maintaining a Creative Company (fr...The Pixar Way: 37 Quotes on Developing and Maintaining a Creative Company (fr...
The Pixar Way: 37 Quotes on Developing and Maintaining a Creative Company (fr...
Palo Alto Software88.3K views
9 Tips for a Work-free Vacation von Weekdone.com
9 Tips for a Work-free Vacation9 Tips for a Work-free Vacation
9 Tips for a Work-free Vacation
Weekdone.com7.2K views
How to Map Your Future von SlideShop.com
How to Map Your FutureHow to Map Your Future
How to Map Your Future
SlideShop.com275.1K views
Beyond Pride: Making Digital Marketing & SEO Authentically LGBTQ+ Inclusive -... von AccuraCast
Beyond Pride: Making Digital Marketing & SEO Authentically LGBTQ+ Inclusive -...Beyond Pride: Making Digital Marketing & SEO Authentically LGBTQ+ Inclusive -...
Beyond Pride: Making Digital Marketing & SEO Authentically LGBTQ+ Inclusive -...
AccuraCast3.4K views
Exploring ChatGPT for Effective Teaching and Learning.pptx von Stan Skrabut, Ed.D.
Exploring ChatGPT for Effective Teaching and Learning.pptxExploring ChatGPT for Effective Teaching and Learning.pptx
Exploring ChatGPT for Effective Teaching and Learning.pptx
Stan Skrabut, Ed.D.57.6K views
How to train your robot (with Deep Reinforcement Learning) von Lucas García, PhD
How to train your robot (with Deep Reinforcement Learning)How to train your robot (with Deep Reinforcement Learning)
How to train your robot (with Deep Reinforcement Learning)
Lucas García, PhD42.5K views
4 Strategies to Renew Your Career Passion von Daniel Goleman
4 Strategies to Renew Your Career Passion4 Strategies to Renew Your Career Passion
4 Strategies to Renew Your Career Passion
Daniel Goleman122K views
The Student's Guide to LinkedIn von LinkedIn
The Student's Guide to LinkedInThe Student's Guide to LinkedIn
The Student's Guide to LinkedIn
LinkedIn87.9K views
Different Roles in Machine Learning Career von Intellipaat
Different Roles in Machine Learning CareerDifferent Roles in Machine Learning Career
Different Roles in Machine Learning Career
Intellipaat12.4K views

Vortrag über Typografie und Ästhetik im responsive web design auf dem JUG Fulda Treffen 21.11.2013

  • 1. Typografie & Ästhetik im responsive web design
  • 6. Horizontale Choreografie Typografie Kommunikation Lesbarkeit form follows function Ästhetische Bewegungen form follows fantasy the medium is the message
  • 7. Skalierung mit % und em browser & device default http://www.smashingmagazine.com/ <meta name=“viewport“ content=“width=device-width, initial-scale=1“ /> html { font-size: 100%; } /* 100% ~ 16px */
  • 8. Skalierung mit % und em mobile first http://alistapart.com/ body { font-size: 100%; /* 100% ~ 16px */ /* ~ 16px */ 1em } @media screen and (min-width: 768px / 48em) { body { font-size: 112.5%; /* 112,5% ~ 18px */ } } @media screen and (min-width: 1280px / 80em) { body { font-size: 125%; /* 125% ~ 20px */ } }
  • 9. Skalierung mit % und em mobile first
  • 10. Skalierung mit % und em line-height 1.66 body { font-size: 100%; /* 100% ~ 16px */ line-height: 1.4; /* Web > Print */ /* eingeschlossen p */ } ( p { font-size: 1.125em; /* 100% ~ 18px */ line-height: 1.5; /* p != body */ } ) h1, h2, h3, h4, h5, h6 { line-height: 1.2; /* h < p */ }
  • 11. Skalierung mit % und em line-height 1.08 body { font-size: 100%; /* 100% ~ 16px */ line-height: 1.4; /* Web > Print */ /* eingeschlossen p */ } ( p { font-size: 1.125em; /* 100% ~ 18px */ line-height: 1.5; /* p != body */ } ) h1, h2, h3, h4, h5, h6 { line-height: 1.2; /* h < p */ }
  • 12. Skalierung mit % und em When we design we generally do so in two dimensions – length and width. They are the physical constraints of what our technology is currently capable of. Our dimensional restraints are then realised on the devices used to experi When we design we generally do so in two dimensions – length and width. They are the physical constraints of what our technology is currently capable of. Our dimensional restraints are then realised on the devices used to experi When we design we generally do so in two dimensions – length and width. They are the physical constraints of what our technology is currently capable of. Our dimensional restraints are then realised on the devices used to experi line-height body { line-height: 1.4 } @media screen and (min-width: 48em) { body { line-height: 1.5 } } @media screen and (min-width: 80em) { body { line-height: 1.6 } }
  • 13. Skalierung mit % und em Schriftform When we design we generally do so in two dimensions – length and width. They are the physical constraints of what our technology is currently capable of. Our dimensional restraints are then realised on the devices used to experi When we design we generally do so in two dimensions – length and width. They are the physical constraints of what our technology is currently capable of. Our dimensional restraints are then realised on the devices used to experi When we design we generally do so in two dimensions – length and width. They are the physical constraints of what our technology is currently capable of. Our dimensional restraints are then realised on the devices used to experi body { font-size: 100%; line-height: 1.4 }
  • 14. Typographische Tonleiter Typo Typo Typo Typo Typo Typo http://lamb.cc/typograph / Iain Lamb /* base font size = 112.5% ~ 18px */ h1 { font-size: 3em; } h2 { font-size: 2.25em; } h3 { font-size: 1.5em; } h4 { font-size: 1.3125em; } h5 { font-size: 1.125em; } h6 { font-size: 1em; } /* 54px */ /* 41px */ /* 27px */ /* 24px */ /* 20px */ /* 18px */
  • 15. Typographische Tonleiter Typo Typo Typo Typo Typo Typo Überschrift 1 54px Überschrift 2 41px Überschrift 3 27px Überschrift 4 24px Überschrift 5 20px Überschrift 6 18px /* base font size = 112.5% ~ 18px */ h1 { font-size: 3em; } h2 { font-size: 2.25em; } h3 { font-size: 1.5em; } h4 { font-size: 1.3125em; } h5 { font-size: 1.125em; } h6 { font-size: 1em; } /* 54px */ /* 41px */ /* 27px */ /* 24px */ /* 20px */ /* 18px */
  • 17. MODULOR von LeCorbusier Typo Typo Typo Typo Typo Typo /* base font size = 112.5% ~ 18px */ h1 { font-size: 3.4231em; } h2 { font-size: 2.6154em; } h3 { font-size: 2.1154em; } h4 { font-size: 1.6154em; } h5 { font-size: 1.3077em; } h6 { font-size: 1em; } /* 62px */ /* 47px */ /* 38px */ /* 29px */ /* 24px */ /* 18px */
  • 18. MODULOR von LeCorbusier Typo Typo Typo Typo Typo Typo Überschrift 1 62px Überschrift 2 47px Überschrift 3 38px Überschrift 4 29px Überschrift 5 24px Überschrift 6 18px /* base font size = 112.5% ~ 18px */ h1 { font-size: 3.4231em; } h2 { font-size: 2.6154em; } h3 { font-size: 2.1154em; } h4 { font-size: 1.6154em; } h5 { font-size: 1.3077em; } h6 { font-size: 1em; } /* 62px */ /* 47px */ /* 38px */ /* 29px */ /* 24px */ /* 18px */
  • 21. Skalierung für mobile Ansicht Typo Typo Überschrift 1 32px Überschrift 2 28px Überschrift 3 24px Überschrift 4 21px Überschrift 5 19px Überschrift 6 16px Typo Typo Typo Typo /* bei body = 100% ~ 16px */ /* sehr flache Schrift-Skalierung für mobile Ansicht */ h1 { font-size: 2.00em; } h2 { font-size: 1.66em; } h3 { font-size: 1.50em; } h4 { font-size: 1.33em; } h5 { font-size: 1.16em; } h6 { font-size: 1.00em; } /* 32px */ /* 28px */ /* 24px */ /* 21px */ /* 19px */ /* 16px */
  • 22. Skalierung für mobile Ansicht Typo Typo Typo Typo Typo Typo http://www.guggenheim-bilbao.es /* bei body = 100% ~ 16px */ /* sehr flache Schrift-Skalierung für mobile Ansicht */ h1 { font-size: 2.00em; } h2 { font-size: 1.66em; } h3 { font-size: 1.50em; } h4 { font-size: 1.33em; } h5 { font-size: 1.16em; } h6 { font-size: 1.00em; } /* 32px */ /* 28px */ /* 24px */ /* 21px */ /* 19px */ /* 16px */
  • 25. Absätze article { p{ // margin-bottom: @paragraph-val; & + p { // Erstzeileneinzug text-indent: @indent-val; } &.bild + p, &.lead + p, &.bildlegende + p, &.img_caption + p, &.autor + p { text-indent: 0 !important; } } }
  • 26. When we design we generally do so in two 32 dimensions — length and width. They are the physical constraints of what our technology is currently capable of. Our dimensional restraints are then realised on the devices used to 49 experience our design. Beyond the two dimensional screen exists the third dimension (and many other theorised di45 mensions) — the physical space in which our designs ex- Zeilenlänge - 75 Zeichen pro Zeile ist beyond the canvas. Here, all sorts of physical parameters affect how 61 a person uses our design. Consider the user’s physical space around them — perhaps they are lying on their side on the sofa or in bed and holding a mobile device with one hand. Can the design be enjoyed when a user’s is physically restricted from using two hands? Luke Wroblewski further elaborates on this 77 idea in his Testing One Thumb, One Eyeball article detailing the test procedure for Polar. When we design we generally do so in two dimensions — length and width. They are the physical constraints of what our technology is currently capable of. Our dimensional 86 restraints are then realised on the devices used to experience our design. Beyond the two dimensional screen exists the third dimension (and many other theorised dimensions) — the physical space in which our designs exist beyond the canvas. Here, all sorts of physical parameters affect how a person uses our design. Consider the user’s physical space around them — perhaps they are lying on their side on the
  • 28. Zeilenlänge http://www.maxdesign.com.au/2013/05/25/ideal-line-length-in-ems/ Column width in ems Average characters per line 21 49 22 52 23 54 24 57 25 59 26 61 27 64 28 66 29 69 30 71 <div class=“wrapper“> <section role=“main“ > <jdoc:include type=“component“ /> </section> <aside role=“complementary“ > <jdoc:include type=“modules“ … /> </aside> </div> .wrapper { width: 40em; } section[role =“main“] { width: 28em; } aside[role=“complementary“] { width: 12em; }
  • 29. Sans Slab Serif Alegreya (serif) Andada (slab) Bitter (slab) Droid Sans Droid Serif Gentium (serif) Yanone Kaffeesatz (sans) Lato (sans) Open Sans Condensed Open Sans PT Sans Narrow PT Sans PT Serif Source Code Pro (slab mono) Source Sans Pro Ubuntu Condensed (sans) Ubuntu (sans) Vollkorn (serif) Joomla! Testing Thanks for helping us to test Joomla! We're getting ready for the release of Joomla 3.0 and we appreciate you helping us find and fix problems as we work. If you haven't done testing before here are some tips. • Don't delete the installation folder when you finish installing! While we're working we turn … Joomla! Testing Thanks for helping us to test Joomla! We're getting ready for the release of Joomla 3.0 and we appreciate you helping us find and fix problems as we work. If you haven't done testing before here are some tips. • Don't delete the installation folder when you finish installing! While we're working we turn …
  • 30. Sans Slab Serif Alegreya (serif) Andada (slab) Bitter (slab) Droid Sans Droid Serif Gentium (serif) Yanone Kaffeesatz (sans) Lato (sans) Open Sans Condensed Open Sans PT Sans Narrow PT Sans PT Serif Source Code Pro (slab mono) Source Sans Pro Ubuntu Condensed (sans) Ubuntu (sans) Vollkorn (serif) Joomla! Testing Thanks for helping us to test Joomla! We're getting ready for the release of Joomla 3.0 and we appreciate you helping us find and fix problems as we work. If you haven't done testing before here are some tips. • Don't delete the installation folder when you … Joomla! Testing Thanks for helping us to test Joomla! We're getting ready for the release of Joomla 3.0 and we appreciate you helping us find and fix problems as we work. If you haven't done testing before here are some tips. • Don't delete the installation folder when you finish installing! While we're working we turn …
  • 32. Sans Slab Serif Typen mit Charakter Modern Art Museum Computertechnik Floristik Studio
  • 33. 3 x Fonts einbinden 1. Adobe Edge Web Fonts 2. Google Fonts https://edgewebfonts.adobe.com/fonts#/?nam eFilter=Lato&collection=lato:n4,i4,n7,i7,i9 http://www.google.com/ fonts#QuickUsePlace:quickUse/Family: Lato: regular, italic, bold, bold italic Lato: 1. template index.php <script src=“//use.edgefonts.net/ lato:n4,i4,n7,i7,i9.js“></script> 1. template index.php <link href=‘http://fonts.googleapis.com/ css?family=Lato:400,700,400italic,700i talic‘ rel=‘stylesheet‘ type=‘text/css‘> 2. template css body { font-family: ‚Lato‘, sans-serif; font-weight: 400 /* normal */ } h1, h2, h3, h4 { font-family: ‚Lato‘, sans-serif; font-weight: 700 /* bold */ } regular, italic, bold, bold italic 2. template css body { font-family: ‚Lato‘, sans-serif; font-weight: 400 /* normal */ } (font-weight: 700 /* bold */)
  • 34. 3 x Fonts einbinden 3. Fonts mit template „hosten“ http://www.fontsquirrel.com/fonts/ PT-Sans?q%5Bterm%5D=pt+sans &q%5Bsearch_check%5D=Y PT Sans: regular, italic, bold, bold italic 1. download Webfont Kit 2. benötigte Dateien in einem Unterverzeichnis des templates speichern z.B.: my-template/fonts 3. font in css einbinden: 3.1. @font-face 3.2. @font-face bearbeiten 3.3. css Stile angeben 3.1. Beispiel: regular und bold @font-face { font-family: ‚pt_sansregular‘; src: url(‚PTS55F-webfont.eot‘); src: url(‚PTS55F-webfont.eot?#iefix‘) format(‚embedded-opentype‘), url(‚PTS55F-webfont.woff‘) format(‚woff‘), url(‚PTS55F-webfont.ttf‘) format(‚truetype‘), url(‚PTS55F-webfont.svg#pt_sansregular‘) format(‚svg‘); font-weight: normal; font-style: normal; } @font-face { font-family: ‚pt_sansbold‘; src: url(‚PTS75F-webfont.eot‘); src: url(‚PTS75F-webfont.eot?#iefix‘) format(‚embedded-opentype‘), url(‚PTS75F-webfont.woff‘) format(‚woff‘), url(‚PTS75F-webfont.ttf‘) format(‚truetype‘), url(‚PTS75F-webfont.svg#pt_sansbold‘) format(‚svg‘); font-weight: normal; font-style: normal; }
  • 35. 3 x Fonts einbinden 3.2. @font-face bearbeiten 3.2.1. alle font-family Namen angleichen 3.2.2. alle url aktualisieren 3.2.3. font-weight und font-style anpassen, falls nötig @font-face { font-family: ‚pt-sans‘; src: url(‚../fonts/PTS55F-webfont.eot‘); src: url(‚../fonts/PTS55F-webfont.eot?#iefix‘) format(‚embedded-opentype‘), url(‚../fonts/PTS55F-webfont.woff‘) format(‚woff‘), url(‚../fonts/PTS55F-webfont.ttf‘) format(‚truetype‘), url(‚../fonts/PTS55F-webfont.svg#pt_sansregular‘) format(‚svg‘); font-weight: normal; 3.3. template font-style: normal; } body { css font-family: ‚pt-sans‘, sans-serif; font-weight: normal; } @font-face { font-family: ‚pt-sans‘; src: url(‚../fonts/PTS75F-webfont.eot‘); src: url(‚../fonts/PTS75F-webfont.eot?#iefix‘) format(‚embedded-opentype‘), url(‚../fonts/PTS75F-webfont.woff‘) format(‚woff‘), url(‚../fonts/PTS75F-webfont.ttf‘) format(‚truetype‘), h1, h2, h3, h4 { url(‚../fonts/PTS75F-webfont.svg#pt_sansbold‘) format(‚svg‘); font-family: ‚pt-sans‘, sans-serif; font-weight: bold; font-weight: bold; font-style: normal; } }
  • 36. Fläche & Komposition Symmetrie <> Asymmetrie http://laurakalbag.com/graphic-design/
  • 37. Fläche & Komposition Statik <> Dynamik http://www.yootheme.com/themes
  • 38. Fläche & Komposition Ordnung <> Unordnung http://tympanus.net/codrops/
  • 44. fin
  • 45. /*! Copyright (c) David Bushell | http://dbushell.com/ */ (function (g, h, c) { var d = function (m) { return m.trim ? m.trim() : m.replace(/^s+|s+$/g, "") }; var e = function (m, n) { return(" " + m.className + " ").indexOf(" " + n + " ") !== -1 }; var f = function (m, n) { if (!e(m, n)) { m.className = (m.className === "") ? n : m.className + " " + n } }; var k = function (m, n) { m.className = d((" " + m.className + " ").replace(" " + n + " ", " ")) }; var l = function (m, n) { if (m) { do { if (m.id === n) { return true } if (m.nodeType === 9) { break } } while ((m = m.parentNode)) } return false }; var j = h.documentElement; var i = g.Modernizr.prefixed("transform"), b = g.Modernizr.prefixed("transition"), a = (function () { var m = {WebkitTransition: "webkitTransitionEnd", MozTransition: "transitionend", OTransition: "oTransitionEnd otransitionend", msTransition: "MSTransitionEnd", transition: "transitionend"}; return m.hasOwnProperty(b) ? m[b] : false })(); g.App = (function () { var p = false, q = {}; var m = h.getElementById("inner-wrapper"), o = false, n = "js-nav"; q.init = function () { if (p) { return } p = true; var r = function (s) { if (s && s.target === m) { h.removeEventListener(a, r, false) } o = false }; q.closeNav = function () { if (o) { var s = (a && b) ? parseFloat(g.getComputedStyle(m, "")[b + "Duration"]) : 0; if (s > 0) { h.addEventListener(a, r, false) } else { r(null) } } k(j, n) }; q.openNav = function () { if (o) { return } f(j, n); o = true }; q.toggleNav = function (s) { if (o && e(j, n)) { q.closeNav() } else { q.openNav() } if (s) { s.preventDefault() } }; h.getElementById("nav-open-btn").addEventListener("click", q.toggleNav, false); h.getElementById("nav-close-btn").addEventListener("click", q.toggleNav, false); h.addEventListener("click", function (s) { if (o && !l(s.target, "nav")) { s.preventDefault(); q.closeNav() } }, true); f(j, "js-ready") }; return q })(); if (g.addEventListener) { g.addEventListener("DOMContentLoaded", g.App.init, false) } })(window, window.document);
  • 46. about 1961 geboren in München-Pasing Akademie der Bildenden Künste München Prof. Sir Eduardo Paolozzi Prof. Heribert Sturm seit 1990 Kunstlehrer am Gymnasium 1996–2003 Deutsche Schule Lima / Peru www.adhocgrafx.de @adhocgrafx
  • 47. seit 2009 > Joomla! e-learning Plattform für den Kunstunterricht www.kunstimunterricht.de seit 2013 powered by tec-promotions.de seit 2011 > responsive web design JoomSkeleton, JoomFluid und JoomFlex https://github.com/adhocgraFX