This repository has been archived by the owner on Oct 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprojectPage_flyerfighter.html
548 lines (486 loc) · 16.2 KB
/
projectPage_flyerfighter.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
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
<!DOCTYPE html>
<html lang="en">
<head>
<title>Triple C Project Page</title>
<link rel="stylesheet" type="text/css" href="css/projectPage_flyerfighter.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr"
crossorigin="anonymous">
</head>
<body>
<header id="projectpage_background">
<div id="homepage_cover">
<div class="navbar_line">
<div class="navbar_logo">
<button class="navbar_logo_button">
<a href="/"><img src="Images/logo.png" alt="">
<span>Triple C</span></a>
</button>
</div>
<nav class="navbar">
<ul class="navbar_ul_list" href="/">
<li style="height:50px;overflow:hidden;position:relative;">
<div id="hello_container">
<p id="hello_container_text">
Hello
</p>
<ul id="hello_container_list">
<li class="hello_container_list_item">World !</li>
<li class="hello_container_list_item">Triple C !</li>
<li class="hello_container_list_item">Developers !</li>
<li class="hello_container_list_item">Designers !</li>
</ul>
</div>
</li>
<li class="navbar_desktop_li"><a href="index.html#homepage_aboutUs">About</a></li>
<li class="navbar_desktop_li"><a href="index.html#announcement">Events</a></li>
<li class="navbar_desktop_li"><a href="index.html#homepage_photos">Photos</a></li>
<li class="navbar_desktop_li"><a href="Team.html">Members</a></li>
<li class="navbar_desktop_li"><a href="">Projects
<i class=" fas fa-angle-down"></i>
</a>
<ul class="projects_li">
<li><a href="projectPage_flyerfighter.html">FlyerFighter</a></li>
<li><a href="projectPage_androidtryway.html">Android App</a></li>
<li><a href="projectPage_datascience.html">Data Science</a></li>
<li><a href="projectPage_officialwebsite.html">Official Web</a></li>
</ul>
</li class="navbar_desktop_li">
<li class="navbar_mobile_li">
<a href="ContactUs.html">
<button id="nav_contact_button">
Contact Us
</button>
</a>
</li>
</ul>
</nav>
<div id="menuToggle">
<input type="checkbox" />
<span></span>
<span></span>
<span></span>
<ul id="nav_bar_menu">
<a href="/">
<li>
<i class="fas fa-home"></i>
Home
</li>
</a>
<a href="#announcement">
<li>
<i class="far fa-calendar-alt"></i>
Event Timeline
</li>
</a>
<a href="#homepage_photos">
<li>
<i class="far fa-images"></i>
Photo Gallery
</li>
</a>
<a href="Team.html">
<li>
<i class="fas fa-users"></i>
Team Members
</li>
</a>
<li id="projects_list">
<a href=""><i class="fas fa-briefcase"></i>
Projects
<i class="fas fa-angle-down"></i> </a>
<ul class="projects_ul">
<li><a href="projectPage_flyerfighter.html">FlyerFighter</a></li>
<li><a href="projectPage_androidtryway.html">Android App</a></li>
<li><a href="projectPage_datascience.html">Data Sceince</a></li>
<li><a href="projectPage_officialwebsite.html">Official Web</a></li>
</ul>
</li>
</ul>
</div>
</div>
<!-- <div id="projectpage_title">
<p id="projectpage_title_text">
FlyerFighter Project
</p>
<div class="tech">
<a href="https://reactjs.org/" target="_black">
<i class="fab fa-react"></i>
</a>
</div>
</div>
<div id="projectpage_navigation">
<nav>
<a href="#projectpage_description">Description</a>
<a href="#projectpage_demo">Demo</a>
<a href="#projectpage_timeline">Timeline</a>
<a href="#projectpage_team">Team</a>
</nav>
</div> -->
<div id="projectpage_title">
<!-- <p id="projectpage_title_text">
Data Science Project
</p> -->
<span id="projectpage_title_text" style="border-bottom: 3px solid #CCA374;">FlyerFighter Project</span>
<div class="tech">
<!-- </a>
<a href="https://www.python.org/" target="_black">
<i class="fab fa-python"></i>
</a> -->
</div>
</div>
<div id="projectpage_navigation">
<nav>
<a href="#projectpage_description">Description</a>
<a href="#projectpage_demo">Demo</a>
<a href="#projectpage_timeline">Timeline</a>
<a href="#projectpage_team">Team</a>
</nav>
</div>
</header>
<main id="projectpage_description">
<div id="projectpage_description_content">
<div class="leftbox">
<div class="projectpage_des_content">
<div class="projectpage_des_content_box">
<div id="projectpage_description_subtitle">
<h2 class="projectpage_sub_title">FlyerFighter</h2>
</div>
<div class="des_content">
FlyerFighter aims to improve communication between student organizations and their audience -- students. Since
UCSD Flyers was a course project, the original developers neither maintains it nor have plans to enhance it.
After all, the goal of the app is to enrich student life. <br><br>There currently isn’t a well-known or an
official tool for UCSD students to receive relevant information from student organizations they might
potentially be interested in. Many student organizations have trouble passing on information to their audience
-- blackboarding at 7 in the morning or sticking event flyers on the back of chairs is a poor investment of
time, money, and labor. Student organizations’ voices has to be heard by the right people through an organized
and efficient way.
</div>
</div>
</div>
</div>
<div class="rightbox">
<img class="des_pic" src="Images/Flyerfighter.png">
</div>
</div>
</main>
<div id="projectpage_demo">
<div id="projectpage_demo_subtitle">
<h1 class="projectpage_sub_title">Project Demo
</h1>
</div>
<div class="github">
<i class="fab fa-github"></i>
<a href="https://github.com/ucsdtriplec/ucsdtriplec.github.io" target="_black">Github Repo</a>
</div>
<div id="imgstack">
<a href="" target="_black"><img src="Images/ff_demo1.png" alt /></a>
<a href="" target="_black"><img src="Images/ff_demo2.png" alt /></a>
<a href="" target="_black"><img src="Images/ff_demo3.png" alt /></a>
</div>
</div>
<div id="projectpage_timeline">
<div id="projectpage_team_subtitle">
<h2 class="projectpage_sub_title">Project Timeline</h2>
</div>
<div class="timeline">
<div class="container left">
<div class="content">
<span class="desc">Recruit and train new members</span>
<span class="date">week 2 win19</span>
</div>
</div>
<div class="container right">
<div class="content">
<span class="desc">Implement new features and optimize back-end runtime</span>
<span class="date">week 3-6 win19</span>
</div>
</div>
<div class="container left">
<div class="content">
<span class="desc">Merge features and incorporate UI design</span>
<span class="date">week 7-8 win19</span>
</div>
</div>
<div class="container right">
<div class="content">
<span class="desc">Finalize merges and tweak UI</span>
<span class="date">week 9 win19</span>
</div>
</div>
</div>
</div>
<div id="projectpage_team">
<div id="projectpage_team_subtitle">
<h2 class="projectpage_sub_title"><span id="changeColor">Our</span> Team</h2>
</div>
<div class="row">
<div class="column">
<div class="card">
<img class="card_avatar" src="Images/Ryan.png" alt="Arow" style="width:100%">
<div class="memberBox">
<h2>Ryan Keng</h2>
<p class="title">Team Lead and Web Developer</p>
<div class="social">
<a href="https://www.linkedin.com/in/ryan-keng/" target="_black">
<i class="fab fa-linkedin"></i>
</a>
<a href="https://github.com/rkeng" target="_black">
<i class="fab fa-github"></i>
</a>
</a>
<a href="mailto: [email protected]">
<i class="fas fa-envelope-square"></i>
</a>
</div>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img class="card_avatar" src="Images/Yidong.png" style="width:100%">
<div class="memberBox">
<h2>Yidong Luo</h2>
<p class="title">Web developer</p>
<div class="social">
<a href="https://www.linkedin.com/in/roy-yidong-%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F-luo-90809014a/"
target="_black">
<i class="fab fa-linkedin"></i>
</a>
<a href="https://github.com/lhwlyd" target="_black">
<i class="fab fa-github"></i>
</a>
</a>
<a href="mailto: [email protected]">
<i class="fas fa-envelope-square"></i>
</a>
</div>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img class="card_avatar" src="Images/Tony.png" alt="Tony" style="width:100%">
<div class="memberBox">
<h2>Xinpei Tan</h2>
<p class="title">Web Developer</p>
<div class="social">
<a href="https://www.linkedin.com/in/xinpei-tan" target="_black">
<i class="fab fa-linkedin"></i>
</a>
<a href="https://github.com/widmonstertony" target="_black">
<i class="fab fa-github"></i>
</a>
<a href="[email protected]">
<i class="fas fa-envelope-square"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- second row -->
<div class="row">
<div class="column">
<div class="card">
<img class="card_avatar" src="Images/Mingxuan.png" alt="Quinton" style="width:100%">
<div class="memberBox">
<h2>Mingxuan Fan</h2>
<p class="title">Web Developer</p>
<div class="social">
<a href="https://www.linkedin.com/in/%E6%98%8E%E8%BD%A9-%E8%8C%83-b67634170/" target="_black">
<i class="fab fa-linkedin"></i>
</a>
<a href="https://github.com/PTRFmX" target="_black">
<i class="fab fa-github"></i>
</a>
</a>
<a href="mailto: [email protected]" target="_black">
<i class="fas fa-envelope-square"></i>
</a>
</div>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img class="card_avatar" src="Images/Arow.png" alt="Arow" style="width:100%">
<div class="memberBox">
<h2>Arow Zhou</h2>
<p class="title">Web Developer</p>
<div class="social">
<a href="https://www.linkedin.com/in/xinruizhou" target="_black">
<i class="fab fa-linkedin"></i>
</a>
<a href="https://github.com/XINRUIZHOU" target="_black">
<i class="fab fa-github"></i>
</a>
</a>
<a href="mailto: [email protected]">
<i class="fas fa-envelope-square"></i>
</a>
</div>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img class="card_avatar" src="Images/Jiayou.png" style="width:100%">
<div class="memberBox">
<h2>Jiayou Guo</h2>
<p class="title">Web Developer</p>
<div class="social">
<a href="https://www.linkedin.com/in/jiayou-guo-b16195152/">
<i class="fab fa-linkedin"></i>
</a>
<a href="https://github.com/Joyfal" target="_black">
<i class="fab fa-github"></i>
</a>
</a>
<a href="mailto: [email protected]">
<i class="fas fa-envelope-square"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Third row -->
<div class="row">
<div class="column">
<div class="card">
<img class="card_avatar" src="Images/Yiwen.png" style="width:100%">
<div class="memberBox">
<h2>Yiwen Hou</h2>
<p class="title">UI/UX Designer</p>
<div class="social">
<a href="https://www.linkedin.com/in/yiwen-hou-18866b15b/" target="_black">
<i class="fab fa-linkedin"></i>
</a>
<a href="https://github.com/YvonneHou98" target="_black">
<i class="fab fa-github"></i>
</a>
</a>
<a href="mailto: [email protected]" target="_black">
<i class="fas fa-envelope-square"></i>
</a>
</div>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img class="card_avatar" src="Images/Zhaoyue.png" style="width:100%">
<div class="memberBox">
<h2>Zhaoyue Xiang</h2>
<p class="title">UI/UX Designer</p>
<div class="social">
<a href="https://www.linkedin.com/in/zhaoyue-staci-xiang-448206149/">
<i class="fab fa-linkedin"></i>
</a>
<a href="https://github.com/lazlock" target="_black">
<i class="fab fa-github"></i>
</a>
</a>
<a href="mailto: [email protected]">
<i class="fas fa-envelope-square"></i>
</a>
</div>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img class="card_avatar" src="Images/Ziwen.jpg" style="width:100%">
<div class="memberBox">
<h2>Ziwen Zeng</h2>
<p class="title">UI/UX Designer</p>
<div class="social">
<a href="https://www.linkedin.com/in/ziwen-zeng-846084151/">
<i class="fab fa-linkedin"></i>
</a>
<a href="https://github.com/Krystal224" target="_black">
<i class="fab fa-github"></i>
</a>
</a>
<a href="mailto: [email protected]">
<i class="fas fa-envelope-square"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Fourth row -->
<div class="row">
<div class="column">
<div class="card">
<img class="card_avatar" src="Images/Weiran.png" style="width:100%">
<div class="memberBox">
<h2>Weiran Xiong</h2>
<p class="title">Web Developer</p>
<div class="social">
<a href="https://www.linkedin.com/in/weiranxiong" target="_black">
<i class="fab fa-linkedin"></i>
</a>
<a href="https://github.com/weiranx/" target="_black">
<i class="fab fa-github"></i>
</a>
</a>
<a href="mailto: [email protected]" target="_black">
<i class="fas fa-envelope-square"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- footer section -->
<footer id="homepage_footer_container">
<div id="homepage_footer_main_box">
<div id="homepage_footer_mission_title">
"Provide the Chinese Computer Science Community at UCSD opportunities in professional networking and technical
skill growth"
</div>
<div id="footer_icon_container">
<div class="homepage_footer_icons" onclick="window.open('mailto:[email protected]')">
<div id="homepage_footer_widget_mail" class="homepage_footer_widgets">
</div>
</div>
<div class="homepage_footer_icons" onclick="window.open ('https://github.com/ucsdtriplec')">
<div id="homepage_footer_widget_github" class="homepage_footer_widgets">
</div>
</div>
<div class="homepage_footer_icons" onclick="window.open ('https://github.com/ucsdtriplec')">
<div id="homepage_footer_widget_facebook" class="homepage_footer_widgets">
</div>
</div>
<div class="homepage_footer_icons" onmouseover="showImg('wechat')" onmouseout="hideImg('wechat')">
<div id="homepage_footer_widget_wechat" class="homepage_footer_widgets">
<img id='wechat' src="../Images/wechatQR.JPG">
</div>
</div>
<div class="homepage_footer_icons" onclick="window.open('https://www.linkedin.com/company/ucsd-chinese-computer-community/')">
<div id="homepage_footer_widget_linkedin" class="homepage_footer_widgets">
</div>
</div>
</div>
<div id="copyright">
Copyright © 2019 UCSDTripleC.
</div>
</div>
</footer>
<script>
function showImg(id)
{
document.getElementById(id).style.opacity = 1;
document.getElementById(id).style.zIndex = "1";
}
function hideImg(id){
document.getElementById(id).style.opacity = 0;
document.getElementById(id).style.zIndex = "-1";
}
</script>
</body>
</html>