-
Notifications
You must be signed in to change notification settings - Fork 5
/
photo-gallery.php
82 lines (68 loc) · 5.09 KB
/
photo-gallery.php
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
<?php include './components/header.php'; ?>
<div class="ui container">
<!-- Top Navigation Bar -->
<?php include './components/top-menu.php'; ?>
<!-- BODY Content -->
<div class="ui grid">
<!-- Left menu -->
<?php include './components/side-menu.php'; ?>
<!-- right content -->
<div class="twelve wide column">
<h1>Photo Gallery</h1>
<!-- <p><strong>CCDF</strong> is a non-profit, non-government and voluntary organization committed to the care & development and voluntary organization committed to the care and development of the underprivileged children.</p>
<p><strong>CCDF is a group</strong> of quanlified, hardworking, dedicated, like-minded people trying to make a difference in the life of the underrepresented, disadvantaged and marginalized sections of the society. It have been established to work as a platform to channelize and make optimum use of the resources and infrastructure available and people's desire to give back to society a bit of what they owe to it.</p>
<p><strong>It is out effort</strong> at CCDF to guide and motivate people to use their resources in a construction in changing the lives of these street children.</p> <p><strong>We are working</strong> in the field of education and over all development of the destitute children by providing then with an opportunity to realize their full potentials and lead a dignified and respectable life.</p> -->
<h2 class="ui block header">AAKAR - the first step</h2>
<div class="ui medium images">
<img class="ui medium rounded image" src="img/orphan-gallery-1.jpg">
<img class="ui medium rounded image" src="img/orphan-gallery-2.png">
<img class="ui medium rounded image" src="img/orphan-gallery-3.jpg">
<img class="ui medium rounded image" src="img/orphan-gallery-4.jpg">
</div>
<h2 class="ui block header">AHAR APURTI</h2>
<div class="ui medium images">
<img class="ui medium rounded image" src="img/orphan-gallery-5.jpg">
<img class="ui medium rounded image" src="img/orphan-gallery-6.jpg">
<img class="ui medium rounded image" src="img/orphan-gallery-7.jpg">
<img class="ui medium rounded image" src="img/orphan-gallery-8.jpg">
</div>
<h2 class="ui block header">AVSAR - a chance</h2>
<div class="ui medium images">
<img class="ui medium rounded image" src="img/orphan-gallery-9.jpg">
<img class="ui medium rounded image" src="img/orphan-gallery-10.jpg">
<img class="ui medium rounded image" src="img/orphan-gallery-11.jpg">
<img class="ui medium rounded image" src="img/orphan-gallery-12.jpg">
</div>
<h2 class="ui block header">Lakshya</h2>
<div class="ui medium images">
<img class="ui medium rounded image" src="img/orphan-gallery-13.jpg">
<img class="ui medium rounded image" src="img/orphan-gallery-14.jpg">
<img class="ui medium rounded image" src="img/orphan-gallery-15.jpg">
<img class="ui medium rounded image" src="img/orphan-gallery-16.jpg">
</div>
<h2 class="ui block header">PARIVARTAN - change of direction</h2>
<div class="ui medium images">
<img class="ui medium rounded image" src="img/orphan-gallery-17.jpg">
<img class="ui medium rounded image" src="img/orphan-gallery-18.jpg">
<img class="ui medium rounded image" src="img/orphan-gallery-19.jpg">
<img class="ui medium rounded image" src="img/orphan-gallery-20.jpg">
</div>
<h2 class="ui block header">UPHAAR - gift a smile</h2>
<div class="ui medium images">
<img class="ui medium rounded image" src="img/orphan-gallery-1.jpg">
<img class="ui medium rounded image" src="img/orphan-gallery-3.jpg">
<img class="ui medium rounded image" src="img/orphan-gallery-5.jpg">
<img class="ui medium rounded image" src="img/orphan-gallery-7.jpg">
</div>
<h2 class="ui block header">RAKTHADHAAN - save a child</h2>
<div class="ui medium images">
<img class="ui medium rounded image" src="img/blooddonationcamp1.jpg">
<img class="ui medium rounded image" src="img/blooddonationcamp2.jpg">
<img class="ui medium rounded image" src="img/blooddonationcamp3.jpg">
<img class="ui medium rounded image" src="img/blooddonationcamp4.jpg">
</div>
<span class="p-20"></span>
</div>
</div>
</div>
<?php include './components/footer.php'; ?>