-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
86 lines (76 loc) · 3.44 KB
/
contact.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
74
75
76
77
78
79
80
81
82
83
84
85
86
<!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>Anurag Gharat | Contact me</title>
<meta name="Amurag Gharat | Full Stack Developer "
content="A Full Stack Developer based in Mumbai. Currently in Final year of Computer Engineering at RAIT, Nerul. Open to work on Freelance projects and Internships" />
<meta name="keywords"
content="Anurag Gharat, Anurag Gharat Alibag, Anurag Gharat Mumbai, Anurag Gharat Full Stack Developer, JavaScript Love, Code, Anurag Codes, Web development in Alibag, Website development in Alibag, Freelancer Web Developer, Webiste Developer, Front End Developer" />
<link rel="stylesheet" href="./style.css">
<link rel="icon" href="./assets/icon.png">
<link rel="shortcut icon" href="./assets/favicon.ico" type="image/x-icon">
<!-- fonts
-->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link
href="https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css">
<link rel="apple-touch-icon" href="./assets/anurag192.png" />
<link rel="apple-touch-icon" href="./assets/anurag512.png" />
<meta name="apple-mobile-web-app-status-bar" content="#706fd3" />
<meta name="theme-color" content="#706fd3" />
</head>
<body class="dark-mode">
<div class="app">
<nav>
<!-- <img src="./assets/home.svg" alt="" > -->
<a href="./">
<i class="bi bi-house"></i>
</a>
<a href="./about.html">
<i class="bi bi-person"></i>
</a>
<a href="./projects.html">
<i class="bi bi-laptop"></i>
</a>
<a href="./blog.html">
<i class="bi bi-pencil"></i>
</a>
<a href="./contact.html" >
<i class="bi bi-telephone active"></i>
</a>
</nav>
<div class="content about">
<div class="container about-inside">
<h1 class="heading">Contact</h1>
<div class="contact mt-50">
<p>For work and project related enquiries mail me at: <a href="mailto:anuraggharat55@gmail.com" class="primary" target="_blank" rel="noopener noreferrer">
anuraggharat55@gmail.com
</a></p>
<p>OR</p>
<p>Ping me on my social media handles to start a conversation.</p>
<div class="contact-icons mt-20">
<a href="https://www.facebook.com/gharat.anurag/" target="_blank">
<i class="bi bi-facebook"></i>
</a>
<a href="https://www.instagram.com/anurag_gharat/" target="_blank">
<i class="bi bi-instagram"></i>
</a>
<!-- <a href="https://api.whatsapp.com/send?phone=+917745050822" target="_blank">
<i class="bi bi-whatsapp"></i>
</a> -->
</div>
</div>
</div>
</div>
<footer>
<!-- <i class="bi bi-moon-stars"></i> -->
</footer>
</div>
</body>
</html>
<script src="./app.js"></script>