-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
64 lines (61 loc) · 3.81 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<link href="styles.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js" integrity="sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Sofia">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Sofia&effect=neon|outline|emboss|shadow-multiple">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Sofia&effect=fire">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>My Introductory Webpage</title>
</head>
<body>
<div class="topnav">
<a href="index.html"><strong>INFO</strong></a>
<a href="hobbies.html"><strong>HOBBIES</strong></a>
<a href="clicks.html"><strong>CLICKS</strong></a>
<a class="active" href="contact.html"><strong>CONTACT ME</strong></a>
</div>
<div>
<h6 id="kk">© Sahilsher Singh</h6>
</div>
<br>
<br>
<br>
<br>
<div>
<h1 id="jj">
Contact me on any social media platform...
</h1>
<br>
<div>
<p id="ll" class="font-effect-shadow-multiple">
For fast replies, preferred !!
</p>
<div style="text-align: center;">
<a href="https://www.snapchat.com/add/deathon_sandhu?share_id=pmD6kRby4I0&locale=en-IN" class="fa fa-snapchat-ghost" target="_blank"></a>
<a href="mailto:sandhu.sahil2002@gmail.com" class="fa fa-google" target="_blank"></a>
</div>
</div>
<br>
<div>
<p id="ll" class="font-effect-shadow-multiple">
Secondary !!
</p>
<div style="text-align: center;">
<a href="https://www.instagram.com/sandhu._.sahil_/" class="fa fa-instagram" target="_blank"></a>
<a href="https://www.linkedin.com/in/sahilsher-singh/" class="fa fa-linkedin" target="_blank"></a>
<a href="https://github.com/Sandhu-Sahil" class="fa fa-github" target="_blank"></a>
<a href="https://www.youtube.com/channel/UCLvgvGVozMHxtKOkwr-rHsg" class="fa fa-youtube" target="_blank"></a>
<a href="https://twitter.com/sandhu_sahil_" class="fa fa-twitter" target="_blank"></a>
<a href="https://www.facebook.com/sahil.sandhu.7549185/" class="fa fa-facebook" target="_blank"></a>
</div>
</div>
</div>
</body>
</html>