-
Notifications
You must be signed in to change notification settings - Fork 1
/
faq.html
51 lines (45 loc) · 2.18 KB
/
faq.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
<!DOCTYPE html>
<html>
<head>
<title>Joylent.com - Joylent Bottle details</title>
<link href="https://fonts.googleapis.com/css?family=Dosis" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link rel="stylesheet" href="joylent.css">
</head>
<body>
<div class="nav_header">
<button type="button" id="home_button"><a href="index.html" id="home_link">joylent</a></button>
<a href="bottle.html">Bottle</a>
<a href="bag.html">Bag</a>
<a href="allproducts.html">All Products</a>
<a href="lifestyle.html">Lifestyle</a>
<a href="login.html">Login</a>
</div>
<div class="spacing">-</div>
<div class="spacing">-</div>
<div class="information" style="width: 45%; display: inline-block; vertical-align: top">
<h1 class="heading"> FAQs</h1>
<p class="heading2">What is <a href="https://www.soylent.com/" style="margin:0; font-family: 'Open Sans', sans-serif; font-style: bold">Joylent?</a></p>
<p class="general_info">Something healthy for you, thats all you need to know? :)</p>
<p class="heading2">Who invented Joylent?</p>
<p class= "general_info">4 hackers who didn't like Soylent</p>
<p class="heading2">What is it made of?</p>
<p class= "general_info">joy and happiness, jk soy lecithin and sucralose</p>
<p class="heading2">How do you use Joylent?</p>
<p class= "general_info">however you want but its reccomended to drink it</p>
<p class="heading2">Why is it always sold out?</p>
<p class= "general_info">Because its just that good</p>
<p class="heading2">Is it gluten free? Vegan? Lactose intollerant?</p>
<p class= "general_info">yeah no idea</p>
</div>
<div style="display: inline-block;"><img src="artsy.jpg" alt="Artsy" height="380" width="500"></div>
<div class="spacing">-</div>
<div class="footer">
<a href="about.html" style="color: #bfbfbf">About</a>
<a href="faq.html" style="color: #bfbfbf">FAQs</a>
<p>©2016 Alyssa Wang, Barbara Marquez, Joey Lyon, Natalee Ryan</p>
<p>For Greg Szumel</p>
</div>
</body>
</html>