-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (61 loc) · 2.66 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Github: taesup</title>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- fonts -->
<!-- Title font -->
<link href='http://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
<!-- Header font -->
<link href='http://fonts.googleapis.com/css?family=Average+Sans' rel='stylesheet' type='text/css'>
<!-- monospaced regular font -->
<link href='http://fonts.googleapis.com/css?family=Droid+Sans+Mono' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="container">
<div class="title">
<h1 class="title_font">Github: taesup</h1>
</div>
</div>
<br>
<div class="container">
<div class="row">
<div class="text col-md-6 col-xs-12 padding_bottom_40">
Hi, I'm Edward Kim and I'm mostly a backend developer (Java, Rails, Node) but trying to learn advanced front
end stuff like JavaScript, CSS3, and some other front end frameworks (BootStrap, Backbone, Angular, jQuery). I'm also studying design (took the Summer of Design web course, subscribed to GoodUI and Hack Design.)
<br><br>
I've been doing work on the web since the tender age of 12 building website for myself and others.
Now I'm a full time developer with some freelance stuff on the side. I plan to get into some mobile apps
development (Android, Mobile web page) while learning new some languages (Python, Closure).
</div>
<div class="col-md-6 col-xs-12">
<div class="panel panel-primary ">
<div class="panel-heading header">
Sites
</div>
<div class="panel-body">
<a href="http://taesup.com" target="_blank">Personal Webpage</a><br>
<a href="http://codepen.io/taesup" target="_blank">CodePen</a><br>
</div>
</div>
<br>
<div class="panel panel-info">
<div class="panel-heading header">
Weekend Projects
</div>
<div class="panel-body">
<a href="http://taesup.com/localstorage/" target="_blank">HTML5 Local Storage Experiment</a><br>
<a href="http://listmkr.com" target="_blank">ListMkr</a><br>
<a href="http://taesup.com/bootstrap/" target="_blank">Bootstrap 2 Cheat Sheet</a><br>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
</body>
</html>