-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (62 loc) · 2.4 KB
/
index.html
File metadata and controls
70 lines (62 loc) · 2.4 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>About Me</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/reset.css"/>
<link rel="stylesheet" type="text/css" media="screen" href="css/style.css"/>
<script src="js/app.js"></script>
</head>
<body>
<div class="image-section">
<h1 class="big-title">I am Richard.</h1>
</div>
<div class="main-section">
<h2>A bit more about me:</h2>
<p>Software developer with a slew of other skills including but not limited to Graphic Design, Web Design, Video Editing, and music production.</p>
<p class="space-top">I'm passionate about collaboration and working together with other individuals and teams to make ideas come to life.</p>
</div>
<div class="paragraph-section">
<h2>Education</h2>
<p>Lake Washington Institute of Technology | Kirkland, WA
bAAS - Digital Animation and Game Design | 2012</p>
</div>
<div class="paragraph-section">
<h2>Work History</h2>
<p> Graphic Designer | Sacramento, CA | June 2016 – July 2018
</br>
Visual Data Specialist | Google (Aerotek) | Bothell, WA | June 2014 – May 2016
</br>
3D Data Tagger | Microsoft (Volt IS) | Redmond, WA | March 2012 – May 2013 </p>
</div>
<div class="paragraph-section">
<h2>My Goals</h2>
<ul>
<li>To be a proficient Software Developer</li>
<li>To learn C#</li>
<li>To make apps</li>
<li>To pass my 201 Codefellows class</li>
</ul>
</div>
<div class="paragraph-section">
<h2>Top 10 places in the world I want to visit:</h2>
<ol>
<li>Greece</li>
<li>France</li>
<li>Italy</li>
<li>Japan</li>
<li>Spain</li>
<li>Brazil</li>
<li>New Zealand</li>
<li>England</li>
<li>Switzerland</li>
<li>Singapore</li>
</ol>
</div>
<div class="footer-section">
<footer><strong class="bottom-info">Seattle, WA | linkedin.com/in/richardjim/ | github.com/richjimdev</strong></footer>
</div>
</body>
</html>