This repository was archived by the owner on May 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgallery.html
More file actions
149 lines (127 loc) · 4.54 KB
/
Copy pathgallery.html
File metadata and controls
149 lines (127 loc) · 4.54 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
---
layout: gallery
---
<body data-spy="scroll" data-target="#topnav">
<!-- <div class="navbar navbar-inverse navbar-fixed-top" id="topnav">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" data-target=".navbar-collapse"
data-toggle="collapse" type="button"><span class=
"icon-bar"></span> <span class="icon-bar"></span> <span class=
"icon-bar"></span></button> <a class="navbar-brand" href=
"#">GDG Sri Lanka</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="Events.html">Events</a>
</li>
<li class="active">
<a href="Gallery.html">Gallery</a>
</li>
<li>
<a href="Team.html">Team</a>
</li>
<li>
<a href="Contact.html">Contact</a>
</li>
</ul>
</div><!– /.navbar-collapse–>
</div>
</div>-->
<!-- <div id="blueimp-gallery" class="blueimp-gallery">
<!– The container for the modal slides –>
<div class="slides"></div>
<!– Controls for the borderless lightbox –>
<h3 class="title"></h3>
<a class="prev">‹</a>
<a class="next">›</a>
<a class="close">×</a>
<a class="play-pause"></a>
<ol class="indicator"></ol>
<!– The modal dialog, which will be used to wrap the lightbox content –>
<div class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" aria-hidden="true">×</button>
<h4 class="modal-title"></h4>
</div>
<div class="modal-body next"></div>
<div class="modal-footer">
<button type="button" class="btn btn-default pull-left prev">
<i class="glyphicon glyphicon-chevron-left"></i>
Previous
</button>
<button type="button" class="btn btn-primary next">
Next
<i class="glyphicon glyphicon-chevron-right"></i>
</button>
</div>
</div>
</div>
</div>
</div>-->
</br>
<div class="row" >
<h3 class="text-center"> GDG DEVFEST 2015</h3>
<div id="devfest15" class="col-md-3 col-md-offset-3" ></div>
</div>
</br>
</br>
<div class="row" >
<h3 class="text-center"> Google I/O Rewind 2015</h3>
<div id="iorewind" class="col-md-3 col-md-offset-3" ></div>
</div>
</br>
</br>
<div class="row" >
<h3 class="text-center"> Google I/O Extended 2015 </h3>
<div id="io15" class="ccol-md-3 col-md-offset-3"></div>
</div>
</br>
</br>
<div class="row" >
<h3 class="text-center">Android Study Jam Code Lab Hackathon</h3>
<div id="codelab" class="col-md-3 col-md-offset-3" ></div>
</div>
</br>
</br>
<div class="row" >
<h3 class="text-center">Leads In Heels 2015</h3>
<div id="lih15" class="col-md-3 col-md-offset-3" ></div>
</div>
</br>
</br>
<div class="row" >
<h3 class="text-center">GDG DevFest 2014</h3>
<div id="devfest14" class="col-md-3 col-md-offset-3" ></div>
</div>
</br>
</br>
<div class="row" >
<h3 class="text-center"> Google I/O Extended 2014 </h3>
<div id="io14" class="ccol-md-3 col-md-offset-3"></div>
</div>
</br>
</br>
</br>
</br>
<div class="footer-copyright">
<div class="container">
<div class="row">
</div>
</div>
</div>
</footer>
</div><!-- Bootstrap core JavaScript-->
<!-- ==================================================-->
<!-- Placed at the end of the document so the pages load faster--><script src="js/jquery.js"></script><script src="bootstrap/js/bootstrap.min.js"></script><script src="js/slick/slick.min.js"></script><script src="js/main.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="//blueimp.github.io/Gallery/js/jquery.blueimp-gallery.min.js"></script>
<script src="js/bootstrap-image-gallery.min.js"></script>
</body>
</html>