-
Notifications
You must be signed in to change notification settings - Fork 2
/
TechGSR.php
executable file
·77 lines (54 loc) · 2.78 KB
/
TechGSR.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
<?php include 'header.php'; ?>
<!-- ============================================================= MAIN ============================================================= -->
<main>
<section id="hero" class="img-responsive img-bg-bottom" height= 100% style="background-image : url(assets/images/art/sociotech2.jpg);">
<div class="container inner">
<div class="row">
<div class="col-sm-10">
<header>
<h1 style="color:black">TechGSR</h1>
</header>
</div><!-- /.col -->
</div><!-- ./row -->
</div><!-- /.container -->
</section>
<!-- ============================================================= SECTION – WHO WE ARE ============================================================= -->
<section id="who-we-are" style="padding:0px">
<div class="container inner-md">
<div class="row inner-top-xs">
<div class="col-sm-offset-1 col-sm-11 inner-right-xs inner-bottom-xs">
<center><h2>TechGeek Social Responsibility(TechGSR) Aim 2014</h2></center>
<br/>
Create a model village, Hirewadi which can be replicated for different villages.<br/>
<br/>
<H3>Projects</H3>
<b>Choice of Technical Projects to work on :</b><br/>
(chose either these or management projects - not more than 3 from here)
<ol>
<li> Develop the most efficient smokeless chulha with household materials only </li>
<li> Create a pressure based drip irrigation technique (with no electricity or other means of energy) </li>
<li> Well water purification using chlorine dissolution using only real time water level </li>
<li> Catalytic natural manure making device </li>
<li> Effective household lighting; use only one bulb to illuminate entire house </li>
<li> Vehicle mobility solution for medical emergency </li>
<li> Model creation for handicraft based sustainable enterprise </li>
</ol>
<br/>
<b>Choice of Management Projects to work on :</b><br/>
(chose either these or from technical projects - not more than 1 from here)
<ol>
<li> Handicraft Business </li>
<li> Manure Preperation business </li>
</ol>
<br/>
For Registration fill up this form : <b><a href="http://tinyurl.com/TechGSR"target="_blank">http://tinyurl.com/TechGSR</a> </b>
<br><br>
For any queries, please contact:<br>
Rhythima Shinde || [email protected] || 7506134411<br>
Manmohan Mandhana || [email protected] || 9769486341<br>
</div><!-- /.row -->
</div><!-- /.container -->
</section>
<!-- ============================================================= SECTION – WHO WE ARE : END ============================================================= -->
<!-- ============================================================= MAIN : END ============================================================= -->
<?php include 'footer.php'; ?>