-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (40 loc) · 3.33 KB
/
index.html
File metadata and controls
54 lines (40 loc) · 3.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE HTML>
<html lang="nl">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Home - Project</title>
<meta name="description" content="" />
<meta name="author" content="Studio Wolf, www.studiowolf.nl" />
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<link rel="stylesheet" href="stylesheets/grid.css" />
</head>
<body>
<div class="container">
<section class="l-full">
<h2>Full</h2>
<p>As an interface designer and engineer I wanted to create an HTML5/CSS3 environment that easily sets up the basics of a responsive web application or website. It needed a grid that is flexible and fluid. Also some basic types like forms en tables would really speed up my workflow in combination with simple mixins. That's why I created Taiga, an environment to love.</p>
</section>
<section class="l-half">
<h2>Half</h2>
<p>As an interface designer and engineer I wanted to create an HTML5/CSS3 environment that easily sets up the basics of a responsive web application or website. It needed a grid that is flexible and fluid. Also some basic types like forms en tables would really speed up my workflow in combination with simple mixins. That's why I created Taiga, an environment to love.</p>
</section>
<section class="l-half">
<h2>Half</h2>
<p>As an interface designer and engineer I wanted to create an HTML5/CSS3 environment that easily sets up the basics of a responsive web application or website. It needed a grid that is flexible and fluid. Also some basic types like forms en tables would really speed up my workflow in combination with simple mixins. That's why I created Taiga, an environment to love.</p>
</section>
<section class="l-one-third">
<h2>One third</h2>
<p>As an interface designer and engineer I wanted to create an HTML5/CSS3 environment that easily sets up the basics of a responsive web application or website. It needed a grid that is flexible and fluid. Also some basic types like forms en tables would really speed up my workflow in combination with simple mixins. That's why I created Taiga, an environment to love.</p>
</section>
<section class="l-one-third">
<h2>One third</h2>
<p>As an interface designer and engineer I wanted to create an HTML5/CSS3 environment that easily sets up the basics of a responsive web application or website. It needed a grid that is flexible and fluid. Also some basic types like forms en tables would really speed up my workflow in combination with simple mixins. That's why I created Taiga, an environment to love.</p>
</section>
<section class="l-one-third">
<h2>One third</h2>
<p>As an interface designer and engineer I wanted to create an HTML5/CSS3 environment that easily sets up the basics of a responsive web application or website. It needed a grid that is flexible and fluid. Also some basic types like forms en tables would really speed up my workflow in combination with simple mixins. That's why I created Taiga, an environment to love.</p>
</section>
</div>
</body>
</html>