-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (72 loc) · 3.16 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
67
68
69
70
71
72
73
<!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">
<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=Arima+Madurai:wght@500&family=Bebas+Neue&family=Corinthia&family=Dongle&family=Major+Mono+Display&family=Merienda:wght@700&family=Satisfy&family=Spartan:wght@600&family=Ubuntu&family=Ubuntu+Condensed&display=swap" rel="stylesheet">
<title>Contact</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/all.css">
<link rel="icon" type="image/x-icon" href="icon.ico">
</head>
<body id="body_contact">
<div class="link_cont">
<img id="pfp_links" src="data/pfp2.jpg" alt="About.png">
<h1 class="name">Akshat</h1>
<p class="about_links">Connect with me through these platforms.</p>
<a href="https://www.linkedin.com/in/akshatpawar/" class="link_in" target="_blank">
<div class="link_box">
<i class="fab fa-linkedin fa-3x"></i>
<h2 class="link_txt">Linkedin</h2>
</div>
</a>
<a href="https://www.instagram.com/akshatpawar_" class="link_in" target="_blank">
<div class="link_box">
<i class="fab fa-instagram-square fa-3x"></i>
<h2 class="link_txt">Instagram</h2>
</div>
</a>
<!-- </a>
<a href="https://www.snapchat.com/add/akshat19p" class="link_in" target="_blank">
<div class="link_box">
<i class="fab fa-snapchat-square fa-3x"></i>
<h2 class="link_txt">Snapchat</h2>
</div>
</a> -->
</a>
<a href="https://discordapp.com/users/684724969703342101" class="link_in" target="_blank">
<div class="link_box">
<i class="fab fa-discord fa-2x"></i>
<h2 class="link_txt">Discord</h2>
</div>
</a>
<a href="https://akshatpawar.pages.dev/" class="link_in" target="_blank">
<div class="link_box">
<i class="fas fa-globe-asia fa-3x"></i>
<h2 class="link_txt">Portfolio</h2>
</div>
</a>
<a href="https://github.com/akshatpawar" class="link_in" target="_blank">
<div class="link_box">
<i class="fab fa-github-square fa-3x"></i>
<h2 class="link_txt">Github</h2>
</div>
</a>
<a href="https://twitter.com/akshat19p" class="link_in" target="_blank">
<div class="link_box">
<i class="fab fa-twitter-square fa-3x"></i>
<h2 class="link_txt">Twitter</h2>
</div>
</a>
<a href="https://myanimelist.net/profile/akshatpawar" class="link_in" target="_blank">
<div class="link_box">
<img src="data/mal.png" alt="" id="mal_icon">
<h2 class="link_txt">MyAnimeList</h2>
</div>
</a>
</div>
</body>
</html>