-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
56 lines (51 loc) · 2.06 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="style.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="script.js"></script>
<title></title>
</head>
<body>
<div class="main-container">
<!--==================== TOP BAR ====================-->
<div class="top-bar">
<button class="unit" type="button">
<i class="icon fa fa-angle-left"></i>
</button>
HTML CSS JS Projects
<button class="unit" type="button">
<i class="icon fa fa-cog"></i>
</button>
</div>
<!--==================== ICON PART ====================-->
<div class="logo"></div>
<!--==================== TIMER ====================-->
<!--==================== RECORDINGS PART ====================-->
<div class="recordings">
<label for="recordings-tittle"></label>
</div>
<div class="new-project">
<a href="https://htmlcssjs-quantosh.netlify.app/clock" class="a">⌚ Clock</a>
</div>
<div class="new-project">
<a href="https://htmlcssjs-quantosh.netlify.app/login" class="a">👤 Login</a>
</div>
<div class="new-project">
<a href="https://htmlcssjs-quantosh.netlify.app/pomodoro" class="a">⏰ Pomodoro</a>
</div>
<div class="new-project">
<a href="https://htmlcssjs-quantosh.netlify.app/record" class="a">🎤 Record</a>
</div>
<div class="new-project">
<a href="https://htmlcssjs-quantosh.netlify.app/weather" class="a">☁ Weather</a>
</div>
<!--==================== Bottom ====================-->
<div class="bot-bar">
</div>
</div>
</body>
</html>