-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
416 lines (322 loc) · 11.6 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
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
<!DOCTYPE html>
<html lang='en' >
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- Title -->
<title>Srinivas Gunti</title>
<!--========================================
CSS Stylesheets
=========================================-->
<link rel='stylesheet' type='text/css' href='bootstrap/css/bootstrap.min.css' >
<link rel='stylesheet' type='text/css' href='css/linea.css' >
<link rel='stylesheet' type='text/css' href='css/ionicons.min.css' >
<link rel="stylesheet" type='text/css' href='css/font-awesome.min.css'>
<link rel='stylesheet' type='text/css' href='css/waves.min.css' >
<link rel='stylesheet' type='text/css' href='css/owl.carousel.css' >
<link rel='stylesheet' type='text/css' href='css/aos.css' >
<link rel='stylesheet' type='text/css' href='css/style.css' >
<!-- Favicon-->
<link rel="icon" href="favicon.ico?" type="image/x-icon">
</head>
<body class='teal' >
<!--========================================
Preloader
=========================================-->
<div id='preloader' >
<div class='loader' >
<img src='img/loader.gif' alt>
</div>
</div>
<!--========================================
Menu
=========================================-->
<div class='top-nav' >
<div class='container' >
<a href='#' class='menu-btn white-btn' >
<span class='lines' >
<span class='l1' ></span>
<span class='l2' ></span>
<span class='l3' ></span>
</span>
</a>
<div class='menu' >
<ul>
<li>
<a data-scroll href='#home' >Home</a>
</li>
<li>
<a data-scroll href='#about' >About</a>
</li>
<li>
<a data-scroll href='https://srinivasblog.netlify.app/' > Blogs </a>
</li>
<li>
<a data-scroll href='#experience' >Experience</a>
</li>
<li>
<a data-scroll href='#contact' >Contact</a>
</li>
</ul>
</div>
</div>
</div>
<!--========================================
Main Section
=========================================-->
<section class='main-section' id='home' >
<div class='main-section-row' >
<div class='main-section-row-item' >
<!-- Person Image -->
<div class='person-img' data-aos='zoom-out-up' >
<img src='img/profilePicture.jpg' alt>
</div>
</div>
<div class='main-section-row-item' >
<!-- Your Name -->
<h1 class='intro-name' data-aos='fade-up' >I'm <strong>Srinivas</strong></h1>
<!-- Intro -->
<p class='intro-info' data-aos='fade-up' ><span style="background-color: #ebfaeb"> Software Engineer at Nextuple Inc. <br/> Love to solve problems and build products | Avid Traveller</span></p>
</div>
</div>
</section>
<section class='section about-section' id='about' >
<div class='container' >
<div class='section-header' data-aos='fade-up' >
<h2>About Me</h2>
</div>
<!-- about text -->
<div class='about-text' >
<p data-aos='fade-up' >
Hey there! I am currently working as a full stack developer at Nextuple Inc. My main skills are Java, Spring boot, React Js, MongoDB, Apache kafka.
</p>
</div>
</div>
</section>
<!--=======================================
Work Experience Section
=========================================-->
<section class='section experience-section' id='experience' >
<div class='container' >
<div class='section-header' data-aos='fade-up' >
<h2>My Work Experience</h2>
</div>
<ul class='timeline' >
<li class = 'current' data-aos='fade-up' >
<div class='date' >
July 2020 - Present
</div>
<div class='content' >
<h4>Nextuple Inc. - Software Engineer</h4>
<span>
</span>
</div>
</li>
<li data-aos='fade-up' >
<div class='date' >
May 2019 - November 2019
</div>
<div class='content' >
<h4>Freshokartz Agri Products PVT LTD - Software Developer Intern</h4>
<span>• Worked on the freshokartz android application for its business partners and another android application for farmers.
<br>• Worked on the management of the backend server
<br>• Developed a static website for freshokartz i.e.<a href="https://www.freshokartz.com/">
www.freshokartz.com
</a>
<br>• The technology stack used: Android studio, MySQL, Django rest framework, AWS EC2, AWS S3, GCP,
</span>
</div>
</li>
</ul>
</div>
</section>
<!--========================================
Portfolio Section
=========================================-->
<section class='section portfolio-section' id='portfolio' >
<div class='container' >
<div class='section-header' data-aos='fade-up' >
<h2>my projects</h2>
</div>
<ul class='portfolio-items' data-aos='fade-up' >
<li>
<div class='inner' >
<img src='img/freshokartz_logo.png' alt>
<a href="https://play.google.com/store/apps/details?id=com.freshokartz_farmers" class='overlay' >
<h4>Freshokartz</h4>
<span> An Ecommerce platfrom where farmers can buy fertilizers, pesticides and seeds. They can know
latest news in agriculture field, different crop prices in different mandi, weather forecast, etc.
</span>
</a>
</div>
</li>
<li>
<div class='inner' >
<img src='img/travel india.jpg' alt>
<a class='overlay' >
<h4>Travel India</h4>
<span> This is an android app for public bus travellers who travel daily or
who do not aware of bus details and schedules. This app provides Live tracking
feature for public buses, Online ticket booking system, Bus details and
schedules, user-user tracking system for safety and security.</span>
</a>
</div>
</li>
</ul>
</div>
</section>
<!--========================================
Skills Section
=========================================-->
<section class='section skills-section' id='skills' >
<div class='container' >
<div class='section-header' data-aos='fade-up' >
<h2>My Skills</h2>
</div>
<div class='skill' data-percent='90' data-aos='fade-up' >
<h4>Java</h4>
<span class='percent'>80%</span>
<div class='skill-bar'>
<div style='width:80%;' ></div>
</div>
</div>
<div class='skill' data-percent='90' data-aos='fade-up' >
<h4>Spring boot</h4>
<span class='percent'>70%</span>
<div class='skill-bar'>
<div style='width:80%;' ></div>
</div>
</div>
<div class='skill' data-percent='90' data-aos='fade-up' >
<h4>React Js</h4>
<span class='percent'>70%</span>
<div class='skill-bar'>
<div style='width:80%;' ></div>
</div>
</div>
<div class='skill' data-percent='90' data-aos='fade-up' >
<h4>MongoDB</h4>
<span class='percent'>70%</span>
<div class='skill-bar'>
<div style='width:80%;' ></div>
</div>
</div>
</div>
</section>
<!--========================================
Achievements Section
=========================================-->
<section class='section services-section' id='interests' >
<div class='container' >
<div class='section-header' data-aos='fade-up' >
<h2>My Achievements</h2>
</div>
<div class='row' >
<div class='col-sm-6' >
<div class='service' data-aos='fade-up' >
<h4>iB Hubs Startup School'18 </h4>
<p>
iB hubs startup school is conducted every year to promote startups. Our idea Travel India got selected for this programme as one among the 25
start-ups among 250+ start-ups that have applied for the programme. In this programme I learnt all the business aspects required for a startup to succeed.
</p>
</div>
</div>
<div class='col-sm-6' >
<div class='service' data-aos='fade-up' >
<h4>HackBenchers#1</h4>
<p>
I was among top 50 members out of 2k+ participants in this hackathon conducted by Hackerearth. In this hackathon, I have created the games arena website where
one know all information regarding games of different genres and platforms.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--========================================
Contact Section
=========================================-->
<section class='section contact-section' id='contact' >
<div class='container' >
<div class='section-header' data-aos='fade-up' >
<h2>Contact Me</h2>
</div>
<ul class="list-inline banner-social-buttons">
<br>
<li>
<a href="https://www.linkedin.com/in/srinivasgunti/" class="btn btn-default btn-lg"><i class="ion-social-linkedin"></i> <span class="network-name" data-aos='fade-up'>Linkedin</span></a>
</li>
<li>
<a href='https://github.com/itnug987' class="btn btn-default btn-lg"><i class="ion-social-github"></i> <span class="network-name" data-aos='fade-up'>Github</span>
</a>
</li>
<li>
<a href='mailto:[email protected]' class="btn btn-default btn-lg"><i class="ion-ios-email"></i> <span class="network-name" data-aos='fade-up'>Email</span>
</a>
</li>
</ul>
<!-- <form class='contact-form' id='contact-form' method='post' data-toggle='validator' >
<div id='contact-form-result' ></div>
<div class='row' >
<div class='col-md-6' >
<div class='form-group' data-aos='fade-up' >
<div class='material-input' >
<input type='text' class='form-control' name='name' required>
<label>Name</label>
<span class='border'></span>
</div>
<div class='help-block with-errors' ></div>
</div>
</div>
<div class='col-md-6' >
<div class='form-group' data-aos='fade-up' >
<div class='material-input' >
<input type='email' class='form-control' name='email' required>
<label>Email</label>
<span class='border'></span>
</div>
<div class='help-block with-errors' ></div>
</div>
</div>
</div>
<div class='form-group' data-aos='fade-up' >
<div class='material-input' >
<input type='text' class='form-control' name='subject' required>
<label>Subject</label>
<span class='border'></span>
</div>
<div class='help-block with-errors' ></div>
</div>
<div class='form-group' data-aos='fade-up' >
<div class='material-input' >
<textarea class='form-control' rows='4' name='message' required></textarea>
<label>Message</label>
<span class='border'></span>
</div>
<div class='help-block with-errors' ></div>
</div>
<div class='form-group' >
<button type='submit' class='btn-custom' >Send Message</button>
</div>
</form>-->
</div>
</section>
<!--========================================
Footer
=========================================-->
<!--========================================
JavaScript Files
=========================================-->
<script src='js/jquery.min.js' ></script>
<script src='js/smooth-scroll.min.js' ></script>
<script src='js/jquery.shuffle.min.js' ></script>
<script src='js/waves.min.js' ></script>
<script src='js/owl.carousel.min.js' ></script>
<script src='js/validator.min.js' ></script>
<script src='js/aos.js' ></script>
<script src='js/script.js' ></script>
</body>
</html>