-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
714 lines (583 loc) · 35.1 KB
/
index.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
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Louis Luo</title>
<meta name="author" content="Louis Luo" />
<meta name="description" content="A Glimpse into Me." />
<meta name="keywords" content="Louis, Luo, Louis Luo, Yiqing Luo, Yiqing, university of toronto, engineering science, financial engineering" />
<meta name="Resource-type" content="Document" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="jquery.fullPage.css" />
<link rel="stylesheet" type="text/css" href="examples.css" />
<link href="front.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
/* Style for our header texts
* --------------------------------------- */
h1 {
font-size: 5em;
font-family: arial, helvetica;
color: #fff;
margin: 0;
}
.intro p {
color: #fff;
}
/* Centered texts in each section
* --------------------------------------- */
.section {
text-align: center;
}
/*Adding background for the slides
* --------------------------------------- */
#slide1 {
background-image: url(imgs/bg2.jpg);
padding: 6% 0 0 0;
}
#slide2 {
background-image: url(imgs/bg5.jpg);
padding: 6% 0 0 0;
}
/* Bottom menu
* --------------------------------------- */
#infoMenu li a {
color: #fff;
}
</style>
<!--[if IE]>
<script type="text/javascript">
var console = { log: function() {} };
</script>
<![endif]-->
<!-- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script>-->
<script type="text/javascript" src = "jquery-1.10.2.js"></script>
<script type="text/javascript" src="vendors/scrolloverflow.js"></script>
<script type="text/javascript" src="jquery.fullPage.js"></script>
<script type="text/javascript" src="examples.js"></script>
</head>
<body>
<div id="fullpage">
<div class="section" id="section0">
<div class="intro">
<h1 class="vertical_text" id="name">Louis Luo</h1>
<a href="#about" class="scollToAnimation changeColorThroughOpacity">
<div class="page1_container barColorChange" id="page1_container1">
<div class="page1_container barColorChange" id="page1_container1_overlay">
</div>
<span id="icon1_text">about</span>
</div>
</a>
<a href="#design" class="scollToAnimation changeColorThroughOpacity">
<div class="page1_container barColorChange" id="page1_container2">
<div class="page1_container barColorChange" id="page1_container2_overlay">
</div>
<span id="icon2_text">design</span>
</div>
</a>
<a href="#development" class="scollToAnimation changeColorThroughOpacity">
<div class="page1_container barColorChange" id="page1_container3">
<div class="page1_container barColorChange" id="page1_container3_overlay">
</div>
<span id="icon3_text">coding</span>
</div>
</a>
<a href="#contactme" class="scollToAnimation changeColorThroughOpacity">
<div class="page1_container barColorChange" id="page1_container4">
<div class="page1_container barColorChange" id="page1_container4_overlay">
</div>
<span id="icon4_text">contact</span>
</div>
</a>
<div class="mainIntro">
<p>
<span id="main_greeting">Hello,
<br>
<br>
</span>
<span id="main_small_text">
My name is
<span id = "main_large_text">
Louis
</span> , a third <br>year
<span id="main_large_text">
Financial Engineering
</span> student at the
<span id="main_large_text">
University of Toronto,
</span>
<br>
<br> looking for
<span id="main_large_text">
opportunities
</span> to
<span id="main_large_text">
design</span> and
<span id="main_large_text">code
</span> for the <br>
<span id="main_large_text">
future.</span>
</span>
</p>
<img src="images/divider_horizontal.png" id="divider_horizontal">
<img src="images/divider_vertical.png" id="divider_vertical">
</div>
<img src="images/MePointing.png" id="me_on_front_page">
</div>
</div>
<div class="section" id="section1">
<br><br><br><br><br><br>
<h1 class="typer1" data-text="About Me"></h1>
<!-- <img id = "about_backdrop" src= "images/Picture2.png">-->
<div id="list_personal_info" style="color:Whitesmoke">
<ul>
<li class="content_info">Louis</li>
<li class="title_info">.name</li>
</ul>
<ul>
<li class="content_info">University of Toronto</li>
<li class="title_info">.education</li>
</ul>
<ul>
<li class="content_info">Engineering Science</li>
<li class="title_info">.program</li>
</ul>
<ul>
<li class="content_info">Math, Statistics, and Finance</li>
<li class="title_info">.focusOption</li>
</ul>
<ul>
<li class="content_info">2019</li>
<li class="title_info">.GraduationYear</li>
</ul>
<ul>
<li class="content_info">{Reading novels,<br>exploring new knowledge,<br>laughing about nonsense}</li>
<li class="title_info">.Interests</li>
</ul>
</div>
<div id="about_text">My name is Louis. I am a developer with the mind of a designer. In my spare time, I enjoy designing websites and learning about AI. Sometimes I also put on my musical "hat". A third year Engineering Science student looking for PEY opportunities, I am currently looking for opportunities where I can make a meaningful impact.</div>
<div class="bar_chart_1">
<svg class="chart" width="400" height="140" aria-labelledby="title desc" role="img">
<title id="title">A bar chart showing information</title>
<desc id="desc">4 apples; 8 bananas; 15 kiwis; 16 oranges; 23 lemons</desc>
<g class="bar">
<rect width="240" height="29"></rect>
<text x="120" y="12.5" dy=".35em">8.5/10</text>
<text x="245" y="12.5" dy=".35em">HTML</text>
</g>
<g class="bar">
<rect width="240" height="29" y="30"></rect>
<text x="85" y="42.5" dy=".35em">8.5/10</text>
<text x="240" y="42.5" dy=".35em">CSS</text>
</g>
<g class="bar">
<rect width="220" height="29" y="60"></rect>
<text x="120" y="72.5" dy=".35em">8.0/10</text>
<text x="225" y="72.5" dy=".35em">Javascript</text>
</g>
<g class="bar">
<rect width="200" height="29" y="90"></rect>
<text x="120" y="102.5" dy=".35em">7.5/10</text>
<text x="205" y="102.5" dy=".35em">PHP</text>
</g>
</svg>
</div>
<div class="bar_chart_2">
<svg class="chart" width="400" height="140" aria-labelledby="title desc" role="img">
<g class="bar">
<rect width="280"height="29" y="0"></rect>
<text x="120" y="12.5" dy=".35em">9.5/10</text>
<text x="285" y="12.5" dy=".35em">Python</text>
</g>
<g class="bar">
<rect width="200"height="29" y="30"></rect>
<text x="120" y="42.5" dy=".35em">7.5/10</text>
<text x="205" y="42.5" dy=".35em">R</text>
</g>
<g class="bar">
<rect width="240"height="29" y="60"></rect>
<text x="120" y="72.5" dy=".35em">8.5/10</text>
<text x="245" y="72.5" dy=".35em">C</text>
</g>
<g class="bar">
<rect width="230"height="29" y="90"></rect>
<text x="120" y="102.5" dy=".35em">8.5/10</text>
<text x="235" y="102.5" dy=".35em">Java</text>
</g>
</svg>
</div>
<div class="bar_chart_3">
<svg class="chart" width="400" height="140" aria-labelledby="title desc" role="img">
<g class="bar">
<rect width="240"height="29" y="0"></rect>
<text x="120" y="12.5" dy=".35em">8.5/10</text>
<text x="245" y="12.5" dy=".35em">Illustrator</text>
</g>
<g class="bar">
<rect width="220"height="29" y="30"></rect>
<text x="120" y="42.5" dy=".35em">8.0/10</text>
<text x="225" y="42.5" dy=".35em">Photoshop</text>
</g>
<g class="bar">
<rect width="260"height="29" y="60"></rect>
<text x="120" y="72.5" dy=".35em">9.0/10</text>
<text x="265" y="72.5" dy=".35em">Google Sktechup</text>
</g>
<g class="bar">
<rect width="200"height="29" y="90"></rect>
<text x="120" y="102.5" dy=".35em">7.5/10</text>
<text x="205" y="102.5" dy=".35em">Solidworks</text>
</g>
</svg>
</div>
<div class="bar_chart_4">
<svg class="chart" width="400" height="140" aria-labelledby="title desc" role="img">
<g class="bar">
<rect width="280"height="29" y="0"></rect>
<text x="120" y="12.5" dy=".35em">9.5/10</text>
<text x="285" y="12.5" dy=".35em">Communication</text>
</g>
<g class="bar">
<rect width="240" height="29" y="30"></rect>
<text x="100" y="42.5" dy=".35em">8.5/10</text>
<text x="245" y="42.5" dy=".35em">Creativity</text>
</g>
<g class="bar">
<rect width="240"height="29" y="60"></rect>
<text x="100" y="72.5" dy=".35em">8.5/10</text>
<text x="245" y="72.5" dy=".35em">Leadership</text>
</g>
<g class="bar">
<rect width="260"height="29" y="90"></rect>
<text x="110" y="102.5" dy=".35em">9.0/10</text>
<text x="265" y="102.5" dy=".35em">Teamwork</text>
</g>
</svg>
</div>
<img id="aboutImage" src="images/Picture1.png">
<a href="#section0" class="scollToAnimation"><img id="arrowBottomPage" src="images/arrowup.png"></a>
</div>
<div class="section" id="section2">
<br><br><br><br><br><br>
<h1 class="typer2" data-text="Development"></h1>
<div class="container">
<div class="col col-xs-6">
<div class="container devContainer">
<div class="row">
<div class="col col-xs-6">
<img onclick="showFade('fadetext','fadeImage',1)" class="developmentUpperImages fadeImage hover-shadow" src="images/HVAC.png">
</div>
<div class="col col-xs-6">
<img onclick="showFade('fadetext','fadeImage',2)" class="developmentUpperImages fadeImage hover-shadow" src="images/codecamp.png">
</div>
</div>
<div class="row">
<div class="col col-xs-4">
<img onclick="showFade('fadetext','fadeImage',3)" class="developmentLowerImages fadeImage hover-shadow" src="images/web-development.png">
</div>
<div class="col col-xs-4">
<img onclick="showFade('fadetext','fadeImage',4)" class="developmentLowerImages fadeImage hover-shadow" src="images/semantics.png">
</div>
<div class="col col-xs-4">
<img onclick="showFade('fadetext','fadeImage',5)" class="developmentLowerImages fadeImage hover-shadow" src="images/Pac-man%20Cropped.png">
</div>
</div>
</div>
</div>
<div class="col col-xs-5 fader1 fadetext">
<br><br>
<h2><strong>Multiagent HVAC Multi-objective Schedule Optimization </strong></h2><br><i>.Summer Research<br>.Mechanical and Industrial Engineering .University of Toronto <br>.April 2017 - September 2017</i>
<br><br> I used Python and various machine learning libraries to intelligently train a centralized HVAC controller, from which a set of global optimal temperature schedule is yielded balancing user discomfort and energy consumption. Through the usage of TensorFlow and SciKit Learning, I implemented a Deep neural network into the reinforcement-based agent, and simulated the environment by using regression and bayesian techniques. In working with this project, I have signed a Non-Disclosure Agreement, and hence must refrain from showing detailed code pertaining to this research project.
<br><br> Through the usage of this agent, both the energy consumption level and the customer discomfort index lowered significantly compared to historical usage, which would directly translate to an increase in profit for the client company.
</div>
<div class="col col-xs-5 fader2 fadetext">
<br><br>
<h2><strong>Summer Camp Code Counsellor</strong></h2><br><i>.DaVinci Engineering Program<br>.Engineering Outreach .University of Toronto<br>.June 2017 - September 2017</i>
<br><br> I worked as a DEEP summer camp counsellor preparing and delivering lesson plans and assisting instructors in classroom facilitation. Aside from teaching portions of courses, I blended in with the high school students, giving personal advice and insight about post secondary education, while peaking their interest in STEM education. Some of the courses I taught include:<br><br>
<ul>
<li>-> Orbital Mechanics</li>
<li>-> Robotics and Robot Manipulators</li>
<li>-> Artificial Intelligence: Teaching Machines to Learn</li>
</ul>
<br><br> The link to the course descriptions can be found <a href="http://outreach.engineering.utoronto.ca/pre-university-programs/deep-summer-academy/deep-senior-courses/">here</a>!
</div>
<div class="col col-xs-5 fader3 fadetext">
<br><br>
<h2><strong>Web Development/Master</strong></h2><br><i><a href = "#">.Personal Website</a> .August 2017<br>
.<a href="http://engsci.skule.ca">Engineering Science Club, UofT</a> .August 2017 - present<br>
.<a href="http://alumnioutreach.skule.ca">Engineering Alumni Outreach, UofT</a> .July 2016 - May 2017<br>
.<a href="http://stores.skule.ca">Engineering Book Store, UofT</a> .May 2016 - May 2017<br>
</i>
<br><br> I love designing and making websites. Having three years of web development experience under my belt, I have been the webmaster/web developer for a variety of organizations and clubs. I enjoy coding websites through hard code, as I love the flexibility this approach offers in expanding my creativity.<br><br> Having said that, I am also comfortable using more high level approaches, namely WordPress. I enjoy the modularity WP offers, and how easy it is to maintain and update websites. <br><br>
</div>
<div class="col col-xs-5 fader4 fadetext">
<br><br>
<h2><strong>Semantic Similarity Synonym Generator</strong></h2><br><i>.Electrical and Computer Engineering, University of Toronto<br>.December 2015 - Januray 2016</i>
<br><br> As a part of a course project, I utilized Python to develop a synonym generator through analyzing the cosine similarity distance between words. The AI is trained using various novels available online. <br><br> This intelligent algorithm performed extremely well, reaching over 95% accuracy on a known test sample. <br><br> The algorithm can be found on my github <a href="http://github.com/lluo5779">here</a>!
</div>
<div class="col col-xs-5 fader5 fadetext">
<br><br>
<h2><strong>Pacman AI controller</strong></h2><br><i>.Self-directed Project<br>.May 2017 - June 2017</i>
<br><br> As a side project, I made a reinforcement-learning based Pacman AI for the Berkey CS188 graduate course project by implementing approximate Q learning using Python. The trained AI is able to win a significant amount of games against the ghosts.<br><br> The algorithm assigns and updates the Q value assigned to each (state, action). Unlike conventional Q-Learning algorithms, the Q values are updated through changing weights assigned to pre-determined features describing each frame of the game. The algorithm can be found on my github <a href="http://github.com/lluo5779">here</a>!
</div>
</div>
<a href="#home"><img id="arrowBottomPage" src="images/arrowup.png"></a>
</div>
<div class="section" id="section3">
<br><br><br><br><br><br>
<h1 class="typer3" data-text="Design"></h1>
<div class="container">
<div class="col col-xs-6">
<div class="container devContainer">
<div class="row">
<div class="col col-xs-6">
<img onclick="showFade('fadetext3','fadeImage3',1)" class="developmentUpperImages fadeImage3 hover-shadow" src="images/CANSAT_model%20Cropped.jpg">
</div>
<div class="col col-xs-6">
<img onclick="showFade('fadetext3','fadeImage3',2)" class="developmentUpperImages fadeImage3 hover-shadow" src="images/AER201.jpg">
</div>
</div>
<div class="row">
<div class="col col-xs-4">
<img onclick="showFade('fadetext3','fadeImage3',3)" class="developmentLowerImages fadeImage3 hover-shadow" src="images/praxisII%20Cropped.jpg">
</div>
<div class="col col-xs-4">
<img onclick="showFade('fadetext3','fadeImage3',4)" class="developmentLowerImages fadeImage3 hover-shadow" src="images/matboard%20Cropped.jpg">
</div>
<div class="col col-xs-4">
<img onclick="showFade('fadetext3','fadeImage3',5)" class="developmentLowerImages fadeImage3 hover-shadow" src="images/designFlowChart%20Cropped.jpg">
</div>
</div>
</div>
</div>
<div class="col col-xs-5 fader1 fadetext3">
<br><br>
<h2><strong>Mechanical Subsystem - CanSat Competition</strong></h2><br><i>.American Astronautical Society (AAS) and American Institute of Aeronautics and Astronautics (AIAA) <br>.Stephenville, Texas<br>.September 2016 - June 2017</i>
<br><br> I used SolidWorks to model the design of the satelite and various manufacturing techniques to construct a portion the actual prototype. I was in charge of the design of the wing deployment. I also assisted with the aerodynamics design of the prototype through conducting wind tunnel simulation, as well as the circuitry design through soldering joints and building circuit boards. Some of the techniques include: <br><br>
<ul>
<li>laser cutting</li>
<li>CIC machine</li>
<li>drill press</li>
</ul>
<br><br> In the competition, my team was successfully ranked <strong>2nd in Canada</strong> and <strong>14th in the world</strong>.
</div>
<div class="col col-xs-5 fader2 fadetext3">
<br><br>
<h2><strong>Circuits and Actuators Subsystem</strong></h2><br><i>.Engineering Science, University of Toronto<br>January 2017 - April 2017</i>
<br><br> As part of course project, I was in a team of four put in charged of designing a battery sorting robot. In charge of the circuits and the actuators subsystem, I successfully designed and constructed the entire circuits for the robot by performing test calculations and conducting empirical experiments. I also selected appropriate actuators based on the limitations of the circuitry. <br><br> In this experience, I coordinated not just in meeting minutes with my teammates, but also in the technicalities. One of the most important parts I learned through this project was the importance of coordination between team members, especially in a technical setting. I learned that the work of one individual must be designed such that it satisfies the design of his or her teammate.
</div>
<div class="col col-xs-5 fader3 fadetext3">
<br><br>
<h2><strong>Omni-pod for Quadriplegics</strong></h2><br><i>.Spinal Cord Injury Ontario, Liasion of Independent Filmmakers of Toronto and University of Toronto<br>Januray 2016 - April 2016</i>
<br><br> As part of a team of 4 student designers, we addressed the RFP presented to us by LIFT, who asked us to design a more ergonomic method for disabled individuals to record film. Prior to our proposed solution, we used various divergence methodologies, including classical brainstorming, random input, and bio-mimicry , as well as convergence tools, such as pugh carts, to ensure exploration of a diverse range of brainstormed ideas.<br><br> While there were several teams who also partook in this RFP, the solution of my team's was the most "unique and elegent" (Prof. Robert Irish). The solution proposed constitutes of two to four bendable legs and a detachable camera mount on top. All of the stakeholders we have been in contact with were satisfied with our proposal.
</div>
<div class="col col-xs-5 fader4 fadetext3">
<br><br>
<h2><strong>Matboard Bridge Designer</strong></h2><br><i>.Civil Engineering, University of Toronto<br>.October 2015 - January 2016</i>
<br><br> As part of a course project, my team and I designed and constructed a miniaturized bridge based on a RFP using a constrained quantity of matboards and adhesives. The designed matboard bridge must satisfy all criteria listed in the RFP. In testing the structural integrity, as well as the high level design of the bridge, our bridge underwent a bending moment test and a maximum load test. Despite manufacturing issues, the theoritical design of our matboard bridge had the largest yielding load at over 2.2 kN.
</div>
<div class="col col-xs-5 fader5 fadetext3">
<br><br>
<h2><strong>Personal Developement Process and Tools</strong></h2><br><br><i>Engineering Science, University of Toronto<br>September 2015 - April 2016</i>
<br><br> As part of a course assignment, I summarized my personality traits, the design tools utilized in various projects, and perhaps most importantly, some reflection I made over my first year in university in a concise documents. This includes an individualized design process, as well as my personal definition of the meaning of Engineering Design, a concept reiterated through out my undergrad. <br><br> I have attached the document <a href="Documents/Personal%20Development%20Process%20and%20Tools.pdf">here</a>!
</div>
</div>
<!--<div class="slideshow-container">
<div class="mySlides fade">
<div class="numbertext">1 / 3</div>
<img src="images/1.jpg" style="width:100%">
<div class="slidetext">Caption Text</div>
</div>
<div class="mySlides fade">
<div class="numbertext">2 / 3</div>
<img src="images/1.jpg" style="width:100%">
<div class = "numbertext" style = "position: absolute; top:0px;"> I love to work in a team environment. </div>
<div class="slidetext">A easy way to work!</div>
</div>
<div class="mySlides fade">
<div class="numbertext">3 / 3</div>
<img src="images/1.jpg" style="width:100%">
<div class="slidetext">Caption Three</div>
</div>
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
<div id = "slideDots">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
</div>
</div>-->
<a href="#home"><img id="arrowBottomPage" src="images/arrowup.png"></a>
</div>
<div class="section" id="section4">
<br><br><br><br><br><br>
<h1 class="typer4" data-text="Wanna chat?"></h1>
<div class="col col-xs-6">
<form id="contactForm" name="contactform" method="post" action="send_form_email.php">
<label for="fname">First Name</label>
<input type="text" id="fname" name="firstname" placeholder="Your name..">
<label for="lname">Last Name</label>
<input type="text" id="lname" name="lastname" placeholder="Your last name..">
<label for="country">Country</label>
<select id="country" name="country">
<option value="australia">Australia</option>
<option value="canada">Canada</option>
<option value="australia">China</option>
<option value="usa">USA</option>
<option value="others">Others (Please state below)</option>
</select>
<label for="subject">Subject</label>
<textarea id="subject" name="subject" placeholder="Write something.." style="height:200px"></textarea>
<input type="submit" value="Submit">
</form>
</div>
<div class="col col-xs-1"></div>
<div class="col col-xs-4 socialMedia">
<img id="contactPicture" src="images/Me.png">
<br><br><span class="main_text">Leave a message or find me at one of these social media outlets:</span>
<br><br>
<ul class="socialIconList">
<li>
<a href="https://www.facebook.com/louis.luo.5" class="fa fa-facebook"></a>
</li>
<li>
<a href="https://plus.google.com/u/0/109837011589508083783" class="fa fa-google"></a>
</li>
<li>
<a href="https://www.linkedin.com/in/louisluouoft" class="fa fa-linkedin"></a>
</li>
<li>
<a href="" class="fa fa-skype"></a>
</li>
</ul>
</div>
</div>
<a href="#home"><img id="arrowBottomPage" src="images/arrowup.png"></a>
</div>
</body>
<footer>
<script type="text/javascript">
$(document).ready(function() {
$('#fullpage').fullpage({
menu: '#menu',
anchors: ['home', 'about', 'development', 'design', 'contactme'],
sectionsColor: ['#dad6ca', '#1BBC9B', '#7E8F7C', '#715b77', '#4e7a51'],
autoScrolling: false
/*
dad6ca*/
});
var isSeenSection1 = false;
var isSeenSection2 = false;
var isSeenSection3 = false;
var isSeenSection4 = false;
var isSeenSection0 = false;
$("#section1")
.mouseenter(function() {
if (isSeenSection1 == false) {
var $typer = $(".typer1");
type($typer);
}
})
.mouseleave(function() {
isSeenSection1 = true;
});
$("#section2")
.mouseenter(function() {
if (isSeenSection2 == false) {
var $typer = $(".typer2");
type($typer);
}
})
.mouseleave(function() {
isSeenSection2 = true;
});
$("#section3")
.mouseenter(function() {
if (isSeenSection3 == false) {
var $typer = $(".typer3");
type($typer);
}
})
.mouseleave(function() {
isSeenSection3 = true;
});
$("#section4")
.mouseenter(function() {
if (isSeenSection4 == false) {
var $typer = $(".typer4");
type($typer);
}
})
.mouseleave(function() {
isSeenSection4 = true;
});
$("#section0")
.mouseenter(function() {
if (isSeenSection0 == false) {
var $typer = $(".typer0");
type($typer);
}
})
.mouseleave(function() {
isSeenSection0 = true;
});
/* .mouseleave(function() {
$typer = 0;
})*/
function type($typer) {
var txt = $typer.data("text"),
tot = txt.length,
ch = 0;
(function typeIt() {
if (ch > tot) return;
$typer.text(txt.substring(0, ch++));
setTimeout(typeIt, ~~(Math.random() * (300 - 60 + 1) + 60));
}());
};
showFade('fadetext', 'fadeImage', 1);
showFade('fadetext3', 'fadeImage3', 1);
});
var slideIndex = 1;
showSlides(slideIndex);
function plusSlides(n) {
showSlides(slideIndex += n);
}
function currentSlide(n) {
showSlides(slideIndex = n);
}
function showSlides(n) {
var i;
var slides = document.getElementsByClassName("mySlides");
var dots = document.getElementsByClassName("dot");
if (n > slides.length) {
slideIndex = 1
}
if (n < 1) {
slideIndex = slides.length
}
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex - 1].style.display = "block";
dots[slideIndex - 1].className += " active";
}
function showFade(textStr, imStr, n) {
var i;
var items = document.getElementsByClassName(textStr);
var itemsImage = document.getElementsByClassName(imStr);
for (i = 0; i < items.length; i++) {
items[i].style.display = "none";
}
for (i = 0; i < itemsImage.length; i++) {
itemsImage[i].className = itemsImage[i].className.replace(" ImageActive", "");
}
items[n - 1].style.display = "block";
itemsImage[n - 1].className += " ImageActive";
}
</script>
</footer>
</html>