-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
116 lines (98 loc) · 3.96 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<title>WNWN :: About Us</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style/bootstrap.min.css">
<link href="style/style.css" rel="stylesheet" media="screen">
<script src="bootstrap/jquery-2.1.3.min.js" type="text/javascript"></script>
<script src="bootstrap/bootstrap.min.js" type="text/javascript"></script>
<script src="bootstrap/index.js" type="text/javascript"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<link href="style/bootstrap.min.css" rel="stylesheet" media="screen">
</head>
<body>
<!--Nav bar-->
<nav class="navbar navbar-inverse" style="background: #b998f2">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="home.html">Waste Not Want Not</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li class="active"><a href="home.html">Home</a></li>
<li><a href="profile.html"><span class="glyphicon glyphicon-user"></span> Profile</a></li>
<li><a href="planner.html"><span class="glyphicon glyphicon-calendar"></span> Meal Planner</a></li>
<li><a href="achievement.html"><span class="glyphicon glyphicon-queen"></span> Achievements</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="logout.html"><span class="glyphicon glyphicon-log-out"></span> Sign Out</a></li>
</ul>
</div>
</div>
</nav>
<div class="row title"><h1>About Us</h1></div>
<center><img src="img/wnwn.png" alt="WNWN" style="height:350px"/></center>
<div class="index_description container">
<b>Waste Not Want Not</b> is a project made by 5 BCIT CST students from <b>Team 18</b> for COMP 2910 coursework.<br/>
The purpose of this website is to help reduce foodwaste, specifically leftovers and excess groceries,
by helping people to plan their meals out on a regular basis.
<br/>
</div>
<div class="col-xs-12"><br/></div>
</div>
<div class="container">
<div class="col-xs-12"><br/></div>
<div class="row title"><h1>Meet Our Team</h1></div>
<div class="col-xs-12"><br/></div>
<div class="about_card col-xs-offset-1 col-md-3 col-xs-10">
<img class="about_img" src="img/yenb.jpg" alt="Avatar" style="width:250px; height:250px">
<div class="container">
<h4><b>Yen Bui</b></h4>
<p>"Hehe"</p>
</div>
</div>
<div class="about_card col-md-3 col-xs-offset-1 col-xs-10">
<img src="img/lu.jpg" alt="Avatar" style="width:250px; height:250px">
<div class="container">
<h4><b>Lu She</b></h4>
<p>"I am a grumpy cat"</p>
</div>
</div>
<div class="about_card col-md-3 col-xs-offset-1 col-xs-10">
<img src="img/rain.jpg" alt="Avatar" style="width:250px; height:250px">
<div class="container">
<h4><b>Xiaoyu Ye</b></h4>
<p>The Gamer</p>
</div>
</div>
<div class="col-md-12"><br/></div>
<div class="about_card col-md-offset-3 col-md-3 col-xs-offset-1 col-xs-10">
<img src="img/ysabel.png" alt="Avatar" style="width:250px; height:250px">
<div class="container">
<h4><b>Yi Liu</b></h4>
<p>"Pikaaa"</p>
</div>
</div>
<div class="about_card col-md-3 col-xs-offset-1 col-xs-10">
<img src="img/mandy.jpg" alt="Avatar" style="width:250px; height:250px">
<div class="container">
<h4><b>Amanda Santamaria</b></h4>
<p>"That's hillarious, guys"</p>
</div>
</div>
<div class="col-xs-12"><br/><br/></div>
</div>
<div style="background: #b998f2; text-align:center">
<br/><h3>Share your experience</h3><br/>
<!--Social media buttons-->
<br/>Copyright © 2017 Waste Not Want Not </br>
</div>
</body>
</html>