-
Notifications
You must be signed in to change notification settings - Fork 0
/
about-us.html
30 lines (28 loc) · 1021 Bytes
/
about-us.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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="shortcut icon" href="assets/images/cropped-inspark.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans:wght@600;700;800;900&display=swap" rel="stylesheet">
<title>iNSPARK</title>
</head>
<body>
<nav>
<a href="index.html" id="brand">
<img src="assets/images/cropped-inspark_final_presentation_1a-1 [email protected]" alt="logo" id="logo">
</a>
<div class="menu-toggle">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</div>
<ul class="nav-links">
<li><a href="about-us.html">About Us</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#"></a>Blog</li>
<li><a href="#"></a>Contact Us</li>
</ul>
</nav>
</body>
</html>