-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
718 lines (663 loc) · 32.8 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
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
<!DOCTYPE html>
<html lang="zxx" class="no-js">
<head>
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicon-->
<link rel="shortcut icon" href="img/fav.png">
<!-- Author Meta -->
<meta name="author" content="colorlib">
<!-- Meta Description -->
<meta name="description" content="">
<!-- Meta Keyword -->
<meta name="keywords" content="">
<!-- meta character set -->
<meta charset="UTF-8">
<!-- Site Title -->
<title>Jeevana Gogula</title>
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,400,300,500,600,700" rel="stylesheet">
<!--
CSS
============================================= -->
<link rel="stylesheet" href="css/linearicons.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!-- start banner Area -->
<section class="banner-area" id="home">
<!-- Start Header Area -->
<header class="default-header">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="img/logo.png" alt="Jeevana Gogula" width="75%" height="75%">
</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="text-white lnr lnr-menu"></span>
</button>
<div class="collapse navbar-collapse justify-content-end align-items-center" id="navbarSupportedContent">
<ul class="navbar-nav">
<li><a href="#home">Home</a></li>
<li><a href="#service">Service</a></li>
<li><a href="#about">About</a></li>
<li><a href="#qualifications">Qualifications</a></li>
<li><a href="#contact">Contact</a></li>
<!-- Dropdown -->
<!-- <li class="dropdown">
<a class="dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown">
Pages
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="generic.html">Generic</a>
<a class="dropdown-item" href="elements.html">Elements</a>
</div>
</li> -->
</ul>
</div>
</div>
</nav>
</header>
<!-- End Header Area -->
<div class="container">
<div class="row justify-content-start align-items-center">
<div class="col-lg-6 col-md-12 no-padding banner-right">
<img class="img-fluid" src="img/header-img.PNG" alt="">
<!--<img class="img-fluid" src="img/header-img2.PNG" alt="">-->
</div>
<div class="col-lg-6 col-md-12 banner-left">
<h1 class="text-white">
Hello, I’m <br>
<span>Jeevana Gogula</span> <br>
Business Development Manager
</h1>
<p class="mx-auto text-white mt-20 mb-40">
Currently looking for Business Developer role.
</p>
<a href="#service" class="text-uppercase header-btn">Let Us Talk</span></a>
</div>
</div>
</div>
</section>
<!-- End banner Area -->
<!-- Start service Area -->
<section class="service-area section-gap" id="service">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="menu-content pb-70 col-lg-8">
<div class="title text-center">
<h1 class="mb-10">Have a Look at my Services</h1>
<p>Who are in extremely love with eco friendly system.</p>
</div>
</div>
</div>
<div class="row">
<div class="single-service col-lg-6 col-md-6 mb-30">
<div class="icon">
<img src="img/s1.png" alt="">
</div>
<div class="dec">
<h4 class="mt-30"><a href="#">B2B B2C</a></h4>
<p class="mt-20">
Worked in both B2B and B2C sectors since 2016 in EduTech, Advertising, and Health industries. The remarkable achievement was to generate the highest revenue exceeding 200% target in BYJUS, 2018. Using B2B and B2C skills, I landed 500+ new clients to subscribe to our platform, The Moneytizer, 2019.
</p>
</div>
</div>
<div class="single-service col-lg-6 col-md-6 mb-30">
<div class="icon">
<img src="img/s2.png" alt="">
</div>
<div class="dec">
<h4 class="mt-30"><a href="#">CRM</a></h4>
<p class="mt-20">
As Business Development Manager in 3 companies, I worked on CRM tools like Leadsquared, Backoffice, Hubspot. Also trained team with the usage and monitoring activities of client prospection. With the above experience, I became flexible with CRM tools.
</p>
</div>
</div>
<div class="single-service col-lg-6 col-md-6">
<div class="icon">
<img src="img/s3.png" alt="">
</div>
<div class="dec">
<h4 class="mt-30"><a href="#">Client Acquisition</a></h4>
<p class="mt-20">
Being worked in 3 different industries, I handled clients from different age groups, nationalities, work profiles, and mindsets. Now, I keep myself in a position to handle clients of any type and understand their point of view while pitching the product. I also worked as a retention specialist handling discrepancies, issues, and making them use the product again with satisfaction.
</p>
</div>
</div>
<div class="single-service col-lg-6 col-md-6">
<div class="icon">
<img src="img/s4.png" alt="">
</div>
<div class="dec">
<h4 class="mt-30"><a href="#">Team Building</a></h4>
<p class="mt-20">
Being a team lead of 10 in my first company, took the responsibility for revenue generation, client satisfaction and after-sale support. Working with different nationalities from India, France, Russia, Italy, Spain, etc, culture exchange, understanding, and flexibility has been improved, made me comfortable and confident.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- End service Area -->
<!-- Start about Area -->
<section class="about-area section-gap" id="about">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="menu-content pb-70 col-lg-8">
<div class="title text-center">
<h1 class="mb-10">About Myself</h1>
<p>A Go-Getter and entrepreneur at heart.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6 about-left">
<p>
Business Development professional with over 3+ years of work experience and a Masters in Marketing. Industrial knowledge spanning across the EduTech, Advertising, and Health Care industry with roles in Business Development, Sales, and Marketing.
</p>
<p>Motivated and multilingual professional with a proven record of growing relationships, managing projects from concept to completion, and building strategies. Fluent in English, Hindi and Telugu (Indian Languages); Beginner in French.
</p>
<p>Skills and Technologies: Cold Calling, Direct Sales, Content Marketing, MS Office (Word, Powerpoint, Excel), Google Analytics and AdWords, Hubspot CRM, LeadSquared, SEO, Outlook.
</p>
<p>I'm a fun person to hangout with, apart from work. I'm a pet lover and go hiking, cycling on weekends. Hobbies: Business Advisor, Sketching, Fitness, Volunteering. I believe, work-life balance is also important for self-growth and innovation.</p>
<h4 class="pb-40">Tools Expertness</h4>
<div class="skillbar" data-percent="80%">
<div class="skill-bar-percent">Marketing Strategy 80%</div>
<div class="skillwrap">
<div class="skillbar-bar" style="width: 80%;"></div>
</div>
</div>
<div class="skillbar" data-percent="85%">
<div class="skill-bar-percent">Microsoft Office Tools 85%</div>
<div class="skillwrap">
<div class="skillbar-bar" style="width: 85%;"></div>
</div>
</div>
<div class="skillbar" data-percent="90%">
<div class="skill-bar-percent">Client Acquisition 90%</div>
<div class="skillwrap">
<div class="skillbar-bar" style="width: 90%;"></div>
</div>
</div>
<div class="skillbar" data-percent="90%">
<div class="skill-bar-percent">Lead Generation 90%</div>
<div class="skillwrap">
<div class="skillbar-bar" style="width: 90%;"></div>
</div>
</div>
<div class="skillbar" data-percent="75%">
<div class="skill-bar-percent">Interpersonal Skills 75%</div>
<div class="skillwrap">
<div class="skillbar-bar" style="width: 75%;"></div>
</div>
</div>
<div class="skillbar" data-percent="85%">
<div class="skill-bar-percent">Content Generation 85%</div>
<div class="skillwrap">
<div class="skillbar-bar" style="width: 85%;"></div>
</div>
</div>
</div>
<div class="col-lg-6 about-right justify-content-end d-flex">
<div class="myself-wrap">
<img class="img-fluid" src="img/about-img.PNG" alt="">
<div class="desc">
<h4>Jeevana Gogula</h4>
<p class="pb-10">Business Development Manager</p>
<p><span class="lnr lnr-phone"></span> +33-754287210</p>
<p><span class="lnr lnr-envelope"></span> [email protected]</p>
<a class="mt-30 text-uppercase talk-btn" href="CV.pdf">Download CV</span></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End about Area -->
<!-- Start qualification Area -->
<section class="qualification-area pt-100 pb-80" id="qualifications">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="menu-content pb-20 col-lg-8">
<div class="title text-center">
<h1 class="mb-10">My Qualifications</h1>
<!--<p>Adding WE Distribution experience.</p>-->
</div>
</div>
</div>
<div class="row d-flex justify-content-center">
<div class="col-lg-6 col-md-6 qty-left">
<!-- Add more Experience here by copying the block -->
<!--<div class="single-qly">
<h3 class="text-uppercase">Company Name</h3>
<h5 class="text-uppercase">Name Industry</h5>
<p>May 2020 to Present</p>
<h4 class="pt-20 pb-20">Job Role</h4>
<p>
What you have done.
</p>
</div>
<div class="btm-border d-block mx-auto"></div> -->
<div class="single-qly">
<h3 class="text-uppercase">WE Distribution</h3>
<h5 class="text-uppercase">Medical Equipment Industry</h5>
<p>May 2020 to Present</p>
<h4 class="pt-20 pb-20">Business Development Associate (Freelance)</h4>
<p>
Working with CEO on regular basis for business development. Handling tasks like Sales Team training, lead generation, organizing team meetings. Point of contact for issue resolving, dealing clients queries.
</p>
</div>
<div class="btm-border d-block mx-auto"></div>
<div class="single-qly">
<h3 class="text-uppercase">The Moneytizer</h3>
<h5 class="text-uppercase">Ad Marketing Industry</h5>
<p>Jul 2019 to Dec 2019</p>
<h4 class="pt-20 pb-20">Business Development Manager</h4>
<p>
Introduced the Moneytizer application in India <br>Monitored Moneytizer tool usage by customers. Performed a detailed analysis to better understand customer needs and service efficiency.
</p>
</div>
<div class="btm-border d-block mx-auto"></div>
<div class="single-qly">
<h3 class="text-uppercase">BYJUS</h3>
<h5 class="text-uppercase">EduTech Industry</h5>
<p>Jun 2016 to Jan 2019</p>
<h4 class="pt-20 pb-20">Business Development Associate</h4>
<p>
Managed customer relationships by providing support such as <br>sharing information regarding products and services, <br>making recommendations for benefits, regarding products and services.
</p>
</div>
</div>
<div class="col-lg-6 col-md-6 qty-right">
<div class="single-qly">
<h4 class="pb-20">Masters in Marketing Strategy & Data Analytics</h4>
<h5 class="pb-20">PSB Paris School of Business</h5>
<p><b>Session</b>: 2019-20</p>
<p><b>Result</b>: 13.47/20</p>
</div>
<div class="btm-border d-block mx-auto"></div>
<div class="single-qly">
<h4 class="pb-20">Bachelors in Electrical and Electronics Engineering</h4>
<h5 class="pb-20">Lovely Professional University</h5>
<p><b>Session</b>: 2012-16</p>
<p><b>Result</b>: 6.66/10</p>
</div>
<div class="btm-border d-block mx-auto"></div>
<div class="single-qly">
<h4 class="pb-20">Frictionless Sales Certification</h4>
<h5 class="pb-20">Hubspot Academy</h5>
<p><b>Session</b>: June 2020-July 2021</p>
<p><b>Result</b>: Course Completion</p>
</div>
<!-- Copy Paste the entire block and just edit the needed text to add more certifications -->
<!-- uncommenting "<!--" and "--"> will make that block of code active -->
<!--<div class="btm-border d-block mx-auto"></div>
<div class="single-qly">
<h4 class="pb-20">Frictionless Sales Certification</h4>
<h5 class="pb-20">Hubspot Academy</h5>
<p><b>Session</b>: June 2020-July 2021</p>
<p><b>Result</b>: Course Completion</p>
</div> -->
</div>
</div>
</div>
</section>
<!-- End qualification Area -->
<!-- Start project Area --> <!--
<section class="project-area section-gap" id="project">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="menu-content pb-70 col-lg-8">
<div class="title text-center">
<h1 class="mb-10">Latest Done Projects</h1>
<p>Who are in extremely love with eco friendly system.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6 project-left">
<div class="single-project pb-100">
<img class="img-fluid" src="img/l1.jpg" alt="">
<h4 class="pt-100 pb-30"><a href="#">Panda Illustration</a></h4>
<p>
It won’t be a bigger problem to find one video game lover in your neighbor. Since the introduction of Virtual Game, it has been achieving great heights so far as its popularity and technological.
</p>
</div>
<div class="single-project">
<img class="img-fluid" src="img/l3.jpg" alt="">
<h4 class="pt-100 pb-30"><a href="#">Panda Illustration</a></h4>
<p>
It won’t be a bigger problem to find one video game lover in your neighbor. Since the introduction of Virtual Game, it has been achieving great heights so far as its popularity and technological.
</p>
</div>
</div>
<div class="col-lg-6 project-right">
<div class="single-project">
<h4 class="pt-30 pb-30"><a href="#">Panda Illustration</a></h4>
<p class=" pb-100">
It won’t be a bigger problem to find one video game lover in your neighbor. Since the introduction of Virtual Game, it has been achieving great heights so far as its popularity and technological.
</p>
<img class="img-fluid" src="img/l2.jpg" alt="">
</div>
<div class="single-project">
<h4 class="pt-100 pb-30"><a href="#">Panda Illustration</a></h4>
<p class=" pb-30">
It won’t be a bigger problem to find one video game lover in your neighbor. Since the introduction of Virtual Game, it has been achieving great heights so far as its popularity and technological.
</p>
<img class="img-fluid" src="img/l4.jpg" alt="">
</div>
</div>
</div>
</div>
</section> -->
<!-- End project Area -->
<!-- Start feature Area -->
<section class="feature-area pt-100">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="menu-content pb-70 col-lg-8">
<div class="title text-center">
<h1 class="mb-10">Testimonials</h1>
<p>"The one whom likes mine work are aye mine kith."</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 ">
<div class="single-feature mb-30">
<div class="title d-flex flex-row pb-20">
<span class="lnr lnr-user"></span>
<h4><a href="#">Anshuman Sinha</a></h4>
</div>
<p>
I had the opportunity to work with Jeevana at Leverage edu. She is passionate about her work, very hard working and always ready to help. She believes in giving her client 100% of her effort. In a personal opinion, she is a kind-hearted person who really cares about a person & respects their opinions. It’s been an absolute delight working with her & we shall continue to do so.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 ">
<div class="single-feature mb-30">
<div class="title d-flex flex-row pb-20">
<span class="lnr lnr-license"></span>
<h4><a href="#">Manoj Kumar Kadali</a></h4>
</div>
<p>
Jeevana est une personne professionnelle, fiable et agréable. Elle est très attaché à sa mission. Ses compétences analytiques et ses compétences en marketing sont impressionnantes. De plus, elle sait accueillir et mettre les gens à l’aise.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 ">
<div class="single-feature mb-30">
<div class="title d-flex flex-row pb-20">
<span class="lnr lnr-phone"></span>
<h4><a href="#">Paul Mettetal</a></h4>
</div>
<p>
Jeevana worked in my team and made an incredible work on the Indian market ! She would be a great asset for any organization :)
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 ">
<div class="single-feature">
<div class="title d-flex flex-row pb-20">
<span class="lnr lnr-rocket"></span>
<h4><a href="#">Echchha CHHETRY</a></h4>
</div>
<p>
I have known Jeevana for a year and this girl has a strong sense to learn and grow. Very amicable and full of spirit Jeevana is very serious with work and life. I wish her best for her future endeavours!
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 ">
<div class="single-feature">
<div class="title d-flex flex-row pb-20">
<span class="lnr lnr-diamond"></span>
<h4><a href="#">Mostafa Nagaty</a></h4>
</div>
<p>
Jeevana is a hard working employee with a passion to make a success in her life and always learn new things,she is a very good personality that you will feel pleasure to work with and the most important thing is its attention to help every one as much as she can
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 ">
<div class="single-feature">
<div class="title d-flex flex-row pb-20">
<span class="lnr lnr-bubble"></span>
<h4><a href="#">Masha Andreeva</a></h4>
</div>
<p>
Jeevana did a really good job in our company, always creative and enthusiastic. A great addition to any company.
</p>
</div>
</div>
<!-- add more testimonials here -->
<!--
<div class="col-lg-4 col-md-6 ">
<div class="single-feature mb-30">
<div class="title d-flex flex-row pb-20">
<span class="lnr lnr-user"></span>
<h4><a href="#">Anshuman Sinha</a></h4>
</div>
<p>
I had the opportunity to work with Jeevana at Leverage edu. She is passionate about her work, very hard working and always ready to help. She believes in giving her client 100% of her effort. In a personal opinion, she is a kind-hearted person who really cares about a person & respects their opinions. It’s been an absolute delight working with her & we shall continue to do so.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 ">
<div class="single-feature mb-30">
<div class="title d-flex flex-row pb-20">
<span class="lnr lnr-license"></span>
<h4><a href="#">Manoj Kumar Kadali</a></h4>
</div>
<p>
Jeevana est une personne professionnelle, fiable et agréable. Elle est très attaché à sa mission. Ses compétences analytiques et ses compétences en marketing sont impressionnantes. De plus, elle sait accueillir et mettre les gens à l’aise.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 ">
<div class="single-feature mb-30">
<div class="title d-flex flex-row pb-20">
<span class="lnr lnr-phone"></span>
<h4><a href="#">Paul Mettetal</a></h4>
</div>
<p>
Jeevana worked in my team and made an incredible work on the Indian market ! She would be a great asset for any organization :)
</p>
</div>
</div> -->
</div>
</div>
</section>
<!-- End feature Area -->
<!--start of test area-->
<!-- Start imagegallery-area -->
<section class="imagegallery-area section-gap" id="imagegallery">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="menu-content pb-70 col-lg-8">
<div class="title text-center">
<h1 class="mb-10">Image Gallery</h1>
</div>
</div>
</div>
<div class="row gallery-item">
<!--<div class="col-md-4">
<a href="img/images/g3.jpg" class="img-pop-up"><div class="single-gallery-image" style="background: url(img/images/g3.jpg);"></div></a>
</div>-->
<div class="col-md-3">
<a href="img/images/g4.jpg" class="img-pop-up"><div class="single2-gallery-image" style="background: url(img/images/g4.jpg);"></div></a>
</div>
<div class="col-md-3">
<a href="img/images/g5.jpg" class="img-pop-up"><div class="single2-gallery-image" style="background: url(img/images/g5.jpg);"></div></a>
</div>
<div class="col-md-3">
<a href="img/images/g7.jpg" class="img-pop-up"><div class="single2-gallery-image" style="background: url(img/images/g7.jpg);"></div></a>
</div>
<div class="col-md-3">
<a href="img/images/g6.jpg" class="img-pop-up"><div class="single2-gallery-image" style="background: url(img/images/g6.jpg);"></div></a>
</div>
<div class="col-md-3">
<a href="img/images/g1.jfif" class="img-pop-up"><div class="single2-gallery-image" style="background: url(img/images/g1.jfif);"></div></a>
</div>
<div class="col-md-3">
<a href="img/images/g19.jpeg" class="img-pop-up"><div class="single2-gallery-image" style="background: url(img/images/g19.jpeg);"></div></a>
</div>
<div class="col-md-6">
<a href="img/images/g8.jpg" class="img-pop-up"><div class="single2-gallery-image" style="background: url(img/images/g8.jpg);"></div></a>
</div>
<div class="col-md-4">
<a href="img/images/g2.jpg" class="img-pop-up"><div class="single-gallery-image" style="background: url(img/images/g2.jpg);"></div></a>
</div>
<div class="col-md-4">
<a href="img/images/g9.jpg" class="img-pop-up"><div class="single-gallery-image" style="background: url(img/images/g9.jpg);"></div></a>
</div>
<div class="col-md-4">
<a href="img/images/g10.jpg" class="img-pop-up"><div class="single-gallery-image" style="background: url(img/images/g10.jpg);"></div></a>
</div>
<div class="col-md-4">
<a href="img/images/g11.jpg" class="img-pop-up"><div class="single-gallery-image" style="background: url(img/images/g11.jpg);"></div></a>
</div>
<div class="col-md-4">
<a href="img/images/g12.jpg" class="img-pop-up"><div class="single-gallery-image" style="background: url(img/images/g12.jpg);"></div></a>
</div>
<div class="col-md-4">
<a href="img/images/g13.jpg" class="img-pop-up"><div class="single-gallery-image" style="background: url(img/images/g13.jpg);"></div></a>
</div>
<div class="col-md-4">
<a href="img/images/g14.jpg" class="img-pop-up"><div class="single-gallery-image" style="background: url(img/images/g14.jpg);"></div></a>
</div>
<div class="col-md-4">
<a href="img/images/g15.jpg" class="img-pop-up"><div class="single-gallery-image" style="background: url(img/images/g15.jpg);"></div></a>
</div>
<div class="col-md-4">
<a href="img/images/g16.jpg" class="img-pop-up"><div class="single-gallery-image" style="background: url(img/images/g16.jpg);"></div></a>
</div>
<div class="col-md-4">
<a href="img/images/g17.jpg" class="img-pop-up"><div class="single-gallery-image" style="background: url(img/images/g17.jpg);"></div></a>
</div>
<div class="col-md-4">
<a href="img/images/g18.jpg" class="img-pop-up"><div class="single-gallery-image" style="background: url(img/images/g18.jpg);"></div></a>
</div>
<div class="col-md-4">
<a href="img/images/g21.jfif" class="img-pop-up"><div class="single-gallery-image" style="background: url(img/images/g21.jfif);"></div></a>
</div>
<!-- for adding new images, upload to img/images folder and make sure you are specifying correct filename
like jgp, jgpeg, jfif, pdf, png, PNG -->
<!-- For adding a Portait image -->
<!--
<div class="col-md-3">
<a href="img/images/g1.jfif" class="img-pop-up"><div class="single2-gallery-image" style="background: url(img/images/g1.jfif);"></div></a>
</div>-->
<!-- For adding a Landscape image -->
<!--
<div class="col-md-4">
<a href="img/images/g18.jpg" class="img-pop-up"><div class="single-gallery-image" style="background: url(img/images/g18.jpg);"></div></a>
</div>-->
</div>
</div>
</section>
<!-- End imagegallery-area -->
<!-- start contact Area -->
<section class="contact-area section-gap" id="contact">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="menu-content pb-20 col-lg-8">
<div class="title text-center">
<h1 class="mb-10">If you need, Just drop me a line</h1>
<p>I will get back to you ASAP.</p>
</div>
</div>
</div>
<!-- your other form fields go here -->
<form class="form-area mt-60" action="https://formspree.io/xwkwkkbd" method="POST" class="contact-form text-right">
<div class="row">
<div class="col-lg-6 form-group">
<input name="name" placeholder="Enter your name" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Enter your name'" class="common-input mb-20 form-control" required="" type="text">
<input name="email" placeholder="Enter email address" pattern="[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{1,63}$" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Enter email address'" class="common-input mb-20 form-control" required="" type="email">
<input name="subject" placeholder="Enter your subject" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Enter your subject'" class="common-input mb-20 form-control" required="" type="text">
</div>
<div class="col-lg-6 form-group">
<textarea class="common-textarea mt-10 form-control" name="message" placeholder="Messege" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Messege'" required=""></textarea>
<button class="primary-btn mt-20">Send Message<span class="lnr lnr-arrow-right"></span></button>
<div class="alert-msg">
</div>
</div></div>
</form>
</div>
</section>
<!-- end contact Area -->
<!-- start footer Area -->
<footer class="footer-area section-gap">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-6 col-sm-6">
<div class="single-footer-widget">
<h6>About Us</h6>
<p>
This website was developed by <a href="https://varuneranki.github.io" target="_blank">Varun Maitreya Eranki</a> and photo courtesy by <a href="#" target="_blank">Ganesh Raja</a>
</p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
<p class="footer-text">Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a></p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</div>
</div>
<!--<div class="col-lg-5 col-md-6 col-sm-6">
<div class="single-footer-widget">
<h6>Newsletter</h6>
<p>Stay update with our latest</p>
<div class="" id="mc_embed_signup">
<form target="_blank" novalidate="true" action="https://spondonit.us12.list-manage.com/subscribe/post?u=1462626880ade1ac87bd9c93a&id=92a4423d01" method="get" class="form-inline">
<div class="d-flex flex-row">
<input class="form-control" name="EMAIL" placeholder="Enter Email" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Enter Email '" required="" type="email">
<button class="click-btn btn btn-default"><i class="fa fa-long-arrow-right" aria-hidden="true"></i></button>
<div style="position: absolute; left: -5000px;">
<input name="b_36c4fd991d266f23781ded980_aefe40901a" tabindex="-1" value="" type="text">
</div>
<!-- <div class="col-lg-4 col-md-4">
<button class="bb-btn btn"><span class="lnr lnr-arrow-right"></span></button>
</div> -!->
</div>
<div class="info"></div>
</form>
</div>
</div>
</div> -->
<div class="col-lg-5 col-md-6 col-sm-6">
<div class="single-footer-widget">
<h6>Download QR Code</h6>
<a download="G1ahQRcode.PNG" href="img/G1ahQRcode.png" title="G1ahQRcode">
<img alt="G1ahQRcode" src="img/G1ahQRcode.png" width="25%" height="25%">
</a>
<p>Please share my profile by downloading the QR code.</p>
</div>
</div>
<div class="col-lg-2 col-md-6 col-sm-6 social-widget">
<div class="single-footer-widget">
<h6>Follow ME</h6>
<p>Let us be social</p>
<div class="footer-social d-flex align-items-center">
<a href="https://www.facebook.com/jeevana.gj"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/Jeevana22/"><i class="fa fa-twitter"></i></a>
<a href="https://www.instagram.com/jeevana.gogula/"><i class="fa fa-instagram"></i></a>
<a href="https://www.linkedin.com/in/jeevanagogula/"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- End footer Area -->
<script src="js/vendor/jquery-2.2.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/parallax.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/main.js"></script>
</body>
</html>