-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (43 loc) · 2.64 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>IMFYC</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.css">
<link href="https://fonts.googleapis.com/css?family=Dosis" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<nav class="nav-extended">
<div class="nav-wrapper">
<a href="index.html" class="center"><h1 class="animated fadeInDown">IMFYC</h1></a>
<p class="animated fadeInUp center">"If McDonalds Fits Your Calories"</p>
</div>
<div class="nav-content">
<ul class="tabs tabs-transparent">
<li class="tab"><a class="active" href="index.html">About</a></li>
<li class="tab"><a href="input.html">App</a></li>
<li class="tab"><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
<div class="about">
<div class="container">
<p style="margin-top: 100px" class="animated bounceInRight">Welcome to If McDonalds Fits Your Calories! Here you can personalize your nutritional choices based on your desired caloric intake. Within this page you can enter your desired amount of calories that you wish to consume and our system will generate a personalized meal plan that will show you what choices you can choose from. All of the options that our system gives back to you, they will all fit if not be under your desired calorie intake that you submmited. In addition to staying within your calories, our system will provide the fats, protein, and carbohydrates within each meal item.</p>
<p class="last animated bounceInLeft">Calculating your macronutrients is also recommended for better diet success. Your macronutrients consist of carbohydrates, proteins, and fats. When counting calories it is simple for a diet plan to fail. With macronutrients, you are taking into account exactly what you are consumning. So we are providing you with all of the tools to stay within your diet plan</p>
</div>
</div>
<footer class="page-footer">
<div class="footer-copyright">
<div class="container center">
<p class="animated fadeInUp">© 2017 Copyright IMFYC</p>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<script src="assets/js/chad_js.js"></script>
</body>
</html>