-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
250 lines (239 loc) · 8.13 KB
/
index.html
File metadata and controls
250 lines (239 loc) · 8.13 KB
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
249
250
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="This is a solution to the Notifications page challenge on Frontend Mentor"
/>
<meta
property="og:title"
content="Notifications page design - Frontend Mentor"
/>
<meta
property="og:description"
content="This is a solution to the Notifications page challenge on Frontend Mentor coded by Alamin"
/>
<meta
property="og:image"
content="https://raw.githubusercontent.com/CodeWithAlamin/Notification-page-design/main/design/Notifications%20page%20solution%20screenshot%20-%20desktop%20preview.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./images/favicon-32x32.png"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500;800&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/styles.css" />
<title>Frontend Mentor | Notifications page</title>
</head>
<body>
<main>
<div class="top-container">
<div class="header">
<h1>Notifications <span class="notification-counts">3</span></h1>
<button class="notification-reader">Mark all as read</button>
</div>
<ul class="notifications-container">
<li class="notification-wrapper unread-notification">
<div class="nofication-contents">
<img
class="profile-pic"
src="/assets/images/avatar-mark-webber.webp"
alt="Profile picture of Mark"
/>
<div class="description">
<p class="unread-indicator">
<a
href="https://github.com/CodeWithAlamin"
target="_blank"
class="username"
>Mark Webber</a
>
reacted to your recent post My first tournament today!
</p>
<p class="period-of-time">1m ago</p>
</div>
</div>
</li>
<li class="notification-wrapper unread-notification">
<div class="nofication-contents">
<img
class="profile-pic"
src="/assets/images/avatar-angela-gray.webp"
alt="Profile picture of Angela"
/>
<div class="description">
<p class="unread-indicator">
<a
href="https://github.com/CodeWithAlamin"
target="_blank"
class="username"
>Angela Gray</a
>
followed you
</p>
<p class="period-of-time">5m ago</p>
</div>
</div>
</li>
<li class="notification-wrapper unread-notification">
<div class="nofication-contents">
<img
class="profile-pic"
src="/assets/images/avatar-jacob-thompson.webp"
alt="Profile picture of Jacob"
/>
<div class="description">
<p class="unread-indicator">
<a
href="https://github.com/CodeWithAlamin"
target="_blank"
class="username"
>Jacob Thompson</a
>
has joined your group
<a
href="https://github.com/CodeWithAlamin"
target="_blank"
class="source-name"
>Chess Club</a
>
</p>
<p class="period-of-time">1 day ago</p>
</div>
</div>
</li>
<li class="notification-wrapper">
<div class="nofication-contents">
<img
class="profile-pic"
src="/assets/images/avatar-rizky-hasanuddin.webp"
alt="Profile picture of Rizky"
/>
<div class="description">
<p>
<a
href="https://github.com/CodeWithAlamin"
target="_blank"
class="username"
>Rizky Hasanuddin</a
>
sent you a private message
</p>
<p class="period-of-time">5 days ago</p>
</div>
</div>
<div class="expended-note-wrapper">
<p>
Hello, thanks for setting up the Chess Club. I've been a member
for a few weeks now and I'm already having lots of fun and
improving my game.
</p>
</div>
</li>
<li class="notification-wrapper">
<div class="nofication-contents">
<img
class="profile-pic"
src="/assets/images/avatar-kimberly-smith.webp"
alt="Profile picture of Kimberly"
/>
<div class="description">
<p>
<a
href="https://github.com/CodeWithAlamin"
target="_blank"
class="username"
>Kimberly Smith</a
>
commented on your picture
</p>
<p class="period-of-time">1 week ago</p>
</div>
<img
class="post-thumbnail"
src="assets/images/image-chess.webp"
alt="Chess image"
/>
</div>
</li>
<li class="notification-wrapper">
<div class="nofication-contents">
<img
class="profile-pic"
src="/assets/images/avatar-nathan-peterson.webp"
alt="Profile picture of Nathan"
/>
<div class="description">
<p>
<a
href="https://github.com/CodeWithAlamin"
target="_blank"
class="username"
>Nathan Peterson</a
>
reacted to your recent post
<strong class="highlight-text"
>5 end-game strategies to increase your win rate</strong
>
</p>
<p class="period-of-time">2 weeks ago</p>
</div>
</div>
</li>
<li class="notification-wrapper">
<div class="nofication-contents">
<img
class="profile-pic"
src="/assets/images/avatar-anna-kim.webp"
alt="Profile picture of Anna"
/>
<div class="description">
<p>
<a
href="https://github.com/CodeWithAlamin"
target="_blank"
class="username"
>Anna Kim</a
>
left the group
<a
href="https://github.com/CodeWithAlamin"
target="_blank"
class="source-name"
>Chess Club</a
>
</p>
<p class="period-of-time">2 weeks ago</p>
</div>
</div>
</li>
</ul>
</div>
</main>
<footer>
<div class="attribution-wrapper">
<p class="attribution">
Coded by
<a href="https://github.com/CodeWithAlamin" target="_blank">Alamin</a
><br />
Challenge by
<a
href="https://www.frontendmentor.io/profile/CodeWithAlamin"
target="_blank"
>Frontend Mentor</a
>
</p>
</div>
</footer>
</body>
</html>