-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
140 lines (132 loc) · 4.99 KB
/
index.html
File metadata and controls
140 lines (132 loc) · 4.99 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
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!doctype html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Static Header Effect</title>
<meta name="description" content="If you want to create a purely css effect similar to that in googleventures.com, then checkout this page.">
<meta name="author" content="Beans & Curry">
<!-- CSS concatenated and minified via ant build script-->
<link rel="stylesheet" href="css/style.css">
<!-- end CSS-->
<script src="js/libs/modernizr-2.0.6.min.js"></script>
</head>
<body>
<div id="container">
<header id="header">
<div class="wrap">
<h1><a href="#">The Air Balloon</a></h1>
<nav class="nav-main">
<ul>
<li class="first"><a href="#">About Us</a></li>
<li><a href="#">Blog</a></li>
<li class="last"><a href="#">Contact Us</a></li>
</ul>
</nav>
</div>
</header>
<div id="main" role="main" class="clearfix">
<div class="wrap">
<h2>Featuring some hot air balloon inspired art from all over the Internets!</h2>
<ul class="projects-list clearfix">
<li class="first">
<figure>
<a href="http://dribbble.com/shots/520457-Hot-Air-Balloon"><img src="img/shot-1.jpeg" alt=""></a>
<figcaption>
<h3><a href="http://lylejenks.tumblr.com/">Lyle Jenks</a></h3>
<p>
Austin, TX<br />
<a href="http://lylejenks.tumblr.com/">lylejenks.tumblr.com</a>
</p>
</figcaption>
</figure>
</li>
<li>
<figure>
<a href="http://dribbble.com/shots/595643-Hot-Air-Balloon"><img src="img/shot-2.jpeg" alt=""></a>
<figcaption>
<h3><a href="http://www.hyltonwarburton.co.za/">Hylton Warburton</a></h3>
<p>
South Africa<br />
<a href="http://www.hyltonwarburton.co.za/">www.hyltonwarburton.co.za</a>
</p>
</figcaption>
</figure>
</li>
<li class="last">
<figure>
<a href="http://dribbble.com/shots/572356-Up-Up-Away"><img src="img/shot-3.jpeg" alt=""></a>
<figcaption>
<h3><a href="http://ampersandrew.com/">ampersandrew</a></h3>
<p>
Detroit, MI<br />
<a href="http://ampersandrew.com/">ampersandrew.com</a>
</p>
</figcaption>
</figure>
</li>
<li class="first">
<figure>
<a href="http://dribbble.com/shots/129672-Elephant-Air-Balloon"><img src="img/shot-4.png" alt=""></a>
<figcaption>
<h3><a href="http://krisnamac.com/">Krisna MacDonald</a></h3>
<p>
Savannah, GA<br />
<a href="http://krisnamac.com/">krisnamac.com</a>
</p>
</figcaption>
</figure>
</li>
<li>
<figure>
<a href="http://dribbble.com/shots/107235-Ironclad-Hot-Air-Balloon"><img src="img/shot-5.jpeg" alt=""></a>
<figcaption>
<h3><a href="http://justinmezzell.com/">Justin Mezzell</a></h3>
<p>
Orlando, FL<br />
<a href="http://justinmezzell.com/">justinmezzell.com</a>
</p>
</figcaption>
</figure>
</li>
<li class="last">
<figure>
<a href="http://dribbble.com/shots/386580-i-seriously-misspell-balloon-every-time"><img src="img/shot-6.jpeg" alt=""></a>
<figcaption>
<h3><a href="http://danielevangarza.com/">Daniel Evan Garza</a></h3>
<p>
Denver, Colorado<br />
<a href="http://danielevangarza.com/">danielevangarza.com</a>
</p>
</figcaption>
</figure>
</li>
</ul>
<div class="action-buttons">
<a href="https://github.com/beansandcurry/Static-Header-Effect" class="btn btn-source">View Source Code</a> <a href="https://github.com/beansandcurry/Static-Header-Effect/zipball/master" class="btn btn-download">Download Source Code</a>
</div>
</div>
</div>
<footer id="footer">
<div class="wrap">
<p>Fonts used: <a href="http://cubano.chandlervdw.com/">Cubano</a> & <a href="http://bariol.com/">Bariol</a> | Designed by <a href="http://beansandcurry.com/" title="Beans & Curry">Beans & Curry</a>
</div>
</footer>
</div> <!--! end of #container -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.6.2.min.js"><\/script>')</script>
<script>
window._gaq = [['_setAccount','UA-32454428-1'],['_trackPageview'],['_trackPageLoadTime']];
Modernizr.load({
load: ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js'
});
</script>
<!--[if lt IE 7 ]>
<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
<script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
<![endif]-->
</body>
</html>