-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
26 lines (24 loc) · 1.24 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>About</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body class="aboutColor">
<div class="container text-center" id="aboutContainer">
<img src="images/about.jpg" id="aboutImg">
<h3>About</h3><br>
<p> Ever been hungry but not know what to make? With Fridge2Plate, you can enter ingredients you have on hand and find delicious recipes.
Users can also add their own home-made recipes to be featured on the site. Thanks for stopping by and happy cooking! </p><br/>
<a href="index.php" class="btn btn-info">Back to Home</a>
</div>
</body>
</html>