-
Notifications
You must be signed in to change notification settings - Fork 204
/
Copy pathINDEX~1.HTM
212 lines (210 loc) · 6.77 KB
/
INDEX~1.HTM
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Gotham</title>
<link rel="stylesheet" type="text/css" href="css/all.css">
<link rel="stylesheet" type="text/css" href="css/style.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="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\galaxy-s8-gcc0eb4a11_1920.jpg" alt="art img">
</div>
<div class="article-right">
<h3>Samsung Galaxy S8</h3>
<p class="meta">
<span class="date">may 12 , 2022</span>
<span class="author">by Ryan </span>
<span class="category">Tech</span>
</p>
<p class="description">Galaxy S8 is powered by 1.9GHz octa-core Samsung Exynos 8895 processor. It has 4GB RAM and packs 64GB internal storage, expandable up to 256GB via microSD card.</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\playstation-g0e42e9427_1920.jpg" alt="art img">
</div>
<div class="article-right">
<h3>PS 5 experience the future of gaming</h3>
<p class="meta">
<span class="date">May 8, 2022</span>
<span class="author">by Thomas Smith</span>
<span class="category">Tech</span>
</p>
<p class="description">Experience lightning-fast loading with an ultra-high speed SSD, deeper immersion with support for haptic feedback1, adaptive triggers1 and 3D Audio*, and an all-new generation of incredible PlayStation games.
*3D audio via built-in TV speakers or analogue/USB stereo headphones. Setup required.</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\iphone-12-g6c7820aac_1920.jpg" alt="art img">
</div>
<div class="article-right">
<h3>iPhone 12 pro</h3>
<p class="meta">
<span class="date">May 6, 2022</span>
<span class="author">by Cilian Murphy</span>
<span class="category">Tech</span>
</p>
<p class="description">The iPhone 12 Pro features a 6.1-inch display and the larger iPhone 12 Pro Max variant features a 6.7-inch display. Both models have the Super Retina XDR OLED display with thinner bezels than previous generation iPhones. The iPhone 12 Pro Max features the largest display on any iPhone to date.</p>
<p class="additional">
<span class="views">266</span>
<span class="comments">3</span>
</p>
</div>
</article>
</div>
<button class="more">More articles</button>
</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="Keywords">
</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">May 2022</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-month 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 style="color: black; font-size: 20px;"> <b> <a href="https://github.com/RAHULBAWA777"> Made with ❤ by RAHULBAWA</a></b></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>