forked from mealsecure/mealsecure.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
48 lines (48 loc) · 2.92 KB
/
about.html
File metadata and controls
48 lines (48 loc) · 2.92 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
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>About</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Bootstrap icons-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css" rel="stylesheet" type="text/css" />
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="styles.css" rel="stylesheet" />
</head>
<body>
<style>
body{
background-image: url("img1.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
</style>
<nav class="navbar navbar-light bg-light static-top">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="mealsecurelogo.png">
MealSecure
</a>
<div class="topnav-right">
<a class="btn btn-primary" href="donate.html">Donate</a>
<a class="btn btn-primary2" href="about.html">About</a>
</div>
</div>
</nav>
<br>
<br>
<h1>About</h1>
<br>
<h6>Food security is the measure of the availability of food and individuals' ability to access it. According to the United Nations' Committee on World Food Security, food security is defined as all people, at all times, have physical, social, and economic access to sufficient, safe, and nutritious food that meets their food preferences and dietary needs for an active and healthy life. Food insecurity has been a major issue throughout history and it continues to be a problem today. However, not many people in the US are aware of the food deserts and lack of access people have to sufficient nutrition in their own communities.</h6><br>
<h6>For our HackGT 2021 project, we created a website where people can learn about food accessibility in their communities by entering their county, state and census tract code. With our site, we are trying to educate people about food accessibility around them and urging them to contribute in making an easy supply of nutritious food a reality for everyone. We have compiled a list of non-profit organizations for people to support. These organizations are working diligently to ensure food security for all. This shows people how their donation can make an impact in people's daily lives and overall health in communities far away and close to home.</h6><br>
<h6>Team Name: The Javawocky</h6><br>
<h6>Members: Wendy, Jennifer, Srujal, Shirley</h6>
</body>
</html>