forked from blacklytning/blacklytning.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·63 lines (56 loc) · 2.28 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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-127649772-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-127649772-1');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Deepak Sabharwal</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/icomoon.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="images/favicon.ico">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div id="particles-js">
<div class="main-content">
<figure>
<br/><br/><br/>
<img src="https://deepaksabharwaal.github.io/pfp.png"
class="img-circle" width="50%"/>
</figure>
<h1>
</h1>
<h2>Connect With Me</h2>
<br />
<div class="social">
<a href="https://www.youtube.com/WhoDeepak/">
<img align="centre" alt="Deepak's YouTube" width="28px" src="https://cdn.jsdelivr.net/npm/simple-icons@v3/icons/youtube.svg" />
</a>
<a href="https://github.com/deepaksabharwaal" target="_blank"><img alt="Github" width="22px" src="https://cdn.jsdelivr.net/npm/simple-icons@v3/icons/github.svg" /><a>
<a href="https://forum.xda-developers.com/member.php?u=10425647/">
<img align="centre" alt="Jaishnav's XDA" width="43px" src="https://cdn.jsdelivr.net/npm/[email protected]/icons/xdadevelopers.svg" />
<a href="https://t.me/I_m_Deepak0001" target="_blank"><img alt="Telegram" width="20px" src="https://cdn.jsdelivr.net/npm/simple-icons@v3/icons/telegram.svg" /><a>
</ul><br/><br/>
</div>
</div>
<script src="js/particles.js"></script>
<script src="js/app.js"></script>
</body>
</html>