-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
108 lines (100 loc) · 3.63 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.2.0/css/all.css"
integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="main.css" />
<title>Contact Me</title>
</head>
<body>
<header>
<div class="menu-btn">
<div class="btn-line"></div>
<div class="btn-line"></div>
<div class="btn-line"></div>
</div>
<nav class="menu">
<div class="menu-branding">
<div class="portrait"></div>
</div>
<ul class="menu-nav">
<li class="nav-item">
<a href="index.html" class="nav-link"> Home </a>
</li>
<li class="nav-item">
<a href="about.html" class="nav-link"> About Me </a>
</li>
<li class="nav-item">
<a href="work.html" class="nav-link"> My Work </a>
</li>
<li class="nav-item current">
<a href="contact.html" class="nav-link"> How To Reach Me </a>
</li>
</ul>
</nav>
</header>
<main id="contact">
<h1 class="lg-heading">
Contact
<span class="text-secondary">Me</span>
</h1>
<h2 class="sm-heading">This is how you can reach me...</h2>
<div class="boxes">
<div>
<span class="text-secondary">Email: </span> vishaldhiman3199@gmail.com
</div>
<!-- <div>
<span class="text-secondary">LinkTree: </span
><a href="https://linktr.ee/Vishaldhiman">LinkTree</a>
</div> -->
<div>
<span class="text-secondary">Phone: </span>(+91) 8930253813,8295816747
</div>
<div>
<span class="text-secondary">Address: </span>
YamunaNagar(135106),Haryana.
</div>
</div>
</main>
<footer id="main-footer">
© Copyright 2024,ALL RIGHTS RESERVED.. DaTa PiRaTeS :)
</footer>
<script src="main.js"></script>
<script src="https://fobi.io/embed.js"></script>
<div id="embed-fobi" data-fobi-id="Z5TiBSN" data-bot-title= "Let's Have Some Chat" data-hd-bg= "#384953" data-hd-ti-clr= "#C7BDBD" data-ct-pm= "#505457" data-ct-sc= "#FFF" data-ct-bot-img= "http://res.cloudinary.com/fobi/image/upload/v1610346656/excp8ketznmigrg3nwsr.png" data-btn-offset= "Right: 30px" data-cb-offset= "Right: 30px" data-btn-img= "https://fobi.io/icon.png" data-btn-bg= "#70767A" data-cb-height= "400px" data-cb-width= "330px" ></div>
</body>
<script src="main.js"></script>
<script src="https://fobi.io/embed.js"></script>
<div
id="embed-fobi"
data-fobi-id="Z5TiBSN"
data-bot-title="Let's Have Some Chat"
data-hd-bg="#384953"
data-hd-ti-clr="#C7BDBD"
data-ct-pm="#505457"
data-ct-sc="#FFF"
data-ct-bot-img="http://res.cloudinary.com/fobi/image/upload/v1610346656/excp8ketznmigrg3nwsr.png"
data-btn-offset="Right: 30px"
data-cb-offset="Right: 30px"
data-btn-img="https://fobi.io/icon.png"
data-btn-bg="#70767A"
data-cb-height="400px"
data-cb-width="330px"
></div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-179376608-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-179376608-2');
</script>
</body>
</html>