-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcontactpage.html
More file actions
29 lines (29 loc) · 1.32 KB
/
Copy pathcontactpage.html
File metadata and controls
29 lines (29 loc) · 1.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./assets/css/contactstyle.css">
<title>Contact Brewber</title>
<link rel="icon" href="assets/images/favicon-16x16.png" type="image/x-icon" />
</head>
<body class="body">
<div class=" hero-body">
<div class="container">
<h1 class="title">BrewberEats</h1>
<h2 class="subtitle">We hope you enjoyed the Experience!</h2>
</div>
</div>
<div>
<h3 class="contributors">If you would like to get in contact with someone click their name below:</h3>
<div class="names">
<p><a href="mailto:ericbwebdev86@gmail.com" target="_blank" class=>Eric Bates</a></p>
<p><a href="mailto:Lessard1228@gmail.com" target="_blank" class=>Heather Lessard</a></p>
<p><a href="mailto:mcleod32@live.com" target="_blank" class=>Chris McLeod</a></p>
<p><a href="mailto:Mthao.mt1@gmail.com" target="_blank" class=>Mai Thao</a></p>
<p><a href="mailto:rtthiel8@gmail.com" target="_blank" class=>Ryan Thiel</a></p>
<div>
</div>
</body>
</html>