forked from dhruvchand/jagriti
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontactus.html
40 lines (36 loc) · 1.66 KB
/
contactus.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
<!DOCTYPE html>
<html>
<head>
<title>
Contact Us
</title>
</head>
<link rel="stylesheet" href="css/main.css"/>
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/bootstrap-theme.min.css"/>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,100' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway:100,300' rel='stylesheet' type='text/css'>
<script src="js/jquery-1.8.3.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/main.js"></script>
<div id="main-container">
<div id="menu" class="row">
<a href="http://blog.projectjagriti.org"><div class="col-md-2">Blog</div></a>
<a href="aboutus.html"><div class="col-md-2">About Us</div></a>
<a href="index.html"><div class="col-md-4" id="logo" data-goto="1"><img src="img/logo.png"/></div></a>
<a href="ourpartners.html"><div class="col-md-2">Our Partners</div></a>
<a href="contactus.html"><div class="col-md-2">Contact Us</div></a>
</div>
<body>
<<<<<<< HEAD
<div class="accent" style="margin-left:20%; margin-right:20%;">
If you have any queries pertaining to the project, or if you or your organisation wants to help us achieve our cause by partnering with us,<br/>
=======
<div class="accent" style="margin:auto auto; width:720px;">
If you have any queries pertaining to the or if you or your organisation wants to help us achieve our cause by partnering with us,<br/>
>>>>>>> d18485c91c77046eb2e3dbe332ae54b497d3dbcc
You can reach us at <a href="mailto:[email protected]">[email protected]</a>.
</div>
</body>
</div>
</html>