-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
66 lines (58 loc) · 2.48 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles/all.css" />
<link rel="stylesheet" href="styles/index.css" />
<!-- Favicon -->
<link rel="icon" href="https://media.discordapp.net/attachments/800052087136190467/815652031041110126/circle-cropped.png?width=418&height=418">
<!-- Nunito google font | can use montserrat also -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Nunito:wght@700&display=swap" rel="stylesheet">
<link id="favicon" rel="icon" href="https://media.discordapp.net/attachments/800052087136190467/815652031041110126/circle-cropped.png?width=418&height=418" type="image/x-icon"/>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6KE3T547FN"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-6KE3T547FN');
</script>
<title>NANO® | Home</title>
<meta property="og:type" content="website">
<meta property="og:author" content="NANO®">
<meta property="og:title" content="NANO® | Official website">
<meta property="og:description" content="Official website of NANO, to keep in touch or keep track of his projects">
<meta property="og:url" content="http://n4n0.glitch.me">
<meta property="og:image" content="https://media.discordapp.net/attachments/800052087136190467/815652031041110126/circle-cropped.png?width=418&height=418">
</head>
<body>
<nav class="nav-top-bar">
<li class="nav-img">
<img src="https://media.discordapp.net/attachments/800052087136190467/815652031041110126/circle-cropped.png" class="nano-logo">
</li>
<li class="nav-btn">
<a href="index">Home</a>
</li>
<li class="nav-btn">
<a href="projects">Projects</a>
</li>
<li class="nav-btn">
<a href="contact">Links & Contact</a>
</li>
</nav>
<div class="main">
<div class="greeting">
<h1>NANO</h1>
<h2 class="bar">━━━━━━━━━━━━━━</h2>
<h1><i>"I rather code than play"</i></h1>
<img src="https://media.discordapp.net/attachments/800052087136190467/815652031041110126/circle-cropped.png" width="25%" class="nano-logo">
</div>
</div>
<footer>
<p>
Copyright © | <strong>NANO</strong> | ALL RIGHTS RESERVED
</p>
</footer>
</body>
</html>