-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
274 lines (271 loc) · 13.1 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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Satyabrata Pujari</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Portfolio webpage of Satyabrata Pujari" />
<meta name="keywords"
content="portfolio,website,personal website,github,projects,computer science and engineering" />
<meta name="author" content="Satyabrata Pujari" />
<!--------------------Social Media icons------------------------>
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="icon" type="image/png" href="/images/logo.png">
<link
href="https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700"
rel="stylesheet">
<link
href="https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700"
rel="stylesheet">
<link
href="https://fonts.googleapis.com/css?family=Montserrat|Open+Sans|Raleway&display=swap"
rel="stylesheet">
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Theme style -->
<link rel="stylesheet" href="css/style.css">
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-----Google adsense code---->
<!-- <script data-ad-client="ca-pub-2147632065762164" async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> -->
<script type="module" src="js/populateHTML.js"></script>
</head>
<body>
<div id="colorlib-page">
<div class="container-wrap">
<a href="#" class="js-colorlib-nav-toggle colorlib-nav-toggle"
data-toggle="collapse" data-target="#navbar"
aria-expanded="false" aria-controls="navbar"><i></i></a>
<!--------------------[START] Side Bar-------------------------->
<aside id="colorlib-aside" role="complementary"
class="border js-fullheight no-print">
<div class="text-center">
<div class="author-img">
<img src="images/logo.png">
</div>
<h1 id="colorlib-logo"><a href="./index.html">Satyabrata Pujari</a>
</h1>
</div>
<nav id="colorlib-main-menu" role="navigation" class="navbar"
style="padding-top: 2em">
<div id="navbar" class="collapse">
<ul>
<li><a href="#" data-nav-section="about">About</a></li>
<li><a href="#" data-nav-section="skills">Skills</a>
</li>
<li><a href="#" data-nav-section="projects">Projects</a>
</li>
<!--
<li><a href="#" data-nav-section="blogs">Blogs</a>
</li>
-->
<li><a href="#" data-nav-section="experience">Work
Experience</a></li>
<li><a href="#"
data-nav-section="education">Education</a></li>
<li><a href="#" data-nav-section="contact">Contact</a>
</li>
</ul>
</div>
</nav>
</aside>
<!--------------------[END] Side Bar---------------------------->
<!--------------------[START] Main Page------------------------->
<div id="colorlib-main">
<!--------------------[START] About me-------------------------->
<section class="colorlib-about" data-section="about">
<div class="colorlib-narrow-content">
<div class="row animate-box"
data-animate-effect="fadeInLeft">
<div class="about-desc">
<h1>About</h1>
<p>Hi 👋 <br>I'm Satyabrata Pujari. I’m currently
a penultimate year engineering student @ <b>IIT (BHU) Varanasi</b>
specialized in
<b>JavaScript Applications</b>.
</p>
<p>I'm a <b>developer</b>, geek and curious human
besides being an OpenSource enthusiast. I have
experience of delivering solutions for interesting
problems from startup and industry space.</p>
<p class="finalText">I love to read, listen to music,
and travel.</p>
</div>
</div>
</div>
</section>
<!--------------------[END] About me---------------------------->
<!--------------------[START] Skills---------------------------->
<section class="colorlib-skills" data-section="skills">
<div class="colorlib-narrow-content">
<div class="row row-bottom-padded-sm animate-box"
data-animate-effect="fadeInLeft">
<div class="about-desc">
<h1>Skills</h1>
</div>
</div>
<div id="skills" class="row">
</div>
</div>
</section>
<!--------------------[END] Skills------------------------------>
<!--------------------[START] Projects-------------------------->
<section class="colorlib-projects no-print" data-section="projects">
<div class="colorlib-narrow-content">
<div class="row row-bottom-padded-sm animate-box"
data-animate-effect="fadeInLeft">
<div class="about-desc">
<h1>Projects</h1>
</div>
</div>
<ul id="accordion" class="accordion animate-box"
data-animate-effect="fadeInLeft">
<li>
<div class="link">
<p style="margin-bottom: 0px">Web Projects</p>
<i class="fa fa-chevron-down"></i>
</div>
<ul id="web-projects" class="submenu">
</ul>
</li>
<li>
<div class="link">
<p style="margin-bottom: 0px">Backend Projects
</p>
<i class="fa fa-chevron-down"></i>
</div>
<ul id="software-projects" class="submenu">
</ul>
</li>
<!--
<li>
<div class="link">
<p style="margin-bottom: 0px">Android Projects
</p>
<i class="fa fa-chevron-down"></i>
</div>
<ul id="android-projects" class="submenu">
</ul>
</li>
<li>
<div class="link">
<p style="margin-bottom: 0px">Freelance Projects
</p>
<i class="fa fa-chevron-down"></i>
</div>
<ul id="freelance-projects" class="submenu">
</ul>
</li>
-->
</ul>
</div>
</section>
<!--------------------[END] Projects---------------------------->
<!--------------------[START] Blogs-----------------------------
<section class="colorlib-blogs no-print" data-section="blogs">
<div class="colorlib-narrow-content">
<div class="row row-bottom-padded-sm animate-box"
data-animate-effect="fadeInLeft">
<div class="about-desc">
<h1>Latest <span style="color: #f9bf3f">Blogs</span>
</h1>
</div>
</div>
<ul id="accordion" class="accordion animate-box"
data-animate-effect="fadeInLeft">
<li class="open">
<ul id="blogs" class="submenu"
style="display: block;">
</ul>
</li>
<a class="readmore"
href="https://vinaysomawat.medium.com/"
target="_blank">
<p>Read more →</p>
</a>
</ul>
</div>
</section>
-->
<!--------------------[END] Blogs------------------------------->
<!--------------------[START] Work Experience------------------->
<section class="colorlib-experience" data-section="experience">
<div class="colorlib-narrow-content">
<div class="row row-bottom-padded-sm animate-box fadeInLeft animated"
data-animate-effect="fadeInLeft">
<div class="about-desc">
<h1>Work <span
style="color: #f9bf3f">Experience</span>
</h1>
</div>
</div>
<div class="timeline-centered" id="experience">
</div>
</div>
</section>
<!--------------------[END] Work Experience--------------------->
<!--------------------[START] Education------------------------->
<section class="colorlib-education" data-section="education">
<div class="colorlib-narrow-content">
<div class="row row-bottom-padded-sm animate-box fadeInLeft animated"
data-animate-effect="fadeInLeft">
<div class="about-desc">
<h1>Education</h1>
</div>
</div>
<div class="timeline-centered" id="education">
</div>
</div>
</section>
<!--------------------[END] Education--------------------------->
<!--------------------[START] Contact--------------------------->
<section class="colorlib-contact" data-section="contact">
<div class="colorlib-narrow-content">
<div class="row row-bottom-padded-sm animate-box"
data-animate-effect="fadeInLeft">
<div class="about-desc">
<h1>Contact</h1>
</div>
<p>If you would like to get in touch with me, be it for
exploring a technology, a business, or to just say
hi, feel free to send me an email at
satyabratapujari2001@gmail.com
</p>
</div>
</div>
</section>
<!--------------------[END] Contact----------------------------->
<!--------------------[START] Footer---------------------------->
<section class="colorlib-footer no-print" data-section="footer">
<div class="colorlib-narrow-content">
<footer class="footer" id="footer">
</footer>
</div>
</section>
<!--------------------[END] Footer------------------------------>
</div>
<!-----[END] Main Page--------->
</div>
</div>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Flexslider -->
<script src="js/jquery.flexslider-min.js"></script>
<!-- Counters -->
<script src="js/jquery.countTo.js"></script>
<!-- MAIN JS -->
<script src="js/main.js"></script>
</body>
</html>