This repository was archived by the owner on Aug 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathprocess.php
More file actions
47 lines (42 loc) · 1.29 KB
/
Copy pathprocess.php
File metadata and controls
47 lines (42 loc) · 1.29 KB
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
<html>
<head>
<?php
include 'res/head.php';
?>
<?php
include 'res/nav.php';
?>
<title>Pigeon - Data</title>
</head>
<body>
<script>
document.getElementById('nav-bar-robot').setAttribute('class', 'nav-item active');
</script>
<div class="container text-center">
<h1 style="margin-top:20px;">The process</h1>
<hr/>
<div class="row special-row" style="text-align:center;">
<div class="col-md-6 text-left">
<h2>How it works</h2>
<p>Project Pigeon uses several methods to predict the location and time of Acid Rain. This involves using drones, or building-top sensors to monitor pH levels of condensed water vapour, and inputting data into Machine Learning to predict location and time</p>
</div>
<div class="col-md-6">
</div>
</div>
<hr class="style18"/>
</div>
<!--<pre class="thin"><code style="color:green">
// a simple Scanner Tutorial
</code>
<code style="color:orange;">Scanner</code> <code style="color:white;">bob =</code> <code style="color:red;">new</code> <code style="color:orange;">Scanner</code>
</code></pre>
<pre class="thin" style="width:300px;"><code style="color:rgb(32, 150, 185)">
#bash </code>
<code style="color:white;">sudo apt install nginx</code>
</pre>
-->
<?php
include 'res/cdn.php';
?>
</body>
</html>