-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmainPage.html
33 lines (25 loc) · 908 Bytes
/
mainPage.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
<!DOCTYPE html>
<html>
<head>
<title>Home page</title>
</head>
<body>
<h1>Welcome to our website</h1>
<p>
<h4> Project Name:</h4>
Helping People Not Waste Money
<h4> Team Members:</h4>
Ashley Kim ([email protected]) <br>
Tenzin Choedon ([email protected]) <br>
Henny Hailemariam ([email protected])<br>
<h5> Our Project goal: </h5>
Our Project is to develop an app that could be used to save money and get report
on spending and saving amount over your choice of duration. Below is a rought look of
what our app might look like.<br>
<h4> Link to All Previous Assignments </h4>
<p><a href="https://drive.google.com/drive/folders/1htzlIcQ3EWdANZs-L4j7S21_nXO1Ucci?usp=sharing">Link to google doc</a></p>
https://drive.google.com/drive/folders/1htzlIcQ3EWdANZs-L4j7S21_nXO1Ucci?usp=sharing <br>
Below could be a picture of Final Prototype Henny makes. <br>
</p>
</body>
</html>