-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (43 loc) · 1.97 KB
/
index.html
File metadata and controls
50 lines (43 loc) · 1.97 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
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="keywords" content="web developer, html, css, javascript, es6, html5, css3, bootstrap, bootstrap4, jquery, ajax, pwa, ui, ux, react,js" />
<meta name="description" content="Singapore based Web Developer" />
<link rel="shortcut icon" href="./assets/profile.svg" type="image/svg-xml" />
<!-- fontawesome -->
<link rel="stylesheet" href="./css/all.min.css" />
<script src="./js/all.min.js"></script>
<!-- animate.css -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<!-- custom external stylesheets -->
<link rel="stylesheet" href="./css/style.css" />
<title>Chris Web Dev</title>
</head>
<body>
<header>
<nav>
<div class="logo-container">
<a href="#" aria-label="home"><img src="./assets/profile.svg" alt="" /></a>
</div>
<div class="hamburger" aria-label="navmenu">
<div class="line line1"></div>
<div class="line line2"></div>
<div class="line line3"></div>
</div>
<ul class="navbar-links">
<li class="links"><a href="#">About</a></li>
<li class="links"><a href="#">Projects</a></li>
<li class="links"><a href="#">Contact</a></li>
</ul>
</nav>
</header>
<section></section>
<main></main>
<footer></footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.5.1/gsap.min.js"></script>
<script src="https://widget.flowai.app/w/YWJQeHJibWU0fGNPNHVTUFZZWQ==/flow-webclient-1.1.2.min.js"></script>
<script src="./js/app.js"></script>
</body>
</html>