-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.php
49 lines (38 loc) · 2.5 KB
/
home.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
<?php require_once("includes/ses.php"); ?>
<?php require_once("includes/header.php"); ?>
<?php require_once("includes/nav.php"); ?>
<?php require("includes/news.php"); ?>
<!-- end of side column -->
<div id="templatemo_main_column">
<a href="home.php"><div id="disp_name">
<?php echo $val;?>
</div></a>
<div class="main_column_box">
<div class="cleaner_h80"></div>
<h3 id="topic1"><span></span>Welcome to NDMS!</h3>
<img id="image1" class="image_wrapper fl_image" src="images/nd3.jpg" alt="image" />
<p class="em_text" id="desc1">A natural disaster is a major adverse event resulting from natural processes of the Earth; examples include floods, volcanic eruptions, earthquakes, tsunamis, and other geologic processes. A natural disaster can cause loss of life or property damage, and typically leaves some economic damage in its wake, the severity of which depends on the affected population's resilience, or ability to recover.</p>
<div class="cleaner"></div>
<p id="cont"></p>
</div>
<div class="main_column_box" id="topic_head">
<h3 id="topic2"><span></span>Our Services</h3>
<img id="image3" class="image_wrapper fr_image" src="images/nd4.jpg" alt="image" />
<p id="desc2">The NDMS provides its users with information on how to survive a Natural Disaster. We want the people out there to know the dangers of Natural Disasters and to understand how important it is to be prepared incase of a Natural Disaster.</p>
<div class="cleaner_h30"></div>
<ul class="list_02" id="list1">
<li>We provide interactive videos which depict every step needed to take in time of a disaster.</li>
<li>We provide a descriptive account of those people who already witnessed a disaster and how they survived it.</li>
<li>We provide a Lost and Found Functionality for those people who went missing in a recent event.</li>
<li>We provide a descriptive overview of every disaster known.</li>
<li>We provide maps.</li>
</ul>
<div class="cleaner_h30"></div>
</div>
<img id="image2" src="" style="width: 100%;"/>
</div>
<div class="cleaner"></div>
<div id="top"></div>
<div id="bottom"></div>
</div>
<?php require("includes/footer.php"); ?>