-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsubpage.html
134 lines (110 loc) · 6.66 KB
/
subpage.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
s<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<title>Response-Eve Subpage</title>
<link rel="stylesheet" href="css/inuit.css" />
<link rel="stylesheet" href="css/fluid-grid16-1100px.css" />
<link rel="stylesheet" href="css/eve-styles.css" />
<link rel="shortcut icon" href="icon.png" />
<link rel="apple-touch-icon-precomposed" href="img/icon.png" />
<script src="js/respond-min.js" type="text/javascript"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" type="text/javascript"></script>
<script>window.jQuery || document.write('<script src="scripts/jquery164min.js">\x3C/script>')</script>
<!--[if lte IE 7]>
<style>
hr { display:block; height:1px; border:0; border-top:1px solid #fff; margin:1em 0; padding:0; }
.grid-4{ width:22% }
</style>
<![endif]-->
</head>
<body style="background-image:url(bg13_preview_big.jpg);height:450px;">
<a href="" id="logo"><img src="img/logo.gif" alt="something" />
<div class="wrapper" style="margin-top:-60px;">
<h1 class="accessibility">ResponseEve, a responsive template by SiGa</h1></a>
<div class="social">
<a href="#" title="facebook"><img src="img/facebook.png" width="20" height="20" alt="facebook"></a>
<a href="#" title="twitter"><img src="img/twitter.png" width="20" height="20" alt="twitter"></a>
</div>
<ul id="nav" class="main">
<li><a href="index1.html">Home<!--<span>Die Startseite</span>--></a></li>
<li><a href="subpage.html" class="active">About Us</a></li>
<li><a href="niceforms.html">MEMBERSHIP</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="clear"></div>
<div class="wrapper">
<div class="grids">
<div class="grid-16 grid intro grey">
<p style="font-size:24px;color:#FC0;">Members of EWB must pledge to uphold the highest standards of ethics, financial integrity and absolute transparency consistent with the non-profit and service oriented nature of the organization.</p>
</div>
</div>
</div>
<div class="wrapper" style="margin-left:10px;">
<div class="grids">
<div class="grid-6 grid green">
<h2>ABOUT EWB IET</h2>
<h5>
<p>EWB IET chapter was started in September,2009 under the guidance of Dr.Manohar Chanwani (Director,IET DAVV) and Dr. Vrinda Tokekar(Faculty Advisor,HOD,Information Technology) .</p>
</h5>
</div>
<div class="grid-6 grid green">
<h2>CONTENT</h2>
<h5>
<p>
It was started with the mission and vision of bringing a positive change in the society and to contribute as much as we can for the welfare and development of others.</p></h5></div>
<div style="position:relative;left:840px;top:-370px;">
<div class="grid-6 grid green">
<h2>CONTENT</h2>
<h5>
<p>
Members of EWB-India must, through exemplary action and efficient organization, contribute to the creation of a Compassionate Human Society - a network of mutual help, caring and capacity building.</p>
</h5>
</div></div>
<div class="grid-6 grid green" style="margin-left:-390px;margin-top:50px;">
<h2>Styles</h2>
<h5>
<p>Food and water are nature's gifts. No one should have to go without them. Engineers must consider it an obligation to help people, especially the poor and the powerless, meet their needs of food, clean water, shelter, sanitation, education and livelihood.</p>
</h5>
</div>
<div class="grid-6 grid green" style="margin-top:50px;">
<h2>CONTENT</h2>
<h5>
<p>
Members of EWB-India must, through exemplary action and efficient organization, contribute to the creation of a Compassionate Human Society - a network of mutual help, caring and capacity building.<br><br></p>
</h5>
</div>
<div class="grid-6 grid green" style="position:relative;left:840px;top:-400px;">
<h2>CONTENT</h2>
<h5>
<p>
Members of EWB-India must, through exemplary action and efficient organization, contribute to the creation of a Compassionate Human Society - a network of mutual help, caring and capacity building.<br><br></p>
</h5>
</div>
</div><!--end of wrapper-->
<div class="wrapper">
<div id="footer">
<div class="grids">
<div class="grid-6 grid text-center">
<p>ITS A RUDRA GUPTA (IInd Year IT) PRESENTATION </p>
</div>
<div class="grid-5 grid text-center">
<p>Contact me <a href="" title="Contact me!">here</a></p>
</div>
</div><!--end of grids-->
</div><!--end of footer-->
</div><!--end of wrapper-->
<script type="text/javascript"> <!--Outdated browsers warning/message and link to Browser-Update. Comment or delete it if you don´t want to use it-->
var $buoop = {}
$buoop.ol = window.onload;
window.onload=function(){
try {if ($buoop.ol) $buoop.ol();}catch (e) {}
var e = document.createElement("script");
e.setAttribute("type", "text/javascript");
e.setAttribute("src", "http://browser-update.org/update.js");
document.body.appendChild(e);
}
</script>
</body>
</html>