-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuser.html
33 lines (26 loc) · 1.25 KB
/
user.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>
<link rel="stylesheet" href="CSS/myuser.css">
<script async src="https://maps.googleapis.com/maps/api/js?key=AIzaSyA5M87HdRKHoWDUg2V3uXRPkC-_YwfPC3s&callback=initMap"></script>
<script src= "script.js"></script>
<title>Find Surplus Food</title>
</head>
<body>
<img id="logo" src="images/lassologo.jpeg" alt="Leftover Lasso Logo">
<div id="map" style="height: 500px; width: 50%;"></div>
<img id="rope" src="images/rope.jpeg" alt="rope banner">
<div class="foodimage">
<img id="hat" src="images/cowboyhat.jpeg" alt="cowboy hat">
<div class="foodtext">
<h1 class="resource-title">Resources</h1>
<ul class="resource-list">
<li><a href="https://deanofstudents.utexas.edu/sos/utoutpost.php">The UT Outpost</a></li>
<li><a href="https://www.atxfreefridge.com/atx-resource-map">ATX Free Fridge</a></li>
<li><a href="https://www.instagram.com/westcampuscollective/">West Campus Collective</a></li>
</ul>
</div>
<img id="boot" src="images/boot.jpeg" alt="cowboy boot">
</div>
</body>
</html>