-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfrontPG.html
45 lines (38 loc) · 1.65 KB
/
frontPG.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
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<title>GatorLease</title>
<link rel="stylesheet" href="frontPG.css">
</head>
<body>
<div class="banner">
<div class="navbar">
<a href="frontPG.html"><img src="images/logo.png" class="logo"></a>
<ul>
<li><a href="#">List Sublease</a></li>
<li><a href="findingLease.html">Find Sublease</a></li>
</ul>
</div>
<div class="content">
<div class="Heading">
<h1>A Home for Gators <br> To Find And List Subleases</h1>
</div>
<p>Interested in leasing or finding somewhere to lease? <br> Continue to our login to see if you qualify!</p>
<div>
<a href="loginPG.html"><button type="button">Log In</button></a>
<a href="createAccPG.html"><button type="button">Create an Account</button></a>
</div>
</div>
</div>
<footer>
<div class="footer">
<div class="footer-content">
<P>Gator Sublease Project <br> CEN3031 Fall 2022 </P>
</div>
<div class="footer-bottom">
<p>Copyright ©2020 codeOpacity. <br> Designed by Hassan Gulaid, Brooke , Jacob Saarela</p>
</div>
</div>
</footer>
</body>
</html>