-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
45 lines (42 loc) · 1.39 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<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">
<title>Document</title>
<link rel="stylesheet" href="css/all.min.css">
<link rel="stylesheet" href="css/fontawesome.min.css">
<link rel="stylesheet" href="css/about.css">
</head>
<body>
<nav>
<div class="nav-content">
<div class="togglebutton">
<i class="fa fa-bars" aria-hidden="true"></i>
</div>
<span style="--i:1;">
<a href=""> <i class="fa fa-home" aria-hidden="true"></i></a>
</span>
<span style="--i:2;">
<a href=""><i class="fa fa-mobile" aria-hidden="true"></i></a>
</span>
<span style="--i:3;">
<a href=""><i class="fa fa-laptop" aria-hidden="true"></i></a>
</span>
<span style="--i:4;">
<a href=""><i class="fa fa-headphones" aria-hidden="true"></i></a>
</span>
<span style="--i:5;">
<a href=""><i class="fa fa-cogs" aria-hidden="true"></i></a>
</span>
</div>
</nav>
<section>
<div class="grad1">
<div class="grad2"></div>
</div>
</section>
<script src="js/about.js"></script>
</body>
</html>