-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.html
109 lines (91 loc) · 4.19 KB
/
default.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html lang="eng" ng-app="home">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="cleartype" content="on">
<meta name="robots" content="index, follow">
<meta name="author" content="MPBeta">
<meta name="description" content="MPBeta">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Future of Web Design</title>
<link rel="shortcut icon" type="image/ico" href="favicon.ico">
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-144x144-precomposed.jpg">
<meta name="msapplication-TileColor" content="#2b2b2b">
<meta name="msapplication-TileImage" content="apple-touch-icon-144x144-precomposed.jpg">
<link rel="stylesheet" href="css/app.css" type="text/css" media="all">
<link rel="stylesheet" href="css/layout.css" media="(min-width:20em)">
<link rel="stylesheet" href="css/img.css">
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.1/angular.min.js"></script>
<script src="js/app.js"></script>
<script src="js/truncate.js"></script>
<style type="text/css">
</style>
</head>
<body class="home">
<div class="wrapper">
<header class="page-head" role="banner">
<a href="/" class="logo">
<span class="logo-head">Future of Web Design</span>
<span class="logo-sub">Eindhoven - 2014</span>
</a>
<a href="#" class="nav-menu menu-open">Menu</a>
<ul class="nav nav-list" role="navigation">
<li class="current"><a href="/">Home</a></li>
<li><a href="/">About</a></li>
<li><a href="/">Contact</a></li>
</ul>
<a href="/" class="logo-top">
<img src="images/320x199.gif">
</a>
</header>
<div class="page-content" role="main">
<div class="grid page-home">
<div class="grid-item icon">
<img src="images/650x650.gif" alt="" class="animated flipIn">
</div>
<div class="grid-item intro">
<div class="text">
<h1>Future of web design</h1>
<h3>What is the future of web design? We will tell you by creating a whole new experience for you and your costumers. WE PRIDE OURSELVES ON DELIVERING THE CONTENT YOUR BRAIN WANTS TO SEE.</h3>
</div>
</div>
<div homeitems ng-controller="articles"></div>
<div class="grid-item extend">
<div class="grid-item actions">
<a href="/" class="article logo">
<img src="images/650x320.gif">
</a>
</div>
<div class="article sponsors-gold">
<span class="article-link"><h5>Thanks to our amazing sponsors</h5></span>
<img src="images/320x320.gif" alt="Sponsors">
</div>
<a href="http://www.mpbeta.nl" class="article sponsors" target="_blank">
<img src="images/mpbeta.png">
</a>
</div>
</div>
</div>
<footer class="page-foot" role="contentinfo">
<div>
<a href="http://mpbeta.nl" target="_blank">Brought to you by <span>MPBèta</span></a>
<ul class="nav-list links">
<li><a href="/">About</a></li>
<li><a href="/">Contact</a></li>
</ul>
<ul class="nav-links social">
<li><a href="mailto:contact@mpbeta.nl" class="contact">Email</a></li>
<li><a href="http://www.linkedin.com/company/mpbèta" target="_blank" class="linkedin">LinkedIn</a></li>
<li><a href="http://twitter.com/MichielBouw" target="_blank" class="twitter">Twitter</a></li>
<li><a href="https://www.facebook.com/mpbeta.nl" target="_blank" class="facebook">Facebook</a></li>
</ul>
</div>
</footer>
</div>
<script src="js/jquery-2.1.1.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/3.0.4/jquery.imagesloaded.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>