-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
166 lines (131 loc) · 5.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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=Hanken+Grotesk:wght@500;700;800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Serif:ital,wght@0,700;1,400;1,700&family=Plus+Jakarta+Sans:wght@500;800&display=swap" rel="stylesheet">
<link rel="icon" type="image/png" sizes="32x32" href="./assets/images/favicon-32x32.png">
<link rel="stylesheet" href="./css/style.css">
<title>Frontend Mentor | Notifications page</title>
<style>
.attribution { font-size: 11px; text-align: center; }
.attribution a { color: hsl(228, 45%, 44%); }
</style>
</head>
<body>
<!-- HEADER -->
<header>
<div>
<h1>Notifications</h1>
<div class="container">
<span class="notificationCounter">3</span>
</div>
</div>
<div>
<a href="#"><span class = "markRead">Mark all as read</span></a>
</div>
</header>
<!-- MAIN -->
<main>
<div class="unread triggerCount">
<div class="column-2-10">
<img class="profilePic" src="./assets/images/avatar-mark-webber.webp" alt="user's profile picture">
</div>
<div class="column-8-10 triggerCount">
<a href="#"><span class="userName">Mark Webber</span></a>
<span>reacted to your recent post</span>
<a href="#"><span class="postMention">My first tournament today!</span></a>
<div class="badge"></div>
<span class="timeline">1m ago</span>
</div>
</div>
<div class="unread triggerCount">
<div class="column-2-10">
<img class="profilePic" src="./assets/images/avatar-angela-gray.webp" alt="user's profile picture">
</div>
<div class="column-8-10 triggerCount">
<a href="#"><span class="userName">Angela Gray</span></a>
<span> followed you</span>
<div class="badge"></div>
<span class="timeline">5m ago</span>
</div>
</div>
<div class="unread triggerCount">
<div class="column-2-10">
<img class="profilePic" src="./assets/images/avatar-jacob-thompson.webp" alt="user's profile picture">
</div>
<div class="column-8-10 triggerCount">
<a href="#"><span class="userName">Jacob Thompson</span></a>
<span>has joined your group</span>
<a href="#"><span class="groupMention">Chess Club</span></a>
<div class="badge"></div>
<span class="timeline">1 day ago</span>
</div>
</div>
<div class="unread triggerCount">
<div class="column-2-10">
<img class="profilePic" src="./assets/images/avatar-rizky-hasanuddin.webp" alt="user's profile picture">
</div>
<div class="column-8-10 triggerCount">
<a href="#"><span class="userName">Rizky Hasanuddin</span></a>
<span>sent you a private message</span>
<div class="badge"></div>
<span class="timeline">5 days ago</span>
<div>
<a href="#" class="message"><p class="privateMessage">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></a>
</div>
</div>
</div>
<div class="unread triggerCount">
<div class="column-2-10">
<img class="profilePic" src="./assets/images/avatar-kimberly-smith.webp" alt="user's profile picture">
</div>
<div class="column-8-10 imageComment triggerCount">
<div class="triggerCount">
<span class="userName"> Kimberly Smith</span>
<span>commented on your picture</span>
<div class="badge"></div>
<span class="timeline">1 week ago</span>
</div>
<div class="triggerCount">
<img class ="imageMention" src="./assets/images/image-chess.webp" alt="referenced picture">
</div>
</div>
</div>
<div class="unread triggerCount">
<div class="column-2-10">
<img class="profilePic" src="./assets/images/avatar-nathan-peterson.webp" alt="user's profile picture">
</div>
<div class="column-8-10 triggerCount">
<span class="userName">Nathan Peterson</span>
<span>reacted to your recent post</span>
<span class="postMention"> 5 end-game strategies to increase your win rate</span>
<div class="badge"></div>
<span class="timeline">2 weeks ago</span>
</div>
</div>
<div class="unread triggerCount">
<div class="column-2-10">
<img class="profilePic" src="./assets/images/avatar-anna-kim.webp" alt="user's profile picture">
</div>
<div class="column-8-10 triggerCount">
<span class="userName">Anna Kim</span>
<span>left the group</span>
<a href="#"><span class="groupMention">Chess Club</span></a>
<div class="badge"></div>
<span class="timeline">2 weeks ago</span>
</div>
</div>
</main>
<footer>
<div class="attribution">
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
Coded by <a href="https://www.linkedin.com/in/stefania-piciorea/">Stefania Piciorea</a>.
</div>
</footer>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>