-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
183 lines (183 loc) · 7.5 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
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Metrolium</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.0.0/normalize.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="container" id="contact-header">
<a href="mailto:[email protected]">[email protected]</a>
<span>01234 567890</span>
<ul class="menu social-list">
<li><a href="#"><i class="fa fa-dribbble"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-rss"></i></a></li>
</ul>
</header>
<nav class="container" id="main-nav">
<h1><a href="#"><span class="logo">M</span> Metrolium</a></h1>
<ul class="menu">
<li><a href="#">HOME</a></li>
<li><a href="#">PAGES</a></li>
<li><a href="#">PORTFOLIO</a></li>
<li><a href="#">BLOG</a></li>
<li><a href="#">SHORTCODES</a></li>
<li><a href="#">FEATURES</a></li>
<li><a href="#">PURCHASE NOW</a></li>
</ul>
</nav>
<nav class="container" id="breadcrumbs-nav">
<ul class="menu">
<li><a href="#">Home</a></li>
<li><a href="#">Portfolio</a></li>
</ul>
</nav>
<section class="main-section">
<header class="container" id="main-header">
<h2>Portfolio</h2>
<h3>Wibble</h3>
</header>
<div class="container" id="gallery">
<ul class="menu" id="filter">
<li><a class="active-item" href="#">ALL</a></li>
<li><a href="#">DESIGN</a></li>
<li><a href="#">DEVELOPMENT</a></li>
<li><a href="#">RESPONSIVE</a></li>
<li><a href="#">RETINA</a></li>
<li><a href="#">WORDPRESS</a></li>
</ul>
<div id="photos">
<figure>
<img src="http://placehold.it/300x150" alt="Photo">
<figcaption>
<h3>Eighth Portfolio Piece</h3>
<time>April 16, 2013</time>
</figcaption>
</figure>
<figure>
<img src="http://placehold.it/300x150" alt="Photo">
<figcaption>
<h3>Seventh Portfolio Piece</h3>
<time>April 16, 2013</time>
</figcaption>
</figure>
<figure>
<img src="http://placehold.it/300x150" alt="Photo">
<figcaption>
<h3>Sixth Portfolio Piece</h3>
<time>April 16, 2013</time>
</figcaption>
</figure>
<figure>
<img src="http://placehold.it/300x150" alt="Photo">
<figcaption>
<h3>Fifth Portfolio Piece</h3>
<time>April 16, 2013</time>
</figcaption>
</figure>
<figure>
<img src="http://placehold.it/300x150" alt="Photo">
<figcaption>
<h3>Fourth Portfolio Piece</h3>
<time>April 16, 2013</time>
</figcaption>
</figure>
<figure>
<img src="http://placehold.it/300x150" alt="Photo">
<figcaption>
<h3>Third Portfolio Piece</h3>
<time>April 16, 2013</time>
</figcaption>
</figure>
<figure>
<img src="http://placehold.it/300x150" alt="Photo">
<figcaption>
<h3>Second Portfolio Piece</h3>
<time>April 16, 2013</time>
</figcaption>
</figure>
<figure>
<img src="http://placehold.it/300x150" alt="Photo">
<figcaption>
<h3>First Portfolio Piece</h3>
<time>April 16, 2013</time>
</figcaption>
</figure>
</div>
</div>
</section>
<aside class="container" id="proposal-aside">
<span>A site wide Call to Action band! Have you fallen in love yet?</span>
<button>Buy this theme!</button>
</aside>
<aside class="container" id="find-us-aside">
<span>Find us elsewhere</span>
<ul class="menu social-list">
<li><a href="#"><i class="fa fa-dribbble"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-rss"></i></a></li>
</ul>
</aside>
<footer class="container" id="about-footer">
<section>
<h2>About Metrolium</h2>
<article class="about">
<p>Sed at tellus nibh, non aliquam velit. Fusce lobortis enim at nibh elementum
sagittis at massa. Suspendisse scelerisque dictum sapies, et dictum erat
ullamcorper vel. Donec sasgittis volutpat arcu, quis auctor lectus ornare
vitae. Integer sed quam at turpis.</p>
<form action="#">
<input type="text" name="search-text" id="search-text">
<button><i class="fa fa-search"></i></button>
</form>
</article>
</section>
<section>
<h2>Recent Tweet</h2>
<article class="tweet">
<p>Must share and close, too addictive and way too much fun. Responsive design
with an instrument, brilliant: Garmoshka</p>
<a href="#">http://t.co/zhhaoRkkYU</a>
<time>1 month</time>
</article>
<article class="tweet">
<p>Entypo - 250+ carefully crefted pictograms</p>
<a href="#">http://t.co./iF5qH9fQ1s</a>
<time>1 month</time>
</article>
<footer>
<span><i class="fa fa-twitter"></i> Follow Us on Twitter</span>
</footer>
</section>
<section>
<h2>Recent Posts</h2>
<article class="post">
<p>A stunning post with lots of beautifully styled typography elements inside</p>
<time>Jule 5, 2013</time>
</article>
<article class="post">
<p>A beautifully design, modern blog with seven post formats! Here's a video post</p>
<time>May 23, 2013</time>
</article>
<article class="post">
<p>Nam lorem magna, dapibus in adipiscing ut</p>
<time>April 9, 2013</time>
</article>
</section>
</footer>
<footer class="container" id="copyright-footer">
<ul class="menu">
<li><a href="#">BLOG</a></li>
<li><a href="#">PURCHASE NOW</a></li>
<li><a href="#">SHORTCODES</a></li>
</ul>
<span>© 2013 Metrolium - <a href="#">Metrolium WordPress Theme</a>
by <a href="mailto:">Euged</a></span>
</footer>
</body>
</html>