-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
84 lines (62 loc) · 2.71 KB
/
resume.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Pangolin|Walter+Turncoat" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans|PT+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Arimo|Open+Sans|PT+Sans|Pacifico" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Delius+Swash+Caps|Pangolin|Sunshiney|Walter+Turncoat" rel="stylesheet">
<title>Xander</title>
</head>
<body>
<h1>Xander</h1>
<header>
<nav>
<a href="about.html"><span id="underline2">About Me</a> |
<a href="resume.html"><span id="whitelink">Resume</a>
</nav>
</header>
<hr>
<h2>Resume</h2>
<p>Originally from the streets of Oakland, I now live in a home where I take on the role of spirit-chaser. If you have a bad spirit at home, a rodent, flies, spiders––you name it––I will chase it away for GOOD. During my spare time, I enjoy meditation, yoga, and spending time on either warm laps or in cat-hotels.</p>
<h3>RELEVEANT EXPERIENCE</h3>
<article class="experience">
<ul>
<li>
<span id="lead-title">Spirit Chaser,</span> Anngie's Hive <span id="dates">2015 –– Present</span> </li>
Monitoring the apartment for ghosts 24/7 with a proven goal of chasing away 20% more spirits from the previous year.
</ul>
<ul>
<li><span id="lead-title">Cuddle Master,</span> Zen Cats <span id="dates">2013 –– 2015</li>
Cuddle ambassador with exceptional abilities to sooth, uplift and produce euphoric sensations by purring excessively throughout nap-times.
</ul>
<ul>
<li><span id="lead-title">Lap Cat,</span> Prrr R US <span id="dates">2011 –– 2013</li>
Won multiple awards for being the best lap cat from the Lap Cat Association. Strangers from all over the world come see me and demand lap time.
</ul>
<ul>
<li><span id="lead-title">Model,</span> Friskies <span id="dates">2009 –– 2011 </li>
Appeared in several ad campaigns for Friskies' and helped the company increase sales by 15% via my ability to shake, drop and roll.
</ul>
</article>
<h3>EDUCATION</h3>
<article class="education">
<ul class="b">
<li>Cat Academy 2011 –– Present</li>
<li>Zen Cat, Oakland CA –– 2010-2013</li>
<li>Prrr University, CA –– 2008- 2010 </li>
</ul>
</article>
<br>
<hr>
<footer>
<a href="https://www.facebook.com/bugbiyte">Facebook</a> |
<a href="https://twitter.com/bugbiyte">Twitter</a> |
<a href="https://www.instagram.com/">Instagram</a> |
<a href="https://www.linkedin.com">LinkedIn</a>
</footer>
</body>
</html>