-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (31 loc) · 1.93 KB
/
index.html
File metadata and controls
31 lines (31 loc) · 1.93 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
<!DOCTYPE html>
<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">
<title>akionsight</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lobster&family=Roboto+Mono&display=swap" rel="stylesheet">
</head>
<body>
<div id="hi-div" class="pages">
<p id="hi" class="hi">Hi!</p>
<p id="im" class="hi">I'm Harsh</p>
<p id="akionsight" class="hi">On the internet, I'm AkIonSight</p>
</div>
<div id="social-div">
<a href="https://github.com/akionsight"> <img src="github-mark-white.svg" alt="Github logo" class="links"> </a>
<a href="https://www.instagram.com/akionsight/"><img src="Instagram_Glyph_White.svg" alt="Instagram" class="links2"></a>
<!-- <a href=""><img src="mail_FILL0_wght400_GRAD0_opsz48.svg" alt="" class="links2"></a> -->
<a href="https://mastodon.online/@akionsight"><img src="logo-white.svg" alt="Mastodon" class="links2"></a>
<a href="https://dev.to/akionsight"><img src="dev.png" alt="DEV" class="links2"></a>
<a href="https://en.wikipedia.org/wiki/User:AkIonSight"><img src="Wikipedia-logo-v2.svg.png" alt="Wikipedia" class="links2"></a>
<a href="discord.com/users/603992031953551371"><img src="discord-mark-white.svg" alt="Text Me On Discord" class="links2"></a>
<a href="mailto:akionsight@gmail.com"><img src="mail_FILL0_wght400_GRAD0_opsz48-modified.png" alt="Email Me" class="links2"></a>
<a href="https://keys.openpgp.org/vks/v1/by-fingerprint/41741C748878B6D5E48F702AD7E259D5F294F721"><img src="vpn_key_FILL0_wght400_GRAD0_opsz48-modified.png" alt="Get My PGP Key" class="links2"></a>
</div>
</body>
</html>