-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (67 loc) · 3.17 KB
/
index.html
File metadata and controls
71 lines (67 loc) · 3.17 KB
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
<html>
<head>
<title>Kathy Huang</title>
<link href="style.css" type="text/css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway|Alegreya+Sans+SC:300" rel="stylesheet">
</head>
<body>
<div id="front">
<div class="topnav" id="navigation">
<h1 id="title"><a href="index.html" style="text-decoration:none; color:black">Kathy Huang</a></h1>
<ul>
<li class="active"><a href="index.html">ABOUT</a></li>
<li><a href="projects.html">PROJECTS</a></li>
<li><a href="art.html">ART</a></li>
<li><a href="resume.html">RESUME</a></li>
</ul>
</div>
<div id="fgeneral">
<div id="about">
<h1>ABOUT ME</h1>
<img src="./Assets/index/self.jpg"/>
<p>
I am Kathy Huang and I am currently a senior at the University of Utah
majoring in Computer Science with an emphasis in Entertainment Arts and Engineering (video games).
I chose this major and emphasis because I love combining art and technology to create new ideas.
My goal is to work as a software engineer or technical artist at a tech, video game, or film company.
In my free time, I enjoy drawing, photography, playing games, and watching movies.
</p>
<ul>
<li><strong>Programming Languages: </strong> C++, C#, C, Python, SQL, HTML5, CSS</li>
<li><strong>Tools: </strong> Microsoft Visual Studio, Git, Unix, Adobe Photoshop, Adobe Illustrator, Adobe Animate, Adobe Premiere, Autodesk Maya, Unity, Unreal Engine 4</li>
</ul>
<h3>CURRENT COURSES</h3>
<ul>
<li>CS 4600 - Computer Graphics</li>
<li>CS 4540 - Web Software Architecture</li>
<li>CS 3100 - Models of Computation</li>
<li>EAE 4500 - Senior Project</li>
</ul>
<h3>COURSES TAKEN</h3>
<ul>
<li>CS 5530 - Database Systems</li>
<li>CS 4400 - Computer Systems</li>
<li>CS 4150 - Algorithms</li>
<li>CS 3810 - Computer Organization</li>
<li>CS 3505 - Software Practice II</li>
<li>CS 3500 - Software Practice I</li>
<li>EAE 2420 - Intro to Algorithms & Data Structures</li>
<li>EAE 1410 - Object-Oriented Programming<br /><br /></li>
<li>FILM 3610 - Computer Animation I</li>
<li>FILM 3620 - Computer Animation II</li>
<li>EAE 3660 - Interactive Machinima</li>
<li>EAE 3600 - 3D Modeling<br /><br /></li>
<li>MATH 2250 - Differential Equations & Linear Algebra</li>
<li>MATH 2210 - Calculus III</li>
<li>PHYS 2210 - Physics for Science and Engineers I</li>
<li>CS 3130 - Probability and Statistics for Engineers</li>
<li>CS 2100 - Discrete Structures</li>
</ul>
<h3>CONTACT INFO</h3>
<p><strong>EMAIL: </strong>huang.kathy.15@gmail.com</p>
<br />
</div>
</div>
</div>
</body>
</html>