-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path-template.html
More file actions
47 lines (39 loc) · 1.52 KB
/
-template.html
File metadata and controls
47 lines (39 loc) · 1.52 KB
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">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link href="https://fonts.googleapis.com/css?family=Noto+Sans+SC&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="stylesheets/common.css" />
</head>
<body>
<nav class="dark compound">
<ol>
<li><a id="Projects" href="index.html"> <img id="nav-logo" src="assets/CEG-Logo-White.svg" /> </a></li>
<li class="on-this-page"><a href="about-us.html">About</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="contact-us.html">Contact</a></li>
<li><a href="join-us.html">Join Us</a></li>
</ol>
<div class="merged strip">
<h1>About Us</h1>
</div>
</nav>
<!-- <nav class="light simple">
<ol>
<li><a href="index.html"> <img id="nav-logo" src="assets/CEG-Logo-Colored.svg" /> </a></li>
<li class="on-this-page"><a href="about-us.html">About</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="contact-us.html">Contact</a></li>
<li><a href="join-us.html">Join Us</a></li>
</ol>
</nav> -->
<main>
</main>
<footer>
Copyright © 2019-2020 Chinese Entrepreneurs Group. All rights reserved.
</footer>
</body>
</html>