-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathOriginal.html
252 lines (222 loc) · 6.07 KB
/
Original.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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- OPTIONAL: description -->
<meta name="description" content="">
<!-- OPTIONAL: author -->
<meta name="author" content="">
<link rel="shortcut icon" href="favicon.ico">
<link rel="apple-touch-icon" href="icon.png" />
<title>TITLE</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Link the main.css stylesheet -->
<link href="css/main.css" rel="stylesheet">
<!-- OPTIONAL: Google Fonts (don't forget to edit main.css also) -->
<link href='//fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Raleway:400,300,700' rel='stylesheet' type='text/css'>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="header" id="headerwrap">
<div class="container">
<div class="row centered">
<div class="col-lg-12">
<h1>Your Name</h1>
<h3>What you do |
<a href="mailto:You@Email.com">You@Email.com</a>
</h3>
</div>
</div>
</div>
</div>
<!--/.#headerwrap-->
<section id="about" name="about"></section>
<div class="about">
<div class="container">
<div class="row">
<div class="col-lg-2 col-lg-offset-1">
<h5>ABOUT</h5>
</div>
<div class="col-lg-6">
<p>This is a short description of who you are. Keep it to about 3 sentences and make sure to highlight the key points about
you. What makes you stand out as an applicant?</p>
</div>
<div class="col-lg-3">
<p><a href="my-resume.pdf"><i class="icon-file"></i> <sm>DOWNLOAD PDF</sm></a></p>
</div>
</div>
<!--/.row-->
</div>
<!--/.container-->
</div>
<section id="resume" name="resume"></section>
<!-- EDUCATION SECTION -->
<div class="container desc">
<div class="row">
<div class="col-lg-2 col-lg-offset-1">
<h5>EDUCATION</h5>
</div>
<!-- EDIT: education line 1 -->
<div class="col-lg-6">
<p>
<t>Bachelor of Awesomeness</t><br/> University of Maryland
<!--<br/><i>Extra info here</i>-->
</p>
</div>
<div class="col-lg-3">
<p>
<sm>Expected SPRING 2015</sm><br/>
<imp>
<sm>IN PROGRESS</sm>
</imp>
</p>
</div>
<!-- EDIT: education line 2 -->
<div class="col-lg-6 col-lg-offset-3">
<p>
<t>Associate of Degrees </t><br/> Lil 'ol College
<!--<br/><i>Extra info here</i>-->
</p>
</div>
<div class="col-lg-3">
<p>
<sm>JUNE 2012</sm>
</p>
</div>
</div>
<!--/.row -->
<br>
<hr>
</div>
<!--/.container -->
<!-- WORK SECTION -->
<div class="container desc">
<div class="row">
<div class="col-lg-2 col-lg-offset-1">
<h5>WORK</h5>
</div>
<!-- EDIT: work line 1 -->
<div class="col-lg-6">
<p class="tight">
<t>Position </t><br/> Thatone Corp. <br/>
</p>
<p>
<more>Here's where you put a description of the position you held. Responsibilities, accomplishments - the same as you would
do on a standard paper resume, but this will be online and look cooler.</more>
</p>
</div>
<div class="col-lg-3">
<p>
<sm>AUGUST 2012 - CURRENT <br /> CITY, STATE, COUNTRY</sm>
</p>
</div>
<!-- EDIT: work line 2-->
<div class="col-lg-6 col-lg-offset-3">
<p class="tight">
<t>Previous Position</t><br/> Another Organization Ltd. <br/>
</p>
<p>
<more>You worked at another job! Great! Describe waht you did there, include those responsibilities and accomplishments again.</more>
</p>
</div>
<div class="col-lg-3">
<p>
<sm>JUNE 2010 - JULY 2012 <br /> GOTHAM CITY, USA</sm>
</p>
</div>
</div>
<!--/.row -->
<br>
<hr>
</div>
<!--/.container -->
<!-- AWARDS SECTION -->
<div class="container desc">
<div class="row">
<div class="col-lg-2 col-lg-offset-1">
<h5>AWARDS</h5>
</div>
<!-- EDIT: awards line 1-->
<div class="col-lg-6">
<p>
<t>Best Smile Award</t><br/> Award-giving organization<br/>
</p>
</div>
<div class="col-lg-3">
<p>
<sm>NOVEMBER 2013</sm>
</p>
</div>
<!-- EDIT: awards line 2-->
<div class="col-lg-6 col-lg-offset-3">
<p class="tight">
<t>Another award</t><br/> Awards Site
</p>
<p>
<more>This award has a description. You won it eating pie. Or probably doing something more job-related. Maybe you won't even
keep this section - you'll replace it with Skills or something else!</more>
</p>
</div>
<div class="col-lg-3">
<p>
<sm>2013</sm>
</p>
</div>
</div>
<!--/.row -->
<br>
</div>
<!--/.container -->
</body>
<section id="contact" name="contact"></section>
<!--FOOTER DESCRIPTION -->
<div id="footwrap" class="footer">
<div class="container">
<div class="row">
<div class="col-lg-2 col-lg-offset-1">
<h5>CONTACT</h5>
</div>
<!-- EDIT: email -->
<div class="col-lg-6">
<p>
<t>Email</t><br/>
<a href="mailto:YOUR@EMAIL.com" class="mail">YOUR@EMAIL.com</a> <br/>
</p>
<!-- EDIT: address -->
<p>
<t>Address</t><br/> 123 Some St. <br/> City, State 01234 <br/> United States of America<br/>
</p>
<!-- EDIT: phone number -->
<p>
<t>Phone</t><br/>
<a href="tel:2345678901" class="tel">(234) 567-8901</a> <br/>
</p>
</div>
<div class="col-lg-3">
<p>
<sm>SOCIAL LINKS</sm>
</p>
<p>
<!-- EDIT: Social Links. Replace # with your URL for each -->
<a href="#"><i class="icon-dribbble"></i></a>
<a href="#"><i class="icon-twitter"></i></a>
<a href="#"><i class="icon-facebook"></i></a>
<a href="#"><i class="icon-linkedin"></i></a>
<!--<a href="#"><i class="icon-github"></i></a>-->
</p>
</div>
</div>
<!--/.row -->
</div>
<!--/.container -->
</div>
<!--/ #footer -->
</html>