-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (53 loc) · 3.91 KB
/
index.html
File metadata and controls
75 lines (53 loc) · 3.91 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
72
73
74
75
<!DOCTYPE html>
<html>
<head>
<!--
<link rel="stylesheet" type="text/css" href="assets/css/reset.css"> -->
<link href="https://fonts.googleapis.com/css?family=Cormorant+Garamond|Homemade+Apple|Indie+Flower|Raleway:100|Rock+Salt|Slabo+27px" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="assets/css/index.css">
<meta charset="utf-8">
<title>Ara's Protforlio</title>
</head>
<body>
<!-- <div class="wrapper"> -->
<div class="relative">
<ul>
<li><a href="contact.html">Contact</a></li>
<li><a href="portfolio.html">Portforlio</a></li>
<li><a class="active" href="index.html">About</a></li>
</ul>
</div>
<div class="absolute" id="araKim">
<h1 >Ara Kim</h1>
</div>
<div class="body">
<div class="box" >
<h1 id="box">About Me</h1>
<img id="bio-image" src="assets/images/ara1.jpg" alt="Ara Kim" />
<p class="clear" id="pStyle">
Hello! Welcome to my first portfolio page! My name is Ara, and I am from Buffalo New York (The home of the buffalo chicken wing!! Click <a href="http://www.duffswings.com/" target="_blank">here</a> to see my favorite place to go in my home town). Well, I lived in South Korea for 10 years, so there is some Korean left in me too. <br><br>
I went to university called <a href="https://www.geneseo.edu/" target="_blank">SUNY Geneseo</a>, which is located in a small town in the middle of nowhere, where occasionally smelled like manure. Most students eventually got used to the smell after their 2nd year of college, but I never got used to it. I studied Biochemistry and mathematics for 5 years, but man, I did not enjoy studying biochemistry! I had a lot more fun studying mathematics for sure. When I wasn’t studying I played guitar with one of my professors and performed occasionally in front of people, like at the farmer’s market. It made me feel involved and I loved it.<br><br>
After graduation, I was not sure what I wanted to do exactly, so I moved in with my sister in Chicago, Illinois. Well, that was a big change for me! Moving from a farm college to a big city. Then I decided to get a certification to become a EMT-basic and hopefully work at the Chicago fire department. But oh well, I did not know anything about testing system, and I missed to take the test (which means that you have to wait another 1000 years to become CFD). So I had to set aside my dream of becoming CFD, and I am a currently working at ATI Ambulance Company as an EMT-B.<br><br>
Now I am hoping to become a full-stack developer after completing North Western coding boot camp!
</p>
</div>
<div class="connect">
<h2 id="connect">Connect with Me </h2>
<div class="pad">
<a href="https://github.com/Arakim44" target="_blank">
<img class="connect" src="assets/images/github.jpg" alt="github" /></a>
<a href="https://www.linkedin.com/in/ara-kim-b9bb8998?trk=hp-identity-name" target="_blank">
<img class="connect" src="assets/images/linkedin.jpg" alt="Linkedin" /></a>
<a href="http://stackoverflow.com/users/6797712/ara-kim?tab=profile" target="_blank">
<img class="connect" src="assets/images/stackOver.jpg" alt="Stack Overflow" /></a>
</div>
</div>
</div>
<!-- <div class="push"></div> -->
<!-- </div> -->
<footer class="footer">
<strong>©Copyright 2016 Ara Kim </strong>
</footer>
<!-- <footer>Copyright 2016 Ara Kim</footer> -->
</body>
</html>