-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFDMonitor.html
More file actions
31 lines (25 loc) · 1.2 KB
/
FDMonitor.html
File metadata and controls
31 lines (25 loc) · 1.2 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>FDMonitor</title>
</head>
<body>
<div class="single-work">
<div class="container">
<div class="row text-center">
<div class="col-md-10 offset-md-1 mb-40">
<h1 class="title mb-30">Event Finder</h1>
<p class="mb-30">This application monitors the Seattle Fire Department dispatch page and looks for the supplied addresses. Then sends a text message to phone numbers on file. This project uses Twilio to send text messages.</p>
<ul class="information">
<li><span class="title">Github:</span>https://github.com/dmh34/FDMonitorCore</li>
</ul>
<figure class="mt-30"><img src="img/single-work/Screenshot from 2019-11-03 19-22-16.png" alt=""></figure>
<figure class="mt-30"><img src="img/single-work/Screenshot from 2019-11-03 19-21-21.png" alt=""></figure>
<figure class="mt-30"><img src="img/single-work/Screenshot from 2019-11-03 19-20-59.png" alt=""></figure>
</div>
</div>
</div>
</div>
</body>
</html>