forked from johntompkins/cs499s18p07
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MSanchezUpdates.html
34 lines (33 loc) · 1.18 KB
/
MSanchezUpdates.html
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="main.css" type="text/css">
</head>
<body>
<div id="Mauricio Sanchez Weekly Logs" class="container">
<div class="header">
<h1>Mauricio Sanchez Weekly Logs</h1>
</div>
<br>
<div class="content">
<div class="links">
<a href="index.html">Home</a>
<br><br>
<a href="introduction.html">Introduction</a>
<br><br>
<a href="requirements.html">Requirements</a>
<br><br>
<a href="updates.html">Updates</a>
<br><br>
</div>
<div class="text">
<h2>February 4 - February 11, 2018</h2>
<br>
<p>
This week I made a basic layout of the webpage, starting with the index.html file and adding a short introduction of the project, as well as making a requirements.html file with a list of all the requirements the customer provided us in an email. I also looked at some of the code and brainstormed some ideas about the approach we would take. We have decided to work in Python, since it contains a really useful library for filtering news articles about the Supreme Court for example.
</p>
</div>
</div>
</div>
</body>
</html>