-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (44 loc) · 3.05 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
47
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>index</title>
<link rel="stylesheet" href="assets/css/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/Footer-Basic.css">
<link rel="stylesheet" href="assets/css/Highlight-Clean.css">
<link rel="stylesheet" href="assets/css/Navigation-with-Search.css">
</head>
<body>
<nav class="navbar navbar-light navbar-expand-md navigation-clean-search">
<div class="container"><a class="navbar-brand" href="index.html" style="color: #e38b19;">FoodList</a><button data-toggle="collapse" class="navbar-toggler" data-target="#navcol-1"><span class="sr-only">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navcol-1">
<ul class="nav navbar-nav">
<li class="nav-item" role="presentation"><a class="nav-link" href="/home.html" style="color: rgb(55,67,77);">Home</a></li>
<li class="nav-item" role="presentation"><a class="nav-link" href="/about.html">About</a></li>
</ul>
<form class="form-inline mr-auto" target="_self">
<div class="form-group"><label for="search-field"></label></div>
</form><a class="btn btn-light action-button" role="button" href="/login.html">Login</a></div>
</div>
</nav>
<div class="highlight-clean" style="background-image: "/food-bank.jpg";background-repeat: no-repeat;background-size: cover;opacity: 1;height: 600px;width: 612;">
<div class="container" style="opacity: 1;">
<div class="intro" style="width: 700px;"><div class="text-center"><h4>COVID-19 could cause a food pandemic.</h4><br><br><h2><strong>Do you have food to donate?<br>Do you need food?</strong></h2><br><br><p>Now is not the time to be divided. Don't be afraid to share extra food you have, and don't be afraid to ask for help if you need it.</p></div></div>
<div class="buttons"><a class="btn btn-primary" role="button" href="/sign-up.html">Give</a><a class="btn btn-light" type="button" href="sign-up.html">Receive</a></div>
</div>
</div>
<div class="footer-basic">
<footer>
<div class="social"></div>
<ul class="list-inline">
<li class="list-inline-item"><a href="/home.html">Home</a></li>
<li class="list-inline-item"><a href="/about.html">About</a></li>
<li class="list-inline-item"><a href="/terms-and-conditions.html">Terms & Conditions</a></li>
<li class="list-inline-item"></li>
</ul>
<p class="copyright">FoodList © 2020</p>
</footer>
</div>
<script src="/js/jquery-3.4.1.min.js"></script>
<script src="/assets/js/frontend.js"></script>
<script id="bs-live-reload" data-sseport="62661" data-lastchange="1590306736298" src="/js/livereload.js"></script>
</body></html>