-
Notifications
You must be signed in to change notification settings - Fork 0
/
help.html
63 lines (55 loc) · 2.05 KB
/
help.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
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Help</title>
<link rel="stylesheet" href="Css/help.css">
<link rel="stylesheet" href="Css/style.css">
</head>
<body>
<nav id="navbar">
</nav>
<div id="search">
<div>
<input type="search" placeholder="Search">
</div>
</div>
<div id="faq">
<div><a>What is Freshly?</a></div>
<div>How Does Your Service Work?</div>
<div>Meal Plans & Pricing</div>
<div>About the Meals</div>
<div>Dietary & Nutritional Information</div>
<div>Packaging & Recycling</div>
<div>Managing My Subscription</div>
<div>All Things App</div>
<div>Managina an Order</div>
<div>Payment & Promotions</div>
<div>Delivery & Shipping</div>
<div>Technical Support</div>
<div id="lastfaq">Our Commitment to Food Safety</div>
</div>
<div id="articles">
<p>Promoted articles</p>
<div id="articlesContent">
<div><a href="">What's Freshly?</a></div>
<div><a href="">Where are your meals cooked?</a></div>
<div><a href="">What should I know before I order?</a></div>
<div><a href="">What am I committing to with a subscription?</a></div>
<div><a href="">How much do your meal plans cost?</a></div>
<div><a href="">How many servings are in a meal?</a></div>
<div><a href="">Do the meals have a use-by date, and can I freeze my meals?</a></div>
<div><a href="">How do I heat up my meals?</a></div>
<div><a href="">How do I cancel a subscription?</a></div>
<div><a href="">Where do you deliver?</a></div>
</div>
</div>
<div id="helpFooter">
<p>Freshly</p>
<p>English (US) <span id="arrow"></span></p>
</div>
<script src="Javascript/help.js" type="module"></script>
</body>
</html>