forked from GDG-Jammu/BuildForCommunity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
818 lines (696 loc) · 28.6 KB
/
index.html
File metadata and controls
818 lines (696 loc) · 28.6 KB
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
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
<!doctype html>
<html class="no-js" lang="en">
<head>
<!-- meta data -->
<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 -->
<!--font-family-->
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&subset=devanagari,latin-ext" rel="stylesheet">
<!-- title of site -->
<title>GDG-Jammu</title>
<!-- For favicon png -->
<link rel="shortcut icon" type="image/icon" href="assets/logo/favicon.png"/>
<!--font-awesome.min.css-->
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<!--flat icon css-->
<link rel="stylesheet" href="assets/css/flaticon.css">
<!--animate.css-->
<link rel="stylesheet" href="assets/css/animate.css">
<!--owl.carousel.css-->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/owl.theme.default.min.css">
<!--bootstrap.min.css-->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- bootsnav -->
<link rel="stylesheet" href="assets/css/bootsnav.css" >
<!--style.css-->
<link rel="stylesheet" href="assets/css/style.css">
<!--responsive.css-->
<link rel="stylesheet" href="assets/css/responsive.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<!-- top-area Start -->
<header class="top-area">
<div class="header-area">
<!-- Start Navigation -->
<nav class="navbar navbar-default bootsnav navbar-fixed dark no-background">
<div class="container">
<!-- Start Header Navigation -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-menu">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="index.html"><img src="assets\logo\logo.svg" alt="GDG-Jammu"></a>
</div><!--/.navbar-header-->
<!-- End Header Navigation -->
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse menu-ui-design" id="navbar-menu">
<ul class="nav navbar-nav navbar-right" data-in="fadeInDown" data-out="fadeOutUp">
<li class=" smooth-menu active"></li>
<li class="smooth-menu"><a href="#about">about</a></li>
<li class="smooth-menu"><a href="#upcoming-events_section">Events</a> </li>
<li class="smooth-menu"><a href="#portfolio">photos</a></li>
<li class="smooth-menu"><a href="#org">Organisers</a></li>
<li class="smooth-menu"><a href="#contact">contact</a></li>
</ul><!--/.nav -->
</div><!-- /.navbar-collapse -->
</div><!--/.container-->
</nav><!--/nav-->
<!-- End Navigation -->
</div><!--/.header-area-->
<div class="clearfix"></div>
</header><!-- /.top-area-->
<!-- top-area End -->
<!--welcome-hero start -->
<section id="welcome-hero" class="welcome-hero">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="header-text">
<h2> <br> welcome to<br>GDG Jammu <span>.</span> </h2>
<p>Build for community</p>
</div><!--/.header-text-->
</div><!--/.col-->
</div><!-- /.row-->
</div><!-- /.container-->
</section><!--/.welcome-hero-->
<!--welcome-hero end -->
<!--about start -->
<section id="about" class="about">
<div class="section-heading text-center">
<div class="header-text">
<a href="https://gdg.community.dev/accounts/social/signup/?next=/gdg-jammu/" download>join us</a>
</div><!--/.header-text-->
</div>
<div class="container">
<div class="about-content">
<div class="row">
<div class="col-sm-6">
<div class="single-about-txt">
<h3>
<h4>ABOUT</h4>
<br>
Google Developer Group Jammu is an initiative to concentrate the efforts of many developers in and around Jammu and Kashmir. We are a growing community of 500+ Developers and have hosted a number of events, conferences and workshops with the aim of Learning, Sharing, Networking and Collaborating with others. Our mission is to empower our community by enhancing their skills to speak about their learnings with hands-on practices and creating solutions.
</h3>
<p>
</p>
<div class="row">
<div class="col-sm-4">
<div class="single-about-add-info">
<h3>phone</h3>
<p>987-123-6547</p>
</div>
</div>
<div class="col-sm-4">
<div class="single-about-add-info">
<h3>email</h3>
<p>browny@info.com</p>
</div>
</div>
<div class="col-sm-4">
<div class="single-about-add-info">
<h3>website</h3>
<p>www.gdgjammu.com</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-offset-1 col-sm-5">
<div class="single-about-img">
<img src="assets/images/sign.jpg" alt="profile_image">
<div class="about-list-icon">
<ul>
<li>
<a href="https://www.facebook.com/GDGJammu">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li><!-- / li -->
<li>
<a href="https://twitter.com/GDGJammu">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li><!-- / li -->
<li>
<a href="https://www.linkedin.com/company/gdgjammu/">
<i class="fa fa-linkedin" aria-hidden="true"></i>
</a>
</li><!-- / li -->
<li>
<a href="https://www.instagram.com/gdgjammu/">
<i class="fa fa-instagram" aria-hidden="true"></i>
</a>
</li><!-- / li -->
</ul><!-- / ul -->
</div><!-- /.about-list-icon -->
</div>
</div>
</div>
</div>
</div>
</section><!--/.about-->
<section id="about" class="about">
<div class="section-heading text-center">
<div class="header-text">
</div><!--/.header-text-->
</div>
<div class="container">
<div class="about-content">
<div class="row">
<div class="col-sm-offset-0 col-sm-5">
<div class="single-about-img">
<img src="assets/images/jammu-city.avif" alt="profile_image">
</div>
</div>
<div class="col-sm-6">
<div class="single-about-txt">
<h3>
<h4>ABOUT JAMMU</h4>
<br>
Jammu is known as the City of temples, we want it to be known for its innovation and infrastructure in the field of Information Technology as well.
To scale up and make things more impactful, we hosted number of events with a mission to nurture the needs and interests of the local developer community ecosystem
</h3>
<p>
</p>
<div class="row">
<div class="col-sm-4">
<div class="single-about-add-info">
<h3>phone</h3>
<p>987-123-6547</p>
</div>
</div>
<div class="col-sm-4">
<div class="single-about-add-info">
<h3>email</h3>
<p>browny@info.com</p>
</div>
</div>
<div class="col-sm-4">
<div class="single-about-add-info">
<h3>website</h3>
<p>www.gdgjammu.com</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!--/.about-->
<!--about end -->
<!--education start -->
<section id="education" class="education">
</section><!--/.education-->
<!--education end -->
<!-- upcomming events -->
<section id="upcoming-events_section">
<div style="background-color:black;" id="upcoming-events-container">
<div id="upcoming-events" class="container section">
<div class="section-heading text-center">
<h2>UPCOMMING EVENTS</h2>
</div>
<ul style="padding: 6% 0% 1% 0%" class="event-list">
<li class="row event">
<div class="col-md-12">
<div class="panel panel-default general-card">
<div style="display: flex; background-color: black;" class="panel-body clearfix">
<a
aria-label="Visit Road to Women Techmakers Ambassadors page"
href="/events/details/google-gdg-jammu-presents-road-to-women-techmakers-ambassadors-2023-10-07/"
class="picture __bds-thumbnail-roundness"
>
<img style="width: 325px";
alt="Road to Women Techmakers Ambassadors thumbnail"
src="assets/images/upevent1.jpg"
/>
</a>
<div class="panel-picture-content">
<div class="date general-body--color">
<strong>Oct 7, 2023</strong>
- <span>External Ticketing</span>
</div>
<h4 class="general-body--color">
Road to Women Techmakers Ambassadors
</h4>
<div
data-tags="Career Development,Community Building,Inclusion,Networking,Women Techmakers"
class="react-tags-root"
></div>
<p class="description general-body--color">
Introducing Road to Women Techmakers Ambassadors, a 3
month mentorship program, which supports women in
technology who are looking to create impact and give back
to their communities. Each month, we will host an event to
mentor and prepare them for becoming Women Techmakers
Ambassadors.
</p>
<a
href="/events/details/google-gdg-jammu-presents-road-to-women-techmakers-ambassadors-2023-10-07/"
class="btn btn-primary purchase-ticket"
>View details</a
>
</div>
</div>
</div>
</div>
</li>
<li class="row event">
<div class="col-md-12">
<div class="panel panel-default general-card">
<div style="display: flex; background-color: black;" class="panel-body clearfix">
<a
aria-label="Visit Road to Women Techmakers Ambassadors page"
href="/events/details/google-gdg-jammu-presents-road-to-women-techmakers-ambassadors-2023-11-04/"
class="picture __bds-thumbnail-roundness"
>
<img style="width: 325px ;"
alt="Road to Women Techmakers Ambassadors thumbnail"
src="assets/images/upevent1.jpg"
/>
</a>
<div class="panel-picture-content">
<div class="date general-body--color">
<strong>Nov 4, 2023</strong>
- <span>External Ticketing</span>
</div>
<h4 class="general-body--color">
Road to Women Techmakers Ambassadors
</h4>
<div
data-tags="Career Development,Community Building,Inclusion,Networking,Women Techmakers"
class="react-tags-root"
></div>
<p class="description general-body--color">
Introducing Road to Women Techmakers Ambassadors, a 3
month mentorship program, which supports women in
technology who are looking to create impact and give back
to their communities. Each month, we will host an event to
mentor and prepare them for becoming Women Techmakers
Ambassadors.
</p>
<a
href="/events/details/google-gdg-jammu-presents-road-to-women-techmakers-ambassadors-2023-11-04/"
class="btn btn-primary purchase-ticket"
>View details</a
>
</div>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
</section>
<!-- upcomming-event end -->
<!-- past_events start -->
<section id="past_events">
<div id="past-events-container">
<div id="past-events" class="past-events-container container section">
<div class="section-heading text-center">
<h2>PAST EVENTS</h2>
<ul style="padding: 2% 0% 12% 0%;" class="vertical-boxes past-event-list">
<a
aria-label="Visit Build for community: Apprenticeship 2023 page"
href="/events/details/google-gdg-jammu-presents-build-for-community-apprenticeship-2023/"
class="vertical-box-container__bds-thumbnail-roundness"
title="Build for community: Apprenticeship 2023"
>
<img
class="event-image__bds-thumbnail-roundness"
alt="Event image"
src="assets/images/pevent1.png"
/>
<p style="color: aliceblue;" class="vertical-box--event-date">Sep 16, 2023</p>
<p class="event-page vertical-box--event-type">
External Ticketing
</p>
<p class="event-page vertical-box--event-title">
Build for community: Apprenticeship 2023<br />
GDG Jammu
</p>
</a>
<a
aria-label="Visit Road to Women Techmakers Ambassadors page"
href="/events/details/google-gdg-jammu-presents-road-to-women-techmakers-ambassadors-2023-09-02/"
class="vertical-box-container__bds-thumbnail-roundness"
title="Road to Women Techmakers Ambassadors"
>
<img
class="event-image__bds-thumbnail-roundness"
alt="Event image"
src="assets/images/upevent1.jpg"
/>
<p style="color: aliceblue;" class="vertical-box--event-date">Sep 2, 2023</p>
<p class="event-page vertical-box--event-type">
External Ticketing
</p>
<p class="event-page vertical-box--event-title">
Road to Women Techmakers Ambassadors<br />
GDG Jammu
</p>
</a>
<a
aria-label="Visit Google IO Extended Jammu page"
href="/events/details/google-gdg-jammu-presents-google-io-extended-jammu/"
class="vertical-box-container__bds-thumbnail-roundness"
title="Google IO Extended Jammu"
>
<img
class="event-image__bds-thumbnail-roundness"
alt="Event image"
src="assets/images/pevent2.png"
/>
<p style="color: aliceblue;" class="vertical-box--event-date">Aug 20, 2023</p>
<p class="event-page vertical-box--event-type">
External Ticketing
</p>
<p class="event-page vertical-box--event-title">
Google IO Extended Jammu<br />
GDG Jammu
</p>
</a>
<a
aria-label="Visit Android Study Jam page"
href="/events/details/google-gdg-jammu-presents-android-study-jam/"
class="vertical-box-container__bds-thumbnail-roundness"
title="Android Study Jam"
>
<img
class="event-image__bds-thumbnail-roundness"
alt="Event image"
src="assets/images/pevent3.png"
/>
<p class="vertical-box--event-date">Jul 21, 2023</p>
<p class="event-page vertical-box--event-type">
Workshop / Study Group
</p>
<p class="event-page vertical-box--event-title">
Android Study Jam<br />
GDG Jammu
</p>
</a>
</ul>
</div>
</div>
</section>
<!-- past_event end -->
<!--photos start -->
<section id="portfolio" class="portfolio">
<div class="portfolio-details">
<div class="section-heading text-center">
<h2>photos</h2>
</div>
<div class="container">
<div class="portfolio-content">
<div class="isotope">
<div class="row">
<div class="col-sm-4">
<div class="item">
<img src="assets/images/1.webp" href="assets/images/1.webp" />
<div class="isotope-overlay">
<a href="assets/images/1.webp">
event 1
</a>
</div><!-- /.isotope-overlay -->
</div><!-- /.item -->
<div class="item">
<img
src="assets/images/2.webp"/>
<div class="isotope-overlay">
<a href="assets/images/2.webp">
event 2
</a>
</div><!-- /.isotope-overlay -->
</div><!-- /.item -->
</div><!-- /.col -->
<div class="col-sm-4">
<div class="item">
<img src="assets/images/3.jpg" alt="portfolio image"/>
<div class="isotope-overlay">
<a href="assets/images/3.webp">
event 3
</a>
</div><!-- /.isotope-overlay -->
</div><!-- /.item -->
</div><!-- /.col -->
<div class="col-sm-4">
<div class="item">
<img src="assets/images/4.webp" alt="portfolio image"/>
<div class="isotope-overlay">
<a href="assets/images/4.webp">
event 4
</a>
</div><!-- /.isotope-overlay -->
</div><!-- /.item -->
<div class="item">
<img src="assets/images/5.webp" alt="portfolio image"/>
<div class="isotope-overlay">
<a href="assets/images/5.webp">
event 5
</a>
</div><!-- /.isotope-overlay -->
</div><!-- /.item -->
</div><!-- /.col -->
</div><!-- /.row -->
</div><!--/.isotope-->
</div><!--/.gallery-content-->
</div><!--/.container-->
</div><!--/.portfolio-details-->
</section><!--/.portfolio-->
<!--portfolio end -->
<section id="org">
<div class="orgmain">
<div class="section-heading text-center">
<h2>Organisers</h2>
</div>
<div style="display: flex; margin: 6%;">
<ul class="people-cards chapter-people-cards">
<li class="people-card general-card">
<img style="width: 50%; border-radius: 50%; margin-left: 25%;"
src="assets/images/abhinandan_trilokia.webp"
alt="Abhinandan Trilokia"
/>
<div class="people-card--text">
<h4 class="people-card--name">Abhinandan Trilokia</h4>
<p class="people-card--title">Organizer</p>
<p class="people-card--company">GDG Jammu</p>
<a class="btn btn-secondary" href="https://gdg.community.dev/u/mjwbuk/">View Profile</a>
</div>
</li>
</ul>
<ul class="people-cards chapter-people-cards">
<li class="people-card general-card">
<img style="width: 50%; border-radius: 50%; margin-left: 25%;"
src="assets/images/atul_sharma.webp"
alt="Atul Sharma"
/>
<div class="people-card--text">
<h4 class="people-card--name">Atul Sharma</h4>
<p class="people-card--title">Co-Organizer</p>
<p class="people-card--company">Infosys</p>
<a class="btn btn-secondary" href="https://gdg.community.dev/u/mmg249/">View Profile</a>
</div>
</li>
</ul>
<ul class="people-cards chapter-people-cards">
<li class="people-card general-card">
<img style="width: 50%; border-radius: 50%; margin-left: 25%;"
src="assets/images/chetna_sharma.webp"
alt="Chetna Sharma"
/>
<div class="people-card--text">
<h4 class="people-card--name">Chetna Sharma</h4>
<p class="people-card--company">WTM Lead</p>
<a class="btn btn-secondary" href="https://gdg.community.dev/u/mrbvbd/">View Profile</a>
</div>
</li>
</ul>
</div>
</div>
</section>
<!--clients start -->
<section id="clients" class="clients">
<div class="section-heading text-center">
<h2>partners</h2>
</div>
<div class="clients-area">
<div class="container">
<div class="owl-carousel owl-theme" id="client">
<div class="item">
<a href="#">
<img src="assets/images/clients/miet.webp" alt="brand-image" />
</a>
</div><!--/.item-->
<div class="item">
<a href="#">
<img src="assets/images/partners_img/gdsc iit.png" alt="brand-image" />
</a>
</div><!--/.item-->
<div class="item">
<a href="#">
<img src="assets/images/partners_img/White Horizon Logo.png" alt="brand-image" />
</a>
</div><!--/.item-->
<div class="item">
<a href="#">
<img src="assets/images/partners_img/smvdu.png" alt="brand-image" />
</a>
</div><!--/.item-->
<div class="item">
<a href="#">
<img src="assets/images/partners_img/iit jammu.png" alt="brand-image" />
</a>
</div><!--/.item-->
<div class="item">
<a href="#">
<img src="assets/images/partners_img/jkedi.png" alt="brand-image" />
</a>
</div><!--/.item-->
<div class="item">
<a href="#">
<img src="assets/images/partners_img/ju.png" alt="brand-image" />
</a>
</div><!--/.item-->
</div><!--/.owl-carousel-->
</div><!--/.container-->
</div><!--/.clients-area-->
</section><!--/.clients-->
</section><!--/.clients-->
<!--clients end -->
<!--contact start -->
<section id="contact" class="contact">
<div class="section-heading text-center">
<h2>contact us</h2>
</div>
<div class="container">
<div class="contact-content">
<div class="row">
<div class="col-md-offset-1 col-md-5 col-sm-6">
<div class="single-contact-box">
<div class="contact-form">
<form>
<div class="row">
<div class="col-sm-6 col-xs-12">
<div class="form-group">
<input type="text" class="form-control" id="name" placeholder="Name*" name="name">
</div><!--/.form-group-->
</div><!--/.col-->
<div class="col-sm-6 col-xs-12">
<div class="form-group">
<input type="email" class="form-control" id="email" placeholder="Email*" name="email">
</div><!--/.form-group-->
</div><!--/.col-->
</div><!--/.row-->
<div class="row">
<div class="col-sm-12">
<div class="form-group">
<input type="text" class="form-control" id="subject" placeholder="Subject" name="subject">
</div><!--/.form-group-->
</div><!--/.col-->
</div><!--/.row-->
<div class="row">
<div class="col-sm-12">
<div class="form-group">
<textarea class="form-control" rows="8" id="comment" placeholder="Message" ></textarea>
</div><!--/.form-group-->
</div><!--/.col-->
</div><!--/.row-->
<div class="row">
<div class="col-sm-12">
<div class="single-contact-btn">
<a class="contact-btn" href="#" role="button">submit</a>
</div><!--/.single-single-contact-btn-->
</div><!--/.col-->
</div><!--/.row-->
</form><!--/form-->
</div><!--/.contact-form-->
</div><!--/.single-contact-box-->
</div><!--/.col-->
<div class="col-md-offset-1 col-md-5 col-sm-6">
<div class="single-contact-box">
<div class="contact-adress">
<div class="contact-add-head">
<h3>gdg-jammu</h3>
</div>
<div class="contact-add-info">
<div class="single-contact-add-info">
<h3>linkedin</h3>
<p>https://www.linkedin.com/company/gdgjammu/</p>
</div>
<div class="single-contact-add-info">
<h3>email</h3>
<p>gdgjammu@gmail.com/</p>
</div>
<div class="single-contact-add-info">
<h3>website</h3>
<p>https://gdg.community.dev/gdg-jammu/</p>
</div>
</div>
</div><!--/.contact-adress-->
<div class="hm-foot-icon">
<ul>
<li><a href="https://www.facebook.com/GDGJammu"><i class="fa fa-facebook"></i></a></li><!--/li-->
<li><a href="https://twitter.com/GDGJammu"><i class="fa fa-twitter"></i></a></li><!--/li-->
<li><a href="https://www.linkedin.com/company/gdgjammu/"><i class="fa fa-linkedin"></i></a></li><!--/li-->
<li><a href="https://www.instagram.com/gdgjammu/"><i class="fa fa-instagram"></i></a></li><!--/li-->
</ul><!--/ul-->
</div><!--/.hm-foot-icon-->
</div><!--/.single-contact-box-->
</div><!--/.col-->
</div><!--/.row-->
</div><!--/.contact-content-->
</div><!--/.container-->
</section><!--/.contact-->
<!--contact end -->
<!--footer-copyright start-->
<footer id="footer-copyright" class="footer-copyright">
<div class="container">
<div class="hm-footer-copyright text-center">
<p>
© copyright . design and developed by <a href="gdgjammu@gmail.com">gdg-jammu</a>
</p><!--/p-->
</div><!--/.text-center-->
</div><!--/.container-->
<div id="scroll-Top">
<div class="return-to-top">
<i class="fa fa-angle-up " id="scroll-top" ></i>
</div>
</div><!--/.scroll-Top-->
</footer><!--/.footer-copyright-->
<!--footer-copyright end-->
<!-- Include all js compiled plugins (below), or include individual files as needed -->
<script src="assets/js/jquery.js"></script>
<!--modernizr.min.js-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
<!--bootstrap.min.js-->
<script src="assets/js/bootstrap.min.js"></script>
<!-- bootsnav js -->
<script src="assets/js/bootsnav.js"></script>
<!-- jquery.sticky.js -->
<script src="assets/js/jquery.sticky.js"></script>
<!-- for progress bar start-->
<!-- progressbar js -->
<script src="assets/js/progressbar.js"></script>
<!-- appear js -->
<script src="assets/js/jquery.appear.js"></script>
<!-- for progress bar end -->
<!--owl.carousel.js-->
<script src="assets/js/owl.carousel.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<!--Custom JS-->
<script src="assets/js/custom.js"></script>
</body>
</html>