-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (44 loc) · 1.98 KB
/
index.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">
<title>Sinjhin Projects</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta
name="description"
content="Sinjhin's side Projects under construction"
/>
<link rel="icon" type="image/x-icon" href="/projects/favicon.ico">
<script defer src="https://use.fontawesome.com/releases/v5.0.9/js/all.js" integrity="sha384-8iPTk2s/jMVj81dnzb/iFR2sdA7u06vHJyyLlAd4snFpCl/SnyUjRrbdJsw1pGIl" crossorigin="anonymous"></script>
<link rel="stylesheet" href="/projects/styles.css">
</head>
<body>
<noscript>You need to enable JavaScript to properly see this page.</noscript>
<header>
<h2>Projects in Progress</h2>
<span>❖</span><em>UNDER CONSTRUCTION</em><span>❖</span>
</header>
<main>
<section>
<nav>
<ul>
<li><a href="/angular-personal/">▶︎ Angular Personal Site ◀︎</a></li>
<li><a href="/react-personal/">▶︎ React Personal Site ◀︎</a></li>
<li><a href="/vue-personal/">▶︎ Vue Personal Site ◀︎</a></li>
<li><a href="javascript://">▶︎ CoD:MW2 DMZ Map ◀︎</a></li>
</ul>
</nav>
</section>
</main>
<footer>
<span>©John Gardner (Sinjhin) 2023-<script>document.write(new Date().getFullYear())</script> | </span>
<a href="https://github.com/sinjhin" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/johnathangardner" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://plus.google.com/+JohnSinjhinGardner/" target="_blank"><i class="fab fa-google-plus-square"></i></a>
<a href="https://twitter.com/Sinjhin" target="_blank"><i class="fab fa-twitter-square"></i></a>
<a href="https://stackoverflow.com/users/9599243/john-gardner" target="_blank"><i class="fab fa-stack-overflow"></i></a>
</footer>
<script type="module" src="projects/main.js" defer></script>
</body>
</html>