-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.php
50 lines (35 loc) · 2.27 KB
/
contact.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
<?php require_once("includes/header.php"); ?>
<div id="templatemo_menu">
<ul>
<li><a href="index.php?id=1" class="current">Homepage</a></li>
<li><a rel="nofollow" href="login.php?id=1" >Login</a></li>
<li><a href="user_reg.php">User Registration</a></li>
<li><a href="contact.php">Contact Information</a></li>
</ul>
</div> <!-- end of menu -->
<div class="cleaner"></div>
<div class="box">
<h3><span></span>News</h3>
<img src="images/nd1.jpg" alt="image" />
<div class="news_title"><a href="#"> Mudslides Explained: Behind the Washington State Disaster</a></div>
<p>A fatal mudslide in rural northwestern Washington State over the weekend underscores the dangers of this fast-moving natural hazard.</p>
<div class="cleaner"></div>
<img src="images/nd2.jpg"/>
<div class="news_title"><a href="http://www.huffingtonpost.com/2014/03/26/extreme-weather-natural-disasters-insurance-losses_n_5033351.html">Extreme Weather, Natural Disasters Led To $45 Billion In Insurance Losses In 2013</a></div>
<p>GENEVA- Disasters such as floods in Europe, winter storms in the U.S. and typhoons in Asia cost insurance companies $45 billion in 2013, a leading Swiss firm said Wednesday.</p>
</div>
</div> <!-- end of side column -->
<div id="templatemo_main_column">
<div class="main_column_box">
<div class="cleaner_h80"></div>
<h3 id="topic1"><span></span>Contact Information</h3>
<img id="image1" class="image_wrapper fl_image" src="images/admin3.jpg" alt="image" />
<div class="cleaner"></div>
</div>
<p id="cont">For any queries please contact any of the following<ul style='font-size:17px;'><li>Pinak Saini<br>+91 8056954937<br>[email protected]</li><br><li>Divyansh Sharma<br>+91 8870878114<br>[email protected]</li><br></ul></p>
</div>
<div class="cleaner"></div>
<div id="top"></div>
<div id="bottom"></div>
</div>
<?php require("includes/footer.php"); ?>