-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
120 lines (94 loc) · 3.47 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
<!DOCTYPE html>
<html>
<head>
<!-- <script src="jquery-1.11.3.min.js"> </script> -->
<!-- will need this whenever I host online for faster loading probs -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="script.js"> </script>
<title>Alex Kuan Cheng</title>
<link rel="stylesheet" href="style.css">
<!-- <link href="/normalize.css" rel="stylesheet"> -->
<script src="prefixfree.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="description" content="Computer Science, Business Honors Program, and Marketing student at the University of Texas at Austin"/>
</head>
<body>
<header>
<h1>Alex Kuan Cheng</h1> <a href="#about">About</a>
</header>
<!-- <sup>1</sup> -->
<section id="work">
<figure class="thumbnail">
<a href="pikkl/index.html">
<img src="images/VR.jpg" width="200" height="200">
<figcaption>
<h3> Stereoscopic VR Camera Rig </h3>
</a>
<p>Ash Scripts / CAD Design</p>
</figcaption>
</figure>
<figure class="thumbnail">
<a href="pomo/index.html">
<img src="images/JukeBox.png" width="200" height="200">
<figcaption>
<h3> JukeBox </h3>
</a>
<p>Android / WifiP2P </p>
</figcaption>
</figure>
<figure class="thumbnail">
<a href="clutch/index.html">
<img src="images/Sweetify.png" width="200" height="200">
<figcaption>
<h3> Sweetify </h3>
</a>
<p>Web / Design</p>
</figcaption>
</figure>
<figure class="thumbnail">
<a href="vox/index.html">
<img src="images/Frogger.png" width="200" height="200">
<figcaption>
<h3> VR Frogger </h3>
</a>
<p>Unity Game Development</p>
</figcaption>
</figure>
<figure class="thumbnail">
<a href="corky/index.html">
<img src="images/SightStep.JPG" width="200" height="200">
<figcaption>
<h3> SightStep for the Blind </h3>
</a>
<p>Arduino / Chip Design</p>
</figcaption>
</figure>
<figure class="thumbnail">
<a href="car/index.html">
<img src="images/Car.JPG" width="200" height="200">
<figcaption>
<h3> Collision Avoidance Car </h3>
</a>
<p>Arduino / Ultrasound</p>
</figcaption>
</figure>
</section>
<section id="about">
<hr>
<img src="images/Alex.jpg" width="200" height="200">
<div id="bio">
I study <a href="http://catalog.utexas.edu/undergraduate/business/degrees-and-programs/bachelor-of-business-administration/business-honors-program/"> Business Honors Program (BBA) </a>, <a href="http://www.cs.utexas.edu/undergraduate-program/about-us" > Computer Science (BS) </a>, and <a href="https://www.mccombs.utexas.edu/departments/marketing" > Marketing (BBA) </a> at the University of Texas at Austin. I am interested in virtual reality. I run the VR studio, <a href="http://studioforevr.com/">Studio ForeVR</a>. I also volunteer my time and skills for <a href="http://www.stemedlabs.org/">STEMed Labs</a>.
<br>
<br>
<b>email:<b> <a href="mailto:alexander.cheng@utexas.edu" target="_top">alexander.cheng@utexas.edu</a>
<br>
<a href="Alexander Kuan Cheng Resume Fall 2016.pdf">resume</a>
</div>
</section>
<footer>
Designed & Built using Sketch, HTML5, CSS3, and jQuery.
<br>
© 2016 by Alex Kuan Cheng
</footer>
</body>
</html>