-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
206 lines (170 loc) · 7.67 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
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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<!DOCTYPE html>
<html>
<head>
<link rel="icon" type="image/gif" href="icon.jpg" sizes="16x16">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=yes">
<link rel="stylesheet" type="text/css" href="css/MainCSS.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap-grid.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap-grid.min.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap-reboot.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap-reboot.min.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link href="https://fonts.googleapis.com/css?family=Gamja+Flower" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Charm" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Acme&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Arvo&display=swap" rel="stylesheet">
<title>Arnab Sinha</title>
</head>
<body>
<header>
<nav class="navbar fixed-top navbar-expand-sm bg-dark navbar-dark">
<div class = "container-fluid">
<ul><li>
<img src = "img/icon.jpg" height = "30" width = "30" id = "mylogo">
</li></ul>
<a class="navbar-brand" href="#">Arnab Sinha</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse offset" id="navbarSupportedContent">
<ul class="nav navbar-nav menu_nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li>
<a class="nav-link" href="#education">Education</a>
</li>
<li>
<a class="nav-link" href="Extras.html">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="My_blogs.html">Projects</a>
</li>
<li>
<a class="nav-link" href="Extras.html">Organizations</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<section class = "mh-home image-bg home-2-img" id = "home">
<br><br>
<div class="container-fluid">
<br><br><br>
<img src="img/mypic.jpg" id = "selfpic" height = "300" width = "300" style="margin-left: 580px; margin-top: 50px; margin-right:-100px;">
<br><br>
</div>
<p id = "myname">ARNAB SINHA</p<br><br>
<p id = "workfield">MACHINE LEARNING AND ARTIFICIAL INTELLIGENCE DEVELOPER</p>
<i class="fas fa-map-marker-alt" id = "mapicon"></i>
<a href="https://goo.gl/maps/12tTHMRhDgNRt4Z1A" id = "mapname"> Navi Mumbai </a>
<i class="fas fa-envelope" id = "emailicon"></i>
<a href="mailto:[email protected]" id = "mailid">[email protected]</a>
<i class="fab fa-github" id = "githubicon"></i>
<a href="https://www.github.com/arnabsinha99" id = "githubname"> GitHub </a>
<i class="fab fa-linkedin" id = "Liicon"></i>
<a href="https://www.linkedin.com/in/arnab-sinha-093944147/" id = "linkedinname"> LinkedIn </a>
<i class="fab fa-twitter" id = "twicon"></i>
<a href="https://www.twitter.com/sarnab991" id = "twiname"> Twitter </a>
<i class="fab fa-instagram" id = "instaicon"></i>
<a href="https://www.instagram.com/simply_arnab/" id = "instaname"> Instagram </a>
</section>
<br><br><br><br><br><br><br>
<section class = "mh-about" id = "about">
<div class = "row section-separator">
<div class = "col-sm-12 col-md-6">
<div class = "mh-about-inner">
<p id = "aboutmehead"> ABOUT ME </p>
<br>
<p id = "aboutme"> Hello, I'm Arnab here, Machine Learning and Artificial Intelligence developer and enthusiast.
I am also interested in Image Processing and have a fair bit experience in Web Development
and Competitive Programming as well. I am familiar with the following languages..
</p>
<br>
<div class = "table" id = "languagescode">
<ul id="horlist">
<li><span>Python</span></li>
<li><span>C++14</span></li>
<li><span>Java</span></li>
<li><span>HTML</span></li>
<li><span>CSS</span></li>
<br><br>
<li><span>Java</span></li>
<li><span>Tensorflow</span></li>
<li><span>OpenCV</span></li>
</ul>
</div>
<br>
<button type="button" class="btn btn-outline-primary" id = "downloadCV">
Download CV
<i class="fas fa-file-download"></i>
</button>
<br><br>
<button type="button" class="btn btn-outline-primary" id = "downloadResume">
Download Resume
<i class="fas fa-file-download"></i>
</button>
<br><br>
</div>
</div>
<div class = "col-sm-12 col-md-6">
<div class = "mh-about-image">
<img src = "img/aboutme.png" alt class = "img-fluid" height = "600" width = "500" id = "aboutmeimg">
</div>
</div>
</div>
</section>
<br><br><br><br><br>
<section class = "education" id = "education">
<div class = "row section-seperator">
<div class = "col-sm-12 col-md-6">
<div class = "mh-about-image">
<img src = "img/education.png" alt class = "img-fluid" height = "300" width = "300" id = "aboutmeimg">
</div>
</div>
<div class = "col-sm-12 col-md-6">
<div class = "mh-about-inner">
<p id = "educationhead"> EDUCATION </p>
<br>
<h3> UNDERGRADUATE </h3>
<br>
<i class="fas fa-map-marker-alt"></i>
<a href = "https://www.lnmiit.ac.in" id = "educontent"> The LNM Institute Of Information Technology, Jaipur
</a>
<pre id = "educontent2"> B.Tech in Computer Science Engineering <br><br> CGPA : 9.68 (Sem III)</pre>
<br><h3> HIGHER SECONDARY </h3>
<br>
<i class="fas fa-map-marker-alt"></i>
<a href = "https://bit.ly/2Efvdu4" id = "educontent"> Apeejay School
</a>
<pre id = "educontent2"> 12<sup>th</sup> Boards percentage: 94.6% </pre>
<br><h3> PRIMARY AND SECONDARY EDUCATION </h3>
<br>
<i class="fas fa-map-marker-alt"></i>
<a href = "https://bit.ly/2EgZkRQ" id = "educontent"> St. Mary's ICSE School
</a>
<pre id = "educontent2"> 10<sup>th</sup> Boards percentage: 96.5% </pre>
</div>
</div>
</div>
</section>
<br><br><br>
<section>
</section>
<script type="text/javascript" src="js/Main_JS.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/bootstrap.bundle.js"></script>
<script type="text/javascript" src="js/bootstrap.bundle.min.js"></script>
</body>
</html>