-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.php
27 lines (24 loc) · 993 Bytes
/
aboutus.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
<?php include_once('./header.php'); ?>
<?php include_once('./subnav.php'); ?>
<div id="content" class="content">
<h1>
About Us
</h1>
<h2>
Our Motivation
</h2>
<p>
Weather is currently communicated to the general population through means of weather channels and websites that display forecasts for a broad locale. However, some people may prefer more accurate, personal weather data for their specific location (i.e. those who live in rural areas). Additionally, weather enthusiasts may want to gather their own weather data for analysis. Our weather utility and corresponding web application allow such personal monitoring of the weather. By having the weather utility interact with a web application, those using our system are able to also indirectly interact with each other.<br><br><br>
</p>
<h2>
Team Members:
</h2>
<p>
Anna Benjamin<br>
Kathryn Frankewich<br>
Austin Klasa<br>
Bridgette Kuehn<br>
Matt Molo
</p>
</div>
<?php include_once('./footer.php'); ?>