-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathevents.html
177 lines (149 loc) · 11.3 KB
/
events.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
<html>
<head>
<title>EVENTS</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="images/logo.png">
<!--PLUGIN-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!--FONT AWESOME-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
<!--GOOGLE FONTS-->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link
href="https://fonts.googleapis.com/css2?family=Archivo+Black&family=Fredoka+One&family=Kanit:wght@300&display=swap"
rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top " style="background-color: #2a2a72;background-image: linear-gradient(315deg, #2a2a72 0%, #009ffd 74%); padding-top:15px;padding-bottom:15px;">
<div class="container-fluid">
<div class="navbar-header" style="height:50px; width:auto;">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"></a>
<img src="images/logo.png" height=50px width=auto style="border-radius: 50%;">
</div>
<div class="collapse navbar-collapse navbar-right" id="myNavbar" >
<ul class="nav navbar-nav navbar-right ">
<li><a href="index.html" style="color:white; font-family: 'Quicksand', sans-serif;font-size: 18px; font-weight: 250; padding: 15px 15px 15px 15px;"><b>HOME</b></a></li>
<li><a href="aboutus.html" style="color:white; font-family: 'Quicksand', sans-serif;font-size: 18px; font-weight: 250; padding: 15px 15px 15px 15px;"><b>ABOUT US</b></a></li>
<li><a href="volunteers.html" style="color:white; font-family: 'Quicksand', sans-serif;font-size: 18px; font-weight: 250; padding: 15px 15px 15px 15px;"><b>VOLUNTEERS</b></a></li>
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#" style="color:white; font-family: 'Quicksand', sans-serif;font-size: 18px;font-weight: 250; padding: 15px 15px 15px 15px;"><b>GALLERY</b><span class="caret"></span></a>
<ul class="dropdown-menu" style="background-color: #2a2a72;background-image: linear-gradient(315deg, #2a2a72 0%, #009ffd 74%); ">
<li><a href="photos.html" style="color:white; background-color: #2a2a72;background-image: linear-gradient(315deg, #2a2a72 0%, #009ffd 74%); font-family: 'Quicksand', sans-serif;font-size: 18px;font-weight: 250; padding: 5px 50px 5px 50px;"><b>PHOTOS</b></a></li>
<li><a href="videos.html" style="color:white; background-color: #2a2a72;background-image: linear-gradient(315deg, #2a2a72 0%, #009ffd 74%); font-family: 'Quicksand', sans-serif;font-size: 18px;font-weight: 250; padding: 5px 50px 5px 50px;"><b>VIDEOS</b></a></li>
</ul>
</li>
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#" style="color:white; font-family: 'Quicksand', sans-serif;font-size: 18px;font-weight: 250; padding: 15px 15px 15px 15px;"><b>WHAT WE DO?</b><span class="caret"></span></a>
<ul class="dropdown-menu" style="background-color: #2a2a72;background-image: linear-gradient(315deg, #2a2a72 0%, #009ffd 74%); ">
<li><a href="events.html" style="color:white; background-color: #2a2a72;background-image: linear-gradient(315deg, #2a2a72 0%, #009ffd 74%); font-family: 'Quicksand', sans-serif;font-size: 18px;font-weight: 250; padding: 5px 50px 5px 50px;"><b>EVENTS</b></a></li>
<li><a href="projects.html" style="color:white; background-color: #2a2a72;background-image: linear-gradient(315deg, #2a2a72 0%, #009ffd 74%); font-family: 'Quicksand', sans-serif;font-size: 18px;font-weight: 250; padding: 5px 50px 5px 50px;"><b>PROJECTS</b></a></li>
<li><a href="corona.html" style="color:white; background-color: #2a2a72;background-image: linear-gradient(315deg, #2a2a72 0%, #009ffd 74%); font-family: 'Quicksand', sans-serif;font-size: 18px;font-weight: 250; padding: 5px 50px 5px 50px;"><b> COVID 19</b></a></li>
</ul>
</li>
<li><a href="contactus.html" style="color:white; font-family: 'Quicksand', sans-serif;font-size: 18px;font-weight: 250; padding: 15px 15px 15px 15px;"><b>CONTACT US</b></a></li>
<li><a href="donation.html" style="color:white; font-family: 'Quicksand', sans-serif;font-size: 18px;font-weight: 250; padding: 15px 35px 15px 15px;"><b>DONATE</b></a></li>
</ul>
</div>
</div>
</nav>
<br><br><br><br>
<section class="features ">
<h1 style="color: blue;">
Our Events
</h1>
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="feature-box">
<div class="feature-img">
<img src="images/21.jpg">
<div class="price">
<p> 02 Sep 2020 </p>
</div>
<div class="feature-details">
<h4>Dots Antional, TB Control Programme</h4>
<p>Our organisation also conduct Some government projects like DOTS Antional revised TB control programme and other programmes like this.Our main Objective is to reduce the incidence of and mortality due to TB and prevent further emergence of drug resistance and effectively manage drug-resistant TB cases </p>
<div>
<span><i class="fa fa-map-marker"></i> Jaipur, India</span>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="feature-box">
<div class="feature-img">
<img src="images/22.jpg">
<div class="price">
<p> 01 May 2020 </p>
</div>
<div class="feature-details">
<h4>Supporting Rural Farmers</h4>
<p>The human capital which we have gathered in our journey has exceled by translating the applied humanist philosophy of agricultural communities. In the present state of transformation in India, we continue to strive for participatory and sustainable development in the region. We have taken up the task of improving rural infrastructure, rural human resources, and diversification of rural livelihoods to restore a more sustainable pattern of development in the region. We celebrate and strive for a just human development pattern.</p>
<div>
<span><i class="fa fa-map-marker"></i> Jaipur, India</span>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="feature-box">
<div class="feature-img">
<img src="images/15.jpg">
<div class="price">
<p> 04 Nov 2019 </p>
</div>
<div class="feature-details">
<h4>Health and Checkups Activities</h4>
<p>Even after decades of freedom, India is struggling to provide basic health services to its people. According to government sources, in India 45 children die every hour due to respiratory infections. 1 child dies every 2 minutes due to diarrhoea. And annually, about 2 million children under 5 years of age die due to preventable diseases. Ours is an NGO for health check-up camps in Jaipur. We conduct general health check up programs that helps in diagnosing the exact condition of people. Our program conducts free health check up by well-trained and educated doctors as we know that precaution is better than cure.</p>
<div>
<span><i class="fa fa-map-marker"></i> Jaipur, India</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Site footer -->
<footer class="site-footer">
<div class="container">
<div class="grid-container">
<div class="grid-item">
<img src="images/logo.png" class="logo-img" style="border-radius: 50%;">
</div>
<div class="grid-item inner-grid-container">
<div class="grid-item"><a href="index.html">Home</a></div>
<div class="grid-item"><a href="projects.html">Our Projects</a></div>
<div class="grid-item"><a href="http://sgjss.co.in/">Sgjss.co.in</a></div><br>
<div class="grid-item"><a href="privacy.html">Privacy Policy</a></div>
<div class="grid-item"><a href="volunteersForm.html">Join Us</a></div>
<div class="grid-item"><a href="contactus.html">Contact Us</a></div>
</div>
<div class="grid-item">
<div class = "social-buttons" style="float:left;">
<a href= "https://www.instagram.com/sgjss_29/" target="_blank"><i class="fab fa-instagram circle-icon"></i></a>
<a href= "https://www.facebook.com/pg/shreegurujambheswarsevasansthan/photos/?ref=page_internal" target="_blank"><i class="fab fa-facebook circle-icon"></i></a>
<a href= "https://api.whatsapp.com/send/?phone=919414334192&text&app_absent=0" target="_blank"><i class="fab fa-whatsapp circle-icon"></i></a><br>
<a href= "https://www.linkedin.com/in/shree-guru-jambeshwar-sewa-sansthan-1106651b3/" target="_blank"><i class="fab fa-linkedin-in circle-icon"></i></a>
<a href= "https://twitter.com/guru_sansthan" target="_blank"><i class="fab fa-twitter circle-icon"></i></a>
</div>
</div>
</div>
<hr>
<p style="text-align: center;">Copyright © 2021 SGJSS | All rights reserved</p>
</div>
</footer>
</body>
</html>