-
Notifications
You must be signed in to change notification settings - Fork 0
/
affiliated.html
166 lines (146 loc) · 6.29 KB
/
affiliated.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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>WNWN :: Affiliated</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="style/bootstrap.min.css" rel="stylesheet" media="screen">
<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="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<!-- Navigation Bar -->
<nav class="navbar navbar-inverse" style="background: #b998f2; width:100%">
<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="container-fluid">
<div class="row title">
<h1 id="aff_partnerHeading">Our Partners</h1>
</div>
<br>
<div class="row" id="aff_partner">
<br>
<a href="#aff_section1">FOODNOTES</a>
<br>
<br>
<a href="#aff_section2">IPICKY</a>
<br>
<br>
<a href="#aff_section3">USEITUP</a>
<br>
<br>
</div>
<div class="row">
<div id="aff_section1">
<img src="img/foodnotes.png" alt="FoodNotes">
<h3>FoodNotes</h3>
<h5>Keep track of the food waste</h5>
<div class="col-xs-8 col-xs-offset-2 aff_intro">
<p>A web application that will allow users to keep track of their food waste in terms of money. Users will enter their food items and checkoff the the used ones at the end of a cycle</p>
</div>
</div>
</div>
<div class="row">
<div id="aff_section2">
<img src="img/ipicky.png" alt="IPICKY">
<h3>IPICKY</h3>
<h5>Create the grouped list when buying food.</h5>
<div class="col-xs-8 col-xs-offset-2 aff_intro">
<p>A web application that allows users to add foods that they like, dislike or allergic to on a list. With the ability to merge groups of user's list together, you can get a big complete list.</p>
</div>
</div>
</div>
<div class="row">
<div id="aff_section3">
<img src="img/useitup.png" alt="USE IT UP">
<h3>Use It Up</h3>
<h5>Provide options for overripe and underripe foods.</h5>
<div class="col-xs-8 col-xs-offset-2 aff_intro">
<p>An informational app that shows recipes for foods at gitdifferent stages of ripeness, as well as storage and food revival tips. Minimizes the amount of produce users throw out by providing options for overripe and underripe foods.</p>
</div>
</div>
</div>
</div>
<script>
$(document).ready(function(){
// Add scrollspy to <body>
$('body').scrollspy({target: ".navbar", offset: 0});
// Add smooth scrolling on all links inside the navbar
$("#aff_partner a").on('click', function(event) {
// Make sure this.hash has a value before overriding default behavior
if (this.hash !== "") {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 800, function(){
// Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = hash;
});
} // End if
});
});
</script>
-->
<div class="container">
<div class="col-xs-12"><br/></div>
<div class="row title"><h1>Meet Our Friends</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/foodnotes.png" alt="FoodNotes" style="width:250px; height:250px">
<div class="container" style="width:100%">
<h4><b>FoodNotes</b></h4>
<p>Keep track of your food waste, in terms of MONEY</p>
</div>
</div>
<div class="about_card col-md-3 col-xs-offset-1 col-xs-10">
<img src="img/ipicky.png" alt="iPicky" style="width:250px; height:250px">
<div class="container" style="width:100%">
<h4><b>iPicky</b></h4>
<p>Choose food based on your preferences</p>
</div>
</div>
<div class="about_card col-md-3 col-xs-offset-1 col-xs-10">
<img src="img/useitup.png" alt="Use It Up" style="width:250px; height:250px">
<div class="container" style="width:100%">
<h4><b>Use It Up</b></h4>
<p>Solutions for overripe and underripe food.</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>