-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
58 lines (52 loc) · 2.25 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
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
<!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="spacing">-</div>
<div class="information" style="width: 45%; display: inline-block; vertical-align: top">
<h1 class="heading">Welcome to Joylent!</h1>
<p class="general_info">
This is a spoof of <a href="https://www.soylent.com/" style="margin:0; font-family: 'Open Sans', sans-serif;">Soylent</a>.
No Soylent was harmed in the making of this site.
</p>
<p class="general_info">
We are Alyssa Wang, Barbara Marquez, Joey Lyon, and Natalee Ryan, students
at Williams College, Hofstra University, and Rensselaer Polytechnic
Institute. We are all prospective CS majors, and we're excited to be
hacking RPI!
</p>
<p class="general_info">
This idea came about thanks to a conversation Alyssa had with Greg Szumel,
where they wondered if one could live off of Soylent forever. From there,
we began to wonder if it would be possible to never feel the need to
interact with people ever again, and voila - the birth of Joylent: your
alternative to human conversations!
</p>
</div>
<div style="display: inline-block;"><img src="jumping.jpg" alt="Jumping" height="340" width="500"></div>
<div class="spacing">-</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>