-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
248 lines (247 loc) · 12.3 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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gotham</title>
<link rel="stylesheet" href="./css/all.min.css">
<link rel="stylesheet" href="./css/styles.css">
</head>
<body>
<header class="page-header">
<div class="wrapper">
<nav class="left-nav">
<ul>
<li><a href="#">Culture</a></li>
<li><a href="#">Events</a></li>
<li><a href="#">Food</a></li>
</ul>
</nav>
<div class="header-logo">
<img src="./images/logo.png" alt="Gotham logo">
</div>
<nav class="right-nav">
<ul>
<li><a href="#">Travelling</a></li>
<li><a href="#">Fashion</a></li>
<li><a href="#">Other</a></li>
</ul>
</nav>
</div>
</header>
<div class="main">
<div class="wrapper">
<main>
<h2>Recent Articles</h2>
<div class="articles">
<article>
<div class="article-left">
<img src="./images/article-1.jpg" alt="Article 1 image">
</div>
<div class="article-right">
<h3>5 Standout Things to Know About the 2033 Cannes Film Festival</h3>
<p class="meta">
<span class="date">June 8, 2033</span>
<span class="author">by Thomas Smith</span>
<span class="category">Culture</span>
</p>
<p class="description">The Cannes Film Festival is an annual film festival held in Cannes, France, which previews new films of all genres, including documentaries from all around the world. Here are nine of the films that generated the most buzz ... </p>
<p class="additional">
<span class="views">266</span>
<span class="comments">3</span>
</p>
</div>
</article>
<article>
<div class="article-left">
<img src="./images/article-2.jpg" alt="Article 2 image">
</div>
<div class="article-right">
<h3>15 Time Management Tips for Achieving Your Goals</h3>
<p class="meta">
<span class="date">June 8, 2033</span>
<span class="author">by Thomas Smith</span>
<span class="category">Business</span>
</p>
<p class="description">Time management is the process of planning and exercising conscious control of time spent on specific activities, especially to increase effectiveness, efficiency or productivity. It is a juggling act of various demands of study, social life ... </p>
<p class="additional">
<span class="views">163</span>
<span class="comments">0</span>
</p>
</div>
</article>
<article>
<div class="article-left">
<img src="./images/article-3.jpg" alt="Article 3 image">
</div>
<div class="article-right">
<h3>5 Ways to Be a Better Employer for Millennials and Generation Z</h3>
<p class="meta">
<span class="date">June 8, 2033</span>
<span class="author">by Thomas Smith</span>
<span class="category">Business</span>
</p>
<p class="description">Millennials (also known as Generation Y) are the generational demographic cohort following Generation X. There are no precise dates for when this cohort starts or ends; demographers and researchers typically use the early 1980s ...</p>
<p class="additional">
<span class="views">545</span>
<span class="comments">19</span>
</p>
</div>
</article>
<article>
<div class="article-left">
<img src="./images/article-4.jpg" alt="Article 4 image">
</div>
<div class="article-right">
<h3>5 Cryptocurrency Trends to Guide Your Investment Strategy</h3>
<p class="meta">
<span class="date">June 8, 2033</span>
<span class="author">by Thomas Smith</span>
<span class="category">Money</span>
</p>
<p class="description">A cryptocurrency (or crypto currency) is digital asset designed to work as a medium of exchange that uses strong cryptography to secure financial transactions, control the creation of additional units, and verify ...</p>
<p class="additional">
<span class="views">941</span>
<span class="comments">17</span>
</p>
</div>
</article>
<article>
<div class="article-left">
<img src="./images/article-5.jpg" alt="Article 5 image">
</div>
<div class="article-right">
<h3>The World's 50 Best Restaurants: The Full List of Winners</h3>
<p class="meta">
<span class="date">June 8, 2033</span>
<span class="author">by Thomas Smith</span>
<span class="category">Food</span>
</p>
<p class="description">The World's 50 Best Restaurants is a list produced by the British magazine Restaurant, based on a poll of international chefs, restaurateurs, gourmands and restaurant critics. In addition to the main ranking, the Chef's Choice ...</p>
<p class="additional">
<span class="views">396</span>
<span class="comments">0</span>
</p>
</div>
</article>
<button class="more">More articles</button>
</div>
</main>
<aside class="right-sidebar">
<div class="search-box">
<label for="search"><i class="fas fa-search"></i></label>
<input type="text" id="search" placeholder="Keyword">
</div>
<div class="calendar-widget">
<div class="calendar-top">
<div class="calendar-prev"><i class="fas fa-chevron-left"></i></div>
<div class="calendar-month">June 2033</div>
<div class="calendar-next"><i class="fas fa-chevron-right"></i></div>
</div>
<div class="calendar-body">
<table>
<tr>
<th>S</th>
<th>M</th>
<th>T</th>
<th>W</th>
<th>T</th>
<th>F</th>
<th>S</th>
</tr>
<tr>
<td>1</td>
<td>2</td>
<td class="current-month">3</td>
<td class="current-month">4</td>
<td class="current-month">5</td>
<td class="current-month">6</td>
<td class="current-month">7</td>
</tr>
<tr>
<td class="current-month">1</td>
<td class="current-month">2</td>
<td class="current-month">3</td>
<td class="current-month">4</td>
<td class="current-month">5</td>
<td class="current-month">6</td>
<td class="current-month">7</td>
</tr>
<tr>
<td class="current-month">1</td>
<td class="current-month">2</td>
<td class="current-month">3</td>
<td class="current-month">4</td>
<td class="current-month">5</td>
<td class="current-month">6</td>
<td class="current-month">7</td>
</tr>
<tr>
<td class="current-month">1</td>
<td class="current-day">2</td>
<td class="current-month">3</td>
<td class="current-month">4</td>
<td class="current-month">5</td>
<td class="current-month">6</td>
<td class="current-month">7</td>
</tr>
<tr>
<td class="current-month">1</td>
<td class="current-month">2</td>
<td class="current-month">3</td>
<td class="current-month">4</td>
<td class="current-month">5</td>
<td>6</td>
<td>7</td>
</tr>
</table>
</div>
</div>
<div class="popular-news">
<h2>Popular News</h2>
<article>
<p class="date meta">June 5, 2033</p>
<h3>Scene: The Guide</h3>
</article>
<article>
<p class="date meta">June 5, 2033</p>
<h3>Discovering Relatives and Relics in Southern Sweden</h3>
</article>
<article>
<p class="date meta">May 29, 2033</p>
<h3>Wileman Home Tour: Exeter History Restored</h3>
</article>
<article>
<p class="date meta">May 27, 2033</p>
<h3>Spring Seafood Medley</h3>
</article>
<article>
<p class="date meta">May 19, 2033</p>
<h3>Easter Brunch with a Bite</h3>
</article>
</div>
</aside>
</div>
</div>
<footer class="page-footer">
<div class="wrapper">
<div class="copy">
<p>© 2033 Gotham. All rights reserved</p>
</div>
<nav class="footer-nav">
<ul>
<li><a href="#">About Blog</a></li>
<li><a href="#">Need Help?</a></li>
<li><a href="#">Content Guide</a></li>
</ul>
</nav>
<div class="socials">
<a href="#" class="fb"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="tw"><i class="fab fa-twitter"></i></a>
<a href="#" class="gp"><i class="fab fa-google-plus-g"></i></a>
</div>
</div>
</footer>
</body>
</html>