-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
106 lines (79 loc) · 3.6 KB
/
index.html
File metadata and controls
106 lines (79 loc) · 3.6 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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Buford Segovia Resume</title>
<link rel="stylesheet" href="screen.css" type="text/css" media="screen" />
</head>
<body>
<div id="page-wrap">
<div class="poloroid">
<img src="images/headshot.jpg" alt="Photo of Michael Hill" id="pic"/>
<img src="images/paper-clip.png" alt="image of a paperclip" id="pclip" />
</div>
<div id="contact-info" class="vcard">
<h1 class="fn">Buford Segovia</h1>
<p>
Cell: <span class="tel"><a href="tel:+1-212-555-1212">212-555-1212</a></span><br />
Email: <a class="email" href="mailto:buford69@hotmail.com">buford69@hotmail.com</a><br />
Website: <a href="http://www.myspace.com/#/buford/">http://www.myspace.com/#/buford/</a>
</p>
</div>
<div id="objective">
<p>Seeking opportunities that will utilize all of my skills, from potato peeling to beer drinking. I am a capable, productive and motivated member of any tailgate party. I’m well known for my ability to quickly turn a good time into an awkward situation. Go cowboys!
</p>
</div>
<div class="clear"></div>
<dl>
<dd class="clear"></dd>
<dt>Experience</dt>
<dd>
<h2>Various <span>Self Employed - Dallas, TX - 2007-present</span></h2>
<ul>
<li>Coordinated many events with my buddies</li>
<li>Created three children</li>
<li>Collected and recycled cans from the following companies: <strong>Bud, Bud Light, Tecate, Natural Light</strong></li>
</ul>
<h2>Laborer <span>Construction Site - Around the corner - Last week</span></h2>
<ul>
<li>Hammered several nails. Drive to bend ratio of 1:4.5</li>
<li>Moved two large pile of rocks from the South side of the lot to the dumpster in the North</li>
<li>Lasted almost 4 days</li>
</ul>
</dd>
<dd class="clear"></dd>
<dt>Skills</dt>
<dd>
<h2>Operating Systems</h2>
<p>ATM machine, Vending machines (Coke and Pepsi)</p>
<h2>Tools</h2>
<p>Hammer, Handsaw, Drill</p>
</dd>
<dd class="clear"></dd>
<dt>Education</dt>
<dd>
<h2>Hill High School - Denton, TX</h2>
<p>Worked towards a Diploma</p>
</dd>
<dd class="clear"></dd>
<dt>References</dt>
<dd>
<div id="contact-info" class="vcard">
<h2>Mary Howard
<span><a class="email" href="areyoumychild@aol.com">areyoumychild@aol.com</a></span>
</h2>
<p>Mother of many and my inspiration since day one</p>
</div>
<div id="contact-info" class="vcard">
<h2>Johnny Segovia
<span><a class="email" href="shawn.horton@gmail.com">iamnotyourdad@gmail.com</a></span>
</h2>
<p>Whereabouts unknown. Last seen repairing a harley davidson on I66 West.</p>
</div>
</dd>
</dl>
<div class="clear"></div>
</div>
</body>
</html>