-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
179 lines (147 loc) · 6.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- displays site properly based on user's device -->
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<!-- GOOGLE FONTS -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" rel="stylesheet">
<!-- CUSTOM CSS -->
<link rel="stylesheet" href="/social-media-dashboard-with-theme-switcher/style.css">
<title>Social Media Dashboard With Theme Switcher</title>
</head>
<body>
<main class="wrapper">
<div class="heading">
<div class="title">
<h1>Social Media Dashboard</h1>
<small>Total Followers: 23,004</small>
<hr>
</div><!-- title-->
<div class="switch">
<input type="checkbox" class="toggle_theme" name="theme_switch">
<label for="theme_switch">Dark Mode</label></input>
</div><!-- Theme toggle switch-->
</div><!-- heading-->
<section class="social_proof">
<ul class="social_proof_cards">
<li>
<div class="social_username">
<img src="/social-media-dashboard-with-theme-switcher/images/icon-facebook.svg" alt="Faceboo Logo">
<p>@facebook</p>
</div>
<h1>1987</h1>
<p>Followers</p>
<small>
<img src="/social-media-dashboard-with-theme-switcher/images/icon-up.svg" alt="Up arrow">
<p class="green_text">12 Today</p>
</small>
</li>
<li>
<div class="social_username">
<img src="/social-media-dashboard-with-theme-switcher/images/icon-twitter.svg" alt="Twitter Logo">
<p>@twitter</p>
</div>
<h1>1044</h1>
<p>Followers</p>
<small>
<img src="/social-media-dashboard-with-theme-switcher/images/icon-up.svg" alt="Up arrow">
<p class="green_text">99 Today</p>
</small>
</li>
<li>
<div class="social_username">
<img src="/social-media-dashboard-with-theme-switcher/images/icon-instagram.svg" alt="Instagram Logo">
<p>@instagram</p>
</div>
<h1>11k</h1>
<p>Followers</p>
<small>
<img src="/social-media-dashboard-with-theme-switcher/images/icon-up.svg" alt="Up arrow">
<p class="green_text">1099 Today</p>
</small>
</li>
<li>
<div class="social_username">
<img src="/social-media-dashboard-with-theme-switcher/images/icon-youtube.svg" alt="Youtube Logo">
<p>YouTube</p>
</div>
<h1>8239</h1>
<p>Subscribers</p>
<small>
<img src="/social-media-dashboard-with-theme-switcher/images/icon-down.svg" alt="Down Arrow">
<p class="red_text">144 Today</p>
</small>
</li>
</ul>
</section>
<h2 class="active_title">Overview - Today</h2>
<ul class="social_today_stats">
<li class="today_stats_card">
<p>Page Views</p>
<img src="/social-media-dashboard-with-theme-switcher/images/icon-facebook.svg" alt="Facebook Logo">
<p>87</p>
<small class="green_text"><img src="/social-media-dashboard-with-theme-switcher/images/icon-up.svg"
alt="Up arrow">3%</small>
</li>
<li class="today_stats_card">
<p>Likes</p>
<img src="/social-media-dashboard-with-theme-switcher/images/icon-facebook.svg" alt="Facebook Logo">
<p>52</p>
<small class="red_text"><img src="/social-media-dashboard-with-theme-switcher/images/icon-down.svg"
alt="down arrow">2%</small>
</li>
<li class="today_stats_card">
<p>Likes</p>
<img src="/social-media-dashboard-with-theme-switcher/images/icon-instagram.svg" alt="Instagram Logo">
<p>5462</p>
<small class="green_text"><img src="/social-media-dashboard-with-theme-switcher/images/icon-up.svg"
alt="up arrow">2257%</small>
</li>
<li class="today_stats_card">
<p>Profile Views</p>
<img src="/social-media-dashboard-with-theme-switcher/images/icon-instagram.svg" alt="Instagram Logo">
<p>52k</p>
<small class="green_text"><img src="/social-media-dashboard-with-theme-switcher/images/icon-up.svg"
alt="up arrow">1357%</small>
</li>
<li class="today_stats_card">
<p>Retweets</p>
<img src="/social-media-dashboard-with-theme-switcher/images/icon-twitter.svg" alt="Twitter Logo">
<p>117</p>
<small class="green_text"><img src="/social-media-dashboard-with-theme-switcher/images/icon-up.svg"
alt="up arrow">303%</small>
</li>
<li class="today_stats_card">
<p>Likes</p>
<img src="/social-media-dashboard-with-theme-switcher/images/icon-twitter.svg" alt="Twitter Logo">
<p>507</p>
<small class="green_text"><img src="/social-media-dashboard-with-theme-switcher/images/icon-up.svg"
alt="up arrow">553%</small>
</li>
<li class="today_stats_card">
<p>Likes</p>
<img src="/social-media-dashboard-with-theme-switcher/images/icon-youtube.svg" alt="YouTube Logo">
<p>107</p>
<small class="red_text"><img src="/social-media-dashboard-with-theme-switcher/images/icon-down.svg"
alt="down arrow">19%</small>
</li>
<li class="today_stats_card">
<p>Total Views</p>
<img src="/social-media-dashboard-with-theme-switcher/images/icon-youtube.svg" alt="YouTube Logo">
<p>1407</p>
<small class="red_text"><img src="/social-media-dashboard-with-theme-switcher/images/icon-down.svg"
alt="down arrow">12%</small>
</li>
</ul>
</main><!-- wrapper-->
<footer>
Challenge by
<a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor.</a> Coded by <a
href="https://github.com/vimode/frontend-mentor-challenges">vimode</a>
</footer>
<script src="/social-media-dashboard-with-theme-switcher/script.js"></script>
</body>
</html>