-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (38 loc) · 1.03 KB
/
index.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
46
<!DOCTYPE html>
<HTML>
<head>
<title>Bread Crumbs</title>
<link rel="shortcut icon" href="leaf.ico">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<div id="main-container">
<p>
Hi, Welcome to <i>Bread Crumbs!</i> <br>
Like the ones Hansel and Gretel left behind,
we hope to lead you to some good local eats.
</p>
<p>
<img src="dukefarm.png" alt="Community Farm" style = "width:35%;height:25%">
</p>
<p>
<u>Our mission:</u> <br>
As our world gets bigger, supermarkets and chains make eating more convenient for us.
<br>But what if we could link you to local restaurants and food vendors?
<br>Keeping the convenience AND reducing your carbon footprint.
</p>
<br>
<p>
Ready to join us?
</p>
<p>
<div id ="Button">
<a href="loginhome.html" class="btn"><strong>Search Local</strong></a>
<a href="login.html" class="btn"><strong>Vendor Login</strong></a>
</div>
<br>
</p>
</div>
</body>
</HTML>