-
Notifications
You must be signed in to change notification settings - Fork 0
/
devwell.html
47 lines (33 loc) · 1.06 KB
/
devwell.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./devwell.css" />
<title>DevWell</title>
</head>
<body>
<section class="wrapper">
<div class="top">DEVWELL</div>
<div class="bottom" aria-hidden="true">DEVWELL</div>
</section>
<p class="tagline">You develop, I care!</p>
<div class="card">
<p id="carousel-paragraph"></p>
<img id="carousel-image" src="" alt="Carousel Image">
</div>
<div id="active-time">
</div>
<div class="water">
<img class="water__img" src="./water.svg" alt="water" />
<p class="water__prompt">"Thirsty for success? Hydrate along the way!"😉</p>
</div>
<div class="contact">
<ul>
<li> <a href="https://twitter.com/therounitsinha">Twitter Profile</a></li>
<li> <a href="https://github.com/rounit08">GitHub Profile</a></li>
</ul>
</div>
</body>
<script src="contentScript.js"></script>
</html>