-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
125 lines (109 loc) · 5.14 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE HTML>
<html lang="en">
<html>
<head>
<script src="//use.typekit.net/wxc4apx.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
<meta charset="ut f-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Osan Resume</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/styles.css">
<script type="text/javascript" src="js/jquery-1.11.3.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-12 shorter-length">
<h1 class="page-head">Stephanie Osan</h1>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h2>Experience</h2>
<hr>
<div class="job section">
<h3>Consumer Financial Protection Bureau</h3>
<p class="title">Design & Technology Fellow | Jan 2013-present</p>
<p>Something something something.</p>
</div>
<div class="job section">
<h3>Paul Bernhard Exhibit Design & Consulting</h3>
<p class="title">Design & Technology Fellow | Jan 2013-present</p>
<p>designed interactive touch-based exhibits; designed graphics and signage for two new exhibit halls at the Perot Museum of Nature & Science; designed, coded & managed company website; created company marketing materials</p>
</div>
<div class="job section">
<h3>Austin Children's Museum</h3>
<p class="title">Education Technology Intern | Jan-May 2011</p>
<p>designed & implemented small-scale interactive exhibits; developed content for blog; wrote articles for e-newsletter</p>
</div>
<div class="job section">
<h3>FMG Design</h3>
<p class="title">Environmental graphics intern | Summer 2007 & 2008</p>
<p>developed logo & letterhead concept; edited images; created banner concepts; updated signage databse</p>
</div>
</div>
<div class="col-md-1"></div>
<div class="col-md-5">
<div class="section">
<h2>Education</h2>
<hr>
<h4>University of Texas at Austin</h4>
<p>BFA in Design & BA in English with High Honors | May 2011</p>
<h4>Scrummaster certification</h4>
<p class="date">May 2013</p>
</div>
<div class="section">
<h2>Skills</h2>
<hr>
<div class="col-md-6">
<h4>Category name</h4>
<ul>
<li>Illustrator</li>
<li>InDesign</li>
<li>Photoshop</li>
</ul>
<h4>Category name</h4>
<ul>
<li>Illustrator</li>
<li>InDesign</li>
<li>Photoshop</li>
</ul>
</div>
<div class="col-md-6 section">
<h4>Category name</h4>
<ul>
<li>Illustrator</li>
<li>InDesign</li>
<li>Photoshop</li>
</ul>
<h4>Category name</h4>
<ul>
<li>Illustrator</li>
<li>InDesign</li>
<li>Photoshop</li>
</ul>
</div>
</div>
<div class="section">
<h2>Awards</h2>
<hr>
<p><a href="http://centerforplainlanguage.org/clearmark/2015-clearmark-winners/#mg_ld_9365" target="_blank">ClearMark Award</a>, Owning a Home, 2015</p>
<p><a href="http://www.utexas.edu/academic/ctl/iitap/winners.php" target="_blank">Innovative Instructional Technology Award</a>, Top Honor for Creativity, 2010</p>
<p>Girl Scout Gold Award, 2007</p>
</div>
<div class="section">
<h2>Organizations</h2>
<hr>
<p>AIGA, 2013-present</p
<p>Scrum Alliance, 2014-present</p>
<p>Phi Beta Kappa, 2011-present</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>