-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
222 lines (199 loc) · 7.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<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=Rubik:wght@300;400;500&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<script defer src="javascript/script.js"></script>
<title>Frontend Mentor | Time Tracking Dashboard</title>
</head>
<body>
<div class="container">
<main class="content">
<div class="content__person">
<div class="content__person-wrapper">
<img
src="./images/image-jeremy.png"
alt="Jeremy Robson"
class="content__person-img"
/>
<div class="content__person-info">
<p class="content__person-report fade-in-anim">Report for</p>
<h1 class="content__person-name fade-in-anim-1s">
Jeremy Robson
</h1>
</div>
</div>
<div class="content__options">
<ul class="content__list js-list">
<li class="content__item fade-in-left-05">
<a href="#" class="content__link js-link"> Daily </a>
</li>
<li class="content__item fade-in-left-06">
<a href="#" class="content__link content__link--active js-link">
Weekly
</a>
</li>
<li class="content__item fade-in-left-07">
<a href="#" class="content__link js-link"> Monthly </a>
</li>
</ul>
</div>
</div>
<div class="content__box content__box--work">
<div class="content__box-title-wrapper fade-in-anim">
<h2 class="content__box-title js-title"></h2>
<a
href="#"
class="content__box-elipsis"
aria-label="elipsis for options"
>
<svg width="21" height="5" xmlns="http://www.w3.org/2000/svg">
<path
d="M2.5 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm8 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm8 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Z"
fill-rule="evenodd"
/>
</svg>
</a>
</div>
<div class="content__box-hours fade-in-anim-1s">
<p class="content__box-hour js-current"></p>
<p class="content__box-date js-previous"></p>
</div>
</div>
<div class="content__box content__box--play">
<div class="content__box-title-wrapper fade-in-anim">
<h2 class="content__box-title js-title"></h2>
<a
href="#"
class="content__box-elipsis"
aria-label="elipsis for options"
>
<svg width="21" height="5" xmlns="http://www.w3.org/2000/svg">
<path
d="M2.5 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm8 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm8 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Z"
fill-rule="evenodd"
/>
</svg>
</a>
</div>
<div class="content__box-hours fade-in-anim-1s">
<p class="content__box-hour js-current"></p>
<p class="content__box-date js-previous"></p>
</div>
</div>
<div class="content__box content__box--study">
<div class="content__box-title-wrapper fade-in-anim">
<h2 class="content__box-title js-title"></h2>
<a
href="#"
class="content__box-elipsis"
aria-label="elipsis for options"
>
<svg width="21" height="5" xmlns="http://www.w3.org/2000/svg">
<path
d="M2.5 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm8 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm8 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Z"
fill-rule="evenodd"
/>
</svg>
</a>
</div>
<div class="content__box-hours fade-in-anim-1s">
<p class="content__box-hour js-current"></p>
<p class="content__box-date js-previous"></p>
</div>
</div>
<div class="content__box content__box--exercise">
<div class="content__box-title-wrapper fade-in-anim">
<h2 class="content__box-title js-title"></h2>
<a
href="#"
class="content__box-elipsis"
aria-label="elipsis for options"
>
<svg width="21" height="5" xmlns="http://www.w3.org/2000/svg">
<path
d="M2.5 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm8 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm8 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Z"
fill-rule="evenodd"
/>
</svg>
</a>
</div>
<div class="content__box-hours fade-in-anim-1s">
<p class="content__box-hour js-current"></p>
<p class="content__box-date js-previous"></p>
</div>
</div>
<div class="content__box content__box--social">
<div class="content__box-title-wrapper fade-in-anim">
<h2 class="content__box-title js-title"></h2>
<a
href="#"
class="content__box-elipsis"
aria-label="elipsis for options"
>
<svg width="21" height="5" xmlns="http://www.w3.org/2000/svg">
<path
d="M2.5 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm8 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm8 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Z"
fill-rule="evenodd"
/>
</svg>
</a>
</div>
<div class="content__box-hours fade-in-anim-1s">
<p class="content__box-hour js-current"></p>
<p class="content__box-date js-previous"></p>
</div>
</div>
<div class="content__box content__box--self-care">
<div class="content__box-title-wrapper fade-in-anim">
<h2 class="content__box-title js-title"></h2>
<a
href="#"
class="content__box-elipsis"
aria-label="elipsis for options"
>
<svg width="21" height="5" xmlns="http://www.w3.org/2000/svg">
<path
d="M2.5 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm8 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm8 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Z"
fill-rule="evenodd"
/>
</svg>
</a>
</div>
<div class="content__box-hours fade-in-anim-1s">
<p class="content__box-hour js-current"></p>
<p class="content__box-date js-previous"></p>
</div>
</div>
</main>
</div>
<footer class="attribution">
Challenge by
<a
class="attribution__link"
href="https://www.frontendmentor.io?ref=challenge"
target="_blank"
>Frontend Mentor</a
>. Coded by
<a
class="attribution__link"
href="https://github.com/kens-visuals"
target="_blank"
>Kens-Visuals</a
>.
</footer>
</body>
</html>