-
Notifications
You must be signed in to change notification settings - Fork 0
/
links.html
166 lines (154 loc) · 4.6 KB
/
links.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<!DOCTYPE html>
<html lang="en">
<head>
<link rel = "icon" href =
"https://1.bp.blogspot.com/-fsRl6vRxkbY/XpntlsPlDfI/AAAAAAAAImw/uMYdP8q2s7AEHUUK0DRW2IzUX9BQsl9gwCK4BGAsYHg/Webp.net-resizeimage.jpg"
type = "image/x-icon">
<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
href="https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
<title>Bhargav Gangapuram </title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9NJHPYMM6Z"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9NJHPYMM6Z');
</script>
<meta name="google-site-verification" content="GYzwjOP1IwlElxdeVK9XaAPxwMjJpZNCva6iRbaZepo" />
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5CRW45D');</script>
<!-- End Google Tag Manager -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1520985561555647"
crossorigin="anonymous"></script>
</head>
<body>
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- redirect to chrome for android
<script>
if(navigator.userAgent.includes("Instagram")){
window.location.href = "https://gangapurambhargav.github.io/bio/links.html";
}
</script> -->
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5CRW45D"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="container">
<div class="circle-shape">
<a
href="https://www.instagram.com/g_b_bhargav/"
target="_blank"
rel="noopener noreferrer"
>
<img
src="images/pic.jpg"
alt="Gangapuram Bhargav"
class="profile-pic"
/>
</a>
</div>
<a
href="https://www.instagram.com/gangapurambhargav/"
target="_blank"
rel="noopener noreferrer"
class="ig-link"
>
Bhargav Gangapuram
</a>
<div class="link-list">
<a
href="https://github.com/gangapurambhargav/may-2021-ml"
target="_blank"
rel="noopener noreferrer"
>
<div class="link-list-item light">
DATA SCIENCE/ML PROJECTS
</div>
</a>
<a
href="https://github.com/gangapurambhargav/2021-wrap-web"
target="_blank"
rel="noopener noreferrer"
>
<div class="link-list-item dark">
WEB PROJECTS
</div>
</a>
<a
href="https://github.com/gangapurambhargav/2021-wrap-python"
target="_blank"
rel="noopener noreferrer"
>
<div class="link-list-item dark">
PYTHON PROJECTS
</div>
</a>
<a
href="https://github.com/gangapurambhargav/password-generator"
target="_blank"
rel="noopener noreferrer"
>
<div class="link-list-item bright">
CPP PROJECT
</div>
</a>
<a
href="https://bit.ly/gbcert"
target="_blank"
rel="noopener noreferrer"
>
<div class="link-list-item bright">
INTERNSHIPS/BADGES
</div>
</a>
<!--<a href="mailto:gangapurambhargav1@gmail.com">
<div class="link-list-item light">
💌 MAIL ME
</div>
</a>
</div>-->
<div class="icon-list">
<a
href="https://github.com/gangapurambhargav"
target="_blank"
rel="noopener noreferrer"
>
<img
src="images/icon-github.png"
alt="github link"
class="icon-list-img"
/>
</a>
<a
href="https://bhargavgb.social/contact.html"
target="_blank"
rel="noopener noreferrer"
>
<img
src="images/icon-message.png"
alt="contact link"
class="icon-list-img" /> </a>
</div>
</div>
<footer>
<small>©<a href="mailto:gangapurambhargav1@gmail.com">Gangapuram Bhargav 2022 </a></small>
<a href="https://github.com/gangapurambhargav/bio">Source & GPL-3.0</a>
<br>
<script>
var date = document.lastModified;
document.write("Last Updated On "+date);
</script>
</footer>
</body>
</html>