-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
240 lines (234 loc) · 9.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
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
<!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">
<link rel="stylesheet" href="reset.css"/>
<link rel="stylesheet" href="style.css"/>
<title>TNW | The heart of tech</title>
</head>
<body>
<nav>
<span><span class="hamburger">≡</span> <img src="images/TNWLogo.png" class="nav-logo"></span>
<ul class="nav-list">
<li>Home</li>
<li>News</li>
<li>Events</li>
<li>Programs</li>
<li>Spaces</li>
<li class="li-partner">Partner with us</li>
</ul>
<img src="images/mail.png" class="nav-mail">
</nav>
<section class="top-wrapper">
<div class="top-header">
<img class="top-left" src="images/TNWLogoLG.png">
<div class="top-right">The heart of tech</div>
</div>
</section>
<div class="main-wrapper">
<section class="articles-wrapper">
<div class="a-article">
<div class="article-inner-text">
<p class="article-description">What's the point of it all</p>
<p class="article-title">An example article title.</p>
</div>
</div>
<div class="b-article">
<div class="article-inner-text">
<p class="article-description">What's the point of it all</p>
<p class="article-title">An example article title.</p>
</div>
</div>
<div class="c-article">
<div class="article-inner-text">
<p class="article-description">What's the point of it all</p>
<p class="article-title">An example article title.</p>
</div>
</div>
<div class="d-article">
<div class="article-inner-text">
<p class="article-description">What's the point of it all</p>
<p class="article-title">An example article title.</p>
</div>
</div>
<div class="e-article">
<div class="article-inner-text">
<p class="article-description">What's the point of it all</p>
<p class="article-title">An example article title.</p>
</div>
</div>
</section>
</div>
<div class="popular-articles-wrapper">
<div class="popular-articles">
<header>Popular Articles Today</header>
<article class="popular-articles-items">
<div class="popular-item">
<a href="#">
<div class="popular-item-number">1</div>
<div class="popular-item-title">How the laws of physics could prevent AI from gaining sentience</div>
</a>
</div>
<div class="popular-item">
<a href="#">
<div class="popular-item-number">2</div>
<div class="popular-item-title">Give YouTube the finger by restoring dislike counts with this plugin</div>
</a>
</div>
<div class="popular-item">
<a href="#">
<div class="popular-item-number">3</div>
<div class="popular-item-title">Meta’s prototype devices give us a glimpse of the metaverse life</div>
</a>
</div>
<div class="popular-item">
<a href="#">
<div class="popular-item-number">4</div>
<div class="popular-item-title">What does it take to create an object that travels at 1% the speed of light?</div>
</a>
</div>
<div class="popular-item">
<a href="#">
<div class="popular-item-number">5</div>
<div class="popular-item-title">This LED floor lamp can bathe your room in 16 million colors — and you’ll barely know it’s there</div>
</a>
</div>
</article>
</div>
</div>
<div class="latest-stories">
<header>Latest stories</header>
<div class="latest-stories-items">
<div class="latest-stories-item">
<div class="latest-stories-item-image"></div>
<div>
<a href="#"><h1>Electric Bike Company Model Y review: A luxury cruiser ebike</h1></a>
<h2>10 hours ago</h2>
</div>
</div>
<div class="latest-stories-item">
<div class="latest-stories-item-image"></div>
<div>
<a href="#"><h1>Electric Bike Company Model Y review: A luxury cruiser ebike</h1></a>
<h2>10 hours ago</h2>
</div>
</div>
<div class="latest-stories-item">
<div class="latest-stories-item-image"></div>
<div>
<a href="#"><h1>Electric Bike Company Model Y review: A luxury cruiser ebike</h1></a>
<h2>10 hours ago</h2>
</div>
</div>
<div class="latest-stories-item">
<div class="latest-stories-item-image"></div>
<div>
<a href="#"><h1>Electric Bike Company Model Y review: A luxury cruiser ebike</h1></a>
<h2>10 hours ago</h2>
</div>
</div>
<div class="latest-stories-item">
<div class="latest-stories-item-image"></div>
<div>
<a href="#"><h1>Electric Bike Company Model Y review: A luxury cruiser ebike</h1></a>
<h2>10 hours ago</h2>
</div>
</div>
<div class="latest-stories-item">
<div class="latest-stories-item-image"></div>
<div>
<a href="#"><h1>Electric Bike Company Model Y review: A luxury cruiser ebike</h1></a>
<h2>10 hours ago</h2>
</div>
</div>
<div class="latest-stories-item">
<div class="latest-stories-item-image"></div>
<div>
<a href="#"><h1>Electric Bike Company Model Y review: A luxury cruiser ebike</h1></a>
<h2>10 hours ago</h2>
</div>
</div>
<div class="latest-stories-item">
<div class="latest-stories-item-image"></div>
<div>
<a href="#"><h1>Electric Bike Company Model Y review: A luxury cruiser ebike</h1></a>
<h2>10 hours ago</h2>
</div>
</div>
</div>
</div>
<div class="all-news"><button class="all-news-button">ALL NEWS ></button></div>
<div class="newsletter">
<div>
<div>
<h1 class="snarky-header">Get the snarkiest newsletter in tech</h1>
<h2 class="snarky-header-2">Subscribe to our twice-weekly <a href="#">Big Spam</a> or check out our <a href="#">other newsletters.</a></h2>
<div class="email-form">
<input type="email" class="snarky-email" placeholder="Email"><button class="subscribe">SUBSCRIBE</button>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="footer-grid-wrapper">
<div class="footer-logo">
<img src="images/tnwfooter.png" alt="TNW logo"/>
<br/>
<img src="images/socialmediaicons.png" class="tnw-media" alt="TNW social media"/>
</div>
<div class="footer-section">
<h1>MORE TNW</h1>
<ul class="footer-list">
<li>
Media
</li>
<li>
Events
</li>
<li>
Programs
</li>
<li>
Spaces
</li>
<li>
Newsletters
</li>
<li>
Deals
</li>
</ul>
</div>
<div class="footer-section">
<h1>ABOUT TNW</h1>
<ul class="footer-list">
<li>
Partner with us
</li>
<li>
Jobs
</li>
<li>
Terms & Conditions
</li>
<li>
Cookie Statement
</li>
<li>
Privacy Statement
</li>
<li>
Editorial Policy
</li>
</ul>
</div>
</div>
</footer>
<div class="copyright" style="font-size: 14px;">
<p style="margin: 40px 0px 10px;">TNW is a <span style="color: white">Financial Times</span> company.</p>
<p style=" padding-bottom: 100px;">Fake-Copyright © 2006—2021, The Next Web B.V. Made with love in Amsterdam.</p>
</div>
</body>
</html>