-
Notifications
You must be signed in to change notification settings - Fork 2
/
ourstory.html
302 lines (299 loc) · 10.4 KB
/
ourstory.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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<meta charset="utf-8">
<title>GREGIS</title>
<script src="https://code.jquery.com/jquery-3.1.1.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.4.2/css/bulma.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/ourstory.css">
</head>
<body>
<nav class="nav has-shadow">
<div class="container">
<div class="nav-left">
<a class="nav-item">
<h1> GREGIS </h1>
</a>
<a class="nav-item is-tab is-hidden-mobile" href="index.html">Home</a>
<a class="nav-item is-tab is-hidden-mobile is-active" href="ourstory.html">Our Story</a>
<a class="nav-item is-tab is-hidden-mobile" href="findus.html">Find Us</a>
</div>
<span class="nav-toggle">
<span></span>
<span></span>
<span></span>
</span>
<div class="nav-right nav-menu">
<a class="nav-item is-tab is-hidden-tablet is-active">Our Story</a>
<a class="nav-item is-tab is-hidden-tablet">Find Us</a>
<p class="nav-item"> A Web Application Built by Team NaN</p>
</div>
</div>
</nav>
<section class="hero is-fullheight banner">
<div class="hero-body">
<div class="container">
<h1 class="title is-4 white">
<strong> OUR STORY </strong>
</h1>
<h2 class="title is-1 white">
From the surf to the city and everywhere in-between, GREGIS will give you the inside scoop on San Diego.
</h2>
</div>
</div>
</section>
<section class="hero is-medium is-white">
<div class="hero-body">
<div class="container">
<h1 class="title is-4"> <strong> WHO WE ARE </strong> </h1>
<h2 class="title is-1">
We're a team of UCSD Coding Bootcamp students working together to transform how people experience our fine city of San Diego.
</h2> <br>
<div class="tile is-ancestor">
<div class="tile is-parent">
<article class="tile is-child box">
<p class="subtitle">Team Member</p>
<p class="title">Cindy Chen</p>
<p class="title is-5 ">Interaction Designer getting down in the weeds with code.</p>
</article>
</div>
<div class="tile is-parent">
<article class="tile is-child box in-success">
<p class="subtitle">Team Member</p>
<p class="title">Sungwoo Hur</p>
<p class="title is-5 ">Buy me some ramen and I'll write you some code.</p>
</article>
</div>
<div class="tile is-parent">
<article class="tile is-child box">
<p class="subtitle">Team Member</p>
<p class="title">Jesse Lu</p>
<p class="title is-5 ">Part time poke snob, full time coding ninja.</p>
</article>
</div>
<div class="tile is-parent">
<article class="tile is-child box">
<p class="subtitle">Team Member</p>
<p class="title">Bryce Miller</p>
<p class="title is-5 "> Ex environmental consultant switching gears to coding. He still cares about the environment. We promise.</p>
</article>
</div>
</div>
</div>
</div>
</section>
<section class="hero is-medium is-primary">
<div class="hero-body">
<div class="container">
<h1 class="title is-4">
<strong>CONCEPT</strong>
</h1>
<h2 class="title is-1">
Create a web application that allows both native San Diegans and those new to San Diego to discover activities, food, and tourist destinations.
</h2>
</div>
</div>
</div>
</section>
<section class="hero is-small is-white">
<div class="hero-body">
<div class="container">
<div class="tile is-ancestor">
<div class="tile is-parent">
<article class="tile is-child box">
<p class="subtitle">Launch Date</p>
<p class="title">June 10th, 2017</p>
</article>
</div>
<div class="tile is-parent">
<article class="tile is-child box">
<p class="subtitle">Team Members</p>
<p class="title">4 warm bodies</p>
</article>
</div>
<div class="tile is-parent">
<article class="tile is-child box">
<p class="subtitle">Time Spent</p>
<p class="title">2 weeks (5 days + Sungwoo) </p>
</article>
</div>
<div class="tile is-parent">
<article class="tile is-child box">
<p class="subtitle">Lines of code</p>
<p class="title">Infinite</p>
</article>
</div>
</div>
</div>
</div>
</section>
<section class="hero is-large is-light">
<div class="hero-body">
<div class="columns is-mobile">
<div class="column is-half is-offset-one-quarter">
<h1 class="title is-4">
<strong> DESPERATION </strong>
</h1>
<h2 class="title is-3">
Oh wait...we mean <strong> motivation</strong>. Our team was connected by our love for San Diego and food. We all enjoy using Yelp to search for food but it lacks our need to search for things to do. We decided to create a web application that would deliver what we believe to be the ultimate solution.
</h2> <br>
<h1 class="title is-4">
<strong>HOW CAN WE HELP?</strong>
</h1>
<h2 class="title is-3">
Helps visualize activities in San Diego, whether you're just looking to grab a quick bite, or plan a full itinerary with some friends <br>
</h2> <br>
<h1 class="title is-4">
<strong>WHO IS THIS MADE FOR?</strong>
</h1>
<h2 class="title is-3">
Anybody and everybody! <br> Well...those interested in San Diegan activities of course.
</h2>
</div>
</div>
</div>
</section>
<section class="section timelinebody">
<div class="container">
<section class="timelineintro">
<div class="timelinecontainer">
<h1 class="title is-1 white"> OUR DESIGN PROCESS </h1>
</div>
</section>
<section class="timeline">
<ul>
<li>
<div>
<time class="title is-4 white">BRAINSTORMIN TIME </time>
<p class="title is-3 white"> We began to brainstorm project ideas. What was our motivation? What kind of APIs could we use? </p>
</div>
</li>
<li>
<div>
<time class="title is-4 white"> BATTLE OF THE APIS </time>
<p class="title is-3 white"> We narrowed down to two ideas and decided that we would choose based on who could make the API for each project to work first. That was the begining of a karaoke webpage. </p>
</div>
</li>
<li>
<div>
<time class="title is-4 white"> PEN AND PAPER </time> <img src="assets/images/karaoke.jpg" />
</div>
</li>
<li>
<div>
<time class="title is-4 white"> LET THE STRUGGLES BEGIN </time>
<p class="title is-3 white">Once we dug deeper into the Spotify API, we realized that the object that it returned did not contain the full music video but rather a 30 second preview. </p>
</div>
</li>
<li>
<div>
<p class="title is-3 white"> CORS BREAKS EVERYTHING. </p>
</div>
</li>
<li>
<div>
<time class="title is-3 white"> BACK TO SQUARE ONE. </time>
</div>
</li>
<li>
<div>
<time class="title is-3 white"> NEW BEGININGS </time>
<p class="title is-3 white"> We decided to table our karaoke idea and come up with a new idea. </p>
</div>
</li>
<li>
<div>
<img src="assets/images/gregis1.jpg" />
</div>
</li>
<li>
<div>
<time class="title is-4 white"> WHEELS ARE CHURNING </time>
<p class="title is-3 white"> APIs are slowly working in our favor. Now we've also begun to work on the front end. </p>
</div>
</li>
<li>
<div>
<time class="title is-4 white"> TASKING </time>
<p class="title is-5 white"> Jesse: Google Places, Zomato <br> Sungwoo: Google maps <br> Bryce: Connecting the UI with Javascript <br> Cindy: planning, organizing, code UI AKA code mom </p>
</div>
</li>
<li>
<div>
<p class="title is-3 white"> CORS continues to destory. </p>
</div>
</li>
<li>
<div>
<p class="title is-3 white"> Attempts to delete splash.js in the repository. </p>
</div>
</li>
<li>
<div>
<p class="title is-3 white"> Bryce destroys repository with merge conflicts. <br> Has mental breakdown. </p>
</div>
</li>
<li>
<div>
<p class="title is-3 white"> Splash.js makes its way back into the repository.</p>
</div>
</li>
<li>
<div>
<p class="title is-3 white"> Bryce has a successful merge. Morale is up.</p>
</div>
</li>
<li>
<div>
<p class="title is-3 white"> Cindy has merge conflicts. Morale back down.</p>
</div>
</li>
<li>
<div>
<p class="title is-3 white"> Sungwoo saves the day. Highfives all around!</p>
</div>
</li>
</ul>
</section>
</div>
</section>
<section class="hero is-medium is-white">
<div class="hero-body">
<div class="columns is-mobile">
<div class="column is-half is-offset-one-quarter">
<h1 class="title is-4">
<strong> TECHNOLOGIES USED </strong>
</h1>
<h2 class="title is-3">
HTML, CSS, JavaScript, JQuery, JSON, AJAX <br>
APIs: Google Maps, Google Place <br>
Frameworks: Flexbox, Bulma
</h2> <br>
<h1 class="title is-4">
<strong>WHAT'S NEXT?</strong>
</h1>
<h2 class="title is-3">
Optimization in search by popularity of area or activity. <br>
Add Yelp API reviews to search <br>
Additional features to the map search <br>
Add a robust planner on the side <br>
Clean up the UI further more <br>
</h2> <br>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="content has-text-centered">
<p>
<strong>GREGIS</strong> by <a href="https://github.com/cindygchen/poke">Cindy Chen, Sungwoo Hur, Jesse Lu, Bryce Miller</a>
</p>
</div>
</div>
</footer>
<script type="text/javascript" src="assets/javascript/ourstory.js">
</script>
</body>
</html>