-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
35 lines (34 loc) · 1.19 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="_css/normalize.css">
<link rel="stylesheet" href="_css/font-awesome.css">
<link rel="stylesheet" href="_css/base.css">
<meta charset="UTF-8">
<title>CSS only metallic navigation bar · intuio</title>
</head>
<body>
<section class="menubar">
<div class="container">
<div class="btn btn-left">
<div class="back"></div>
<i class="icon-camera"></i>
</div>
<h1>Shooon</h1>
<div class="btn btn-right">
<i class="icon-user"></i>
</div>
</div>
</section>
<!-- THE FOLLOWING SECTION IS NOT PART OF THE TUTORIAL -->
<section class="about">
<p>
This live demo is a CSS only recreation of the <a href="http://dribbble.com/shots/580211-Sh-2" title="View the original design">awesome metallic navigation bar</a> designed by <a href="http://dribbble.com/takahashi_alex" title="View Alex' Dribbble profile">Alex Takahashi</a>.
</p>
<p>
<a href="http://intuio.at/en/blog/create-an-awesome-metallic-navigation-bar-with-css-only/" title="Back to the tutorial">View tutorial</a>
</p>
<p><small>created by <a href="http://twitter/xon1c" title="Twitter profile">Thomas Nägele</a></small></p>
</section>
</body>
</html>