-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·40 lines (34 loc) · 1.63 KB
/
index.html
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
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>RWD EXAMPLE for frontenders valencia by @javiarques</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="common/css/normalize.min.css">
<link rel="stylesheet" href="common/css/main.css">
<link href='http://fonts.googleapis.com/css?family=Raleway:400,600,700,500' rel='stylesheet' type='text/css'>
</head>
<body class="home">
<div class="main-container home clearfix">
<div class="main wrapper clearfix">
<h1 class="title">RESPONSIVE WEB DESIGN</h1>
<ol>
<li><a href="v1/index.html">Fixed layout</a></li>
<li><a href="v2/index.html">Flexible layout</a></li>
<li><a href="v3/index.html">Flexible images</a></li>
<li><a href="v4/index.html">Media Queries</a></li>
<li><a href="v5/index.html">Mobile First</a></li>
</ol>
</div> <!-- #main -->
</div> <!-- #main-container -->
<div class="footer-container">
<footer>
<h2><frontenders/> <br> <small>VALENCIA</small></h2>
<h4><a href="https://twitter.com/javiarques">@javiarques</a></h4>
<p><a href="https://github.com/frontenders/responsive-talk">github.com/frontenders/responsive-talk</a></p>
</footer>
</div><!-- #footer-container -->
</body>
</html>