-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (59 loc) · 3.18 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style/style.css">
<link rel="stylesheet" href="style/home.css">
<link rel="stylesheet" href="style/nav.css">
<title>Kichang Song</title>
</head>
<body>
<ul class="navbar">
<li class="navbar-list">
<a class="navbar-link active-page" href="index.html">Home</a>
</li>
<li class="navbar-list">
<a class="navbar-link" href="projects.html">Projects</a>
</li>
<li class="navbar-list">
<a class="navbar-link" href="contact.html">Contact</a>
</li>
</ul>
<div class="title-bar">
<h1 class="title">About Kichang Song</h1>
</div>
<img class="profile-image" src="img/KichangSong.jpg">
<p class="intro">Kichang is a recent graduate of the University of Oklahoma, where he earned his Bachelor's Degree in Computer Science. Kichang now works as a software developer at Paycom in Grapevine, TX.</p>
<p class="intro">Kichang enjoys learning about full stack, machine learning, and robotics, and strives to develop efficient software that will make people's lives better. Please reference this webpage to see an overview of who Kichang is.</p>
<div class="column-container">
<div class="column">
<h3>Education</h3>
<p>Kichang majored in Computer Science at the University of Oklahoma.
While studying computer science, he has also worked on earning two minors: Mathematics and Electrical and Computer Engineering.
In May 2021, Kichang graduated from the OU Gallogly College of Engineering with a 3.85 GPA.
</p>
</div>
<div class="column">
<h3>Extracurricular Activities </h3>
<p>While studying at the university, Kichang was also actively involved in two engineering organizations.
In Sooner Competitive Robotics, Kichang learned to design and print 3D models using Autodesk Inventor,
utilize Arduino, Raspberry Pi, ROS, and other tools to build robots.
</p>
<p>
Kichang self-taught game development by watching YouTube videos. At OU Game Dev Association, he developed both games and simulations using the Unity Engine with teams of varying sizes.
</p>
<p>See my <a href="projects.html">projects</a> for more details.</p>
</div>
</div>
<div class="column-container">
<div class="column">
<h3>Employment</h3>
<p>Kichang has experience working as a part-time student employee at the University of Oklahoma as a Learning Spaces Technician for the IT department.
During this time he assisted the faculty and students by diagnosing and providing solutions for instructional tech instruments and online application related problems.
</p>
<p>Kichang currently works as a software developer at Paycom, where he develops human resource related web applications.</p>
</div>
</body>
</html>