-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
39 lines (36 loc) · 1.44 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
<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">
<link rel="stylesheet" href="./index.css">
<title>About</title>
</head>
<body>
<header class="nav-1">
<navbar class="navigation">
<ul class="nav_menu">
<li id="nav_it1" class="logo"><a href="index.html"><img src="logo_main_2.png" alt="Error Loading"></a></li>
</ul>
<ul class="nav_menu">
<li id="nav_it2" class="pos_center borderleft"><a href="/">Home</a></li>
<li id="nav_it3" class="pos_center"><a href="/about">About</a></li>
<li id="nav_it4" class="pos_center"><a href="/startups">Startups</a></li>
<li id="nav_it5" class="pos_center"><a href="/lawyers">Lawyers</a></li>
<li id="nav_it6" class="pos_center"><a href="#foot_1">Media Links</a></li>
</ul>
</navbar>
<div id="spc" class="navigation">
</div>
<div class="top_left" id="nav_login">
<div class="">
</div>
<div class="">
</div>
<div id="login_logo" class="logo_login">
<a href="#" onclick="start_login()" ><img src="logo_2.png" alt="Error Loading"></a>
</div>
</div>
</header>
</body>
</html>