-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
38 lines (31 loc) · 1.18 KB
/
contact.html
File metadata and controls
38 lines (31 loc) · 1.18 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
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<link href='https://fonts.googleapis.com/css?family=Merriweather' rel='stylesheet'>
<title>Contact</title>
</head>
<body>
<div class="header">
<p>
<a href="home.html">
<img src="assets/leftoversLogo.png" alt="Logo" style= "width: 10%" >
</a>
</p>
</div>
<div class="topnav" style = "font-family: din-round,sans-serif;">
<a href="contact.html"> Contact </a>
<a href="impacts.html"> Impacts of Food Waste</a>
<a href="info-type.html"> Nutritional Information</a>
<a href="login.html" style="font-weight: bold; float: right;">Log in</a>
</div>
<div class="flex-container">
<div>
<img class = "center" src="assets/leftoversLogo.png" alt="Logo" style= "width: 40%" >
<h1 class= "center merriweatherFont">Contact Us!</h1>
<p class = "merriweatherFont" style="font-size: 20px">Email: gatorfoodwaste@gmail.com</p>
<p class = "merriweatherFont" style="font-size: 20px">Phone: 352-222-2222</p>
<a href="confirmation.html">
<button class = "button-19" style="width: 200px;"> Sign up!</button>
</a>
</div>