-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgallery.html
More file actions
170 lines (148 loc) · 7.22 KB
/
gallery.html
File metadata and controls
170 lines (148 loc) · 7.22 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
<!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">
<title>Gallery</title>
<link href="css/bootstrap.css" rel="stylesheet">
<!--<link href="css/animate.css" rel="stylesheet">-->
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="css/home_css.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="example3">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar3">
<span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span
class="icon-bar"></span> <span class="icon-bar"></span> </button>
<a class="navbar-brand" href="index.html"><img src="./images/home/logo.jpeg" alt="#"> </a>
</div>
<div id="navbar3" class="navbar-collapse collapse">
<ul class="nav navbar-nav" style="background-color: #ffffff">
<li class=""><a href="index.html">Home</a>
</li>
<li class=""><a href="about.html">About</a>
</li>
<li class="" class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Our Focus Areas <span
class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="./our-focus-areass/legal-framework-analysis.html">Legal Framework
Analysis</a>
</li>
<li><a href="./our-focus-areass/gram-panchayat.html">Gram Panchayat
Organization Development</a>
</li>
<li><a href="./our-focus-areass/technology-for-governance.html">Technology For
Governance</a>
</li>
<li><a href="./our-focus-areass/impact-evalution.html">Impact Evaluation</a>
</li>
</ul>
</li>
<li class="active"><a href="#">Gallery</a>
</li>
<li class="" class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown"
href="#">Resources<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="./resources/media-and-publication.html">Media and Publications</a>
</li>
<li><a href="./resources/case-studies.html">Case Studies</a>
</li>
<li><a href="./resources/reports.html">Reports</a>
</li>
</ul>
</li>
<li class=""><a href="projects.html">Projects</a>
</li>
<li class=""><a href="contact.html">Contact</a>
</li>
<li class=""><a target="_blank" href="http://orgmaptool.anodegovernancelab.in/">Org Map Tool</a>
</li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
<!--/.container-fluid -->
</nav>
</div>
<!-- header -->
<div class="jumbotron jumbotron-sm">
<div class="container">
<div class="row">
<div class="col-sm-12 col-lg-12 text-center animated pulse">
<h1 style="font-size: 27px; color: #ffffff"> Gallery </h1>
</div>
</div>
</div>
</div>
<div class="container demo" style="padding: 50px;;margin-bottom: 315px">
<div class="text-center">
<h1>Coming Soon</h1>
</div>
<!-- panel-group -->
</div>
<!-- <footer class="container-fluid anodeFooter mt-auto">
<div class="footer-bottom" style="margin-top: 20px">
<div class="col-lg-6 text-left">
<p> Copyright ©2017 Anode Governance Lab. All Rights Reserved. </p>
<i>built with 🧡 by <a
href="https://t4glabs.discourse.group/u?cards=no&group=Tech4Good-Fellows&order=likes_received&period=all">T4G
Labs Fellows</a> & Hosted Freely on <a class="t4g-link-color"
href="https://github.com/t4glabs/anode-website">Github
Pages</a>
</i>
</div>
<div class="col-lg-6 text-right">
<a target="_blank" href="privacy.html"> Privacy and Cookies Policy </a>
&
<a target="_blank" href="terms.html"> Terms of Use </a>
</div>
</div>
</footer>
-->
<footer style="background-color: #8b0404; text-align: center; color: #ffffff;">
<div class="credentials">
<p> Copyright ©2017 Anode Governance Lab. All Rights Reserved. </p>
<p> <a target="_blank" href="privacy.html"> Privacy and Cookies Policy </a>
&
<a target="_blank" href="terms.html"> Terms of Use </a>
</p><br>
<hr style="margin: 10px 0 20px;">
<p>
Built with ❤️ by
<a href="https://oasishq.org/" target="_blank">OASIS</a> partner
<a href="https://aikyamfellows.org/" target="_blank"> aikyam fellows </a>
using
<a href="https://github.com/t4glabs/anode-website" target="_blank">Github Pages</a>
</p>
</div>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/anodegovernancelab.in_js_jquery-1.11.3.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/anodegovernancelab.in_js_bootstrap.js"></script>
<script src="https://cdn.jsdelivr.net/picturefill/2.3.1/picturefill.min.js"></script>
<script src="js/anodegovernancelab.in_js_lightgallery-all.min.js"></script>
<script src="js/anodegovernancelab.in_js_jquery.mousewheel.min.js"></script>
<script>
$(document).ready(function () {
$("#flowchart").slideDown("slow");
});
</script>
<script type="text/javascript">
$(document).ready(function () {
$('#lightgallery').lightGallery();
});
</script>
<script type="text/javascript">
$(document).ready(function () {
$('#lightgallery2').lightGallery();
});
</script>
</body>
</html>