Merge pull request #7 from ak0w/master

ak0w resume add
This commit is contained in:
wlfmnstr 2024-04-13 17:47:46 -05:00 committed by GitHub
commit 028dde40ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 108 additions and 0 deletions

View file

@ -0,0 +1,71 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fluffy's Professional Resume</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<img src="https://premierpups.com/azure/affordablepup/pups/mini-goldendoodle-breed-information-premier-pups-637915902098319516.jpg?w=557&h=557&mode=crop&autorotate=1"
alt="image of cute labradoodle" height="140" width="140"title="cute doodle" id="cutefloof">
<h3>FLUFFY DOODLE | fluffy.doodle@cutedoge.com | <a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ" target="_blank" title="not a rickroll i promise">Linkedin</a></h3>
<h5>Summary</h5>
<p>Enthusiastic and loving Labradoodle with a knack for bringing joy to humans and fellow canines. <br>Skilled in fetch, companionship, and being adorable. Experienced in navigating various social situations with a wagging tail and a friendly demeanor.</p>
<h5>Skills</h5>
<ul>
<li>**Communication:** Expert in barking, whining, and tail wagging to convey messages.</li>
<li>**Athleticism:** Skilled in running, jumping, and fetching.</li>
<li>**Social Interaction:** Great at interacting with other dogs and humans of all ages.</li>
<li>**Obedience:** Proficient in basic commands like sit, stay, come, and roll over.</li>
<li>**Problem Solving:** Excellent at finding hidden treats and figuring out puzzle toys. </li>
</ul>
<h5>Education</h5>
<ol>
<li>
<dl>
<dt>Puppy Kindergarten</dt>
<dd>Doggy Daycar Center, 2022</dd>
<dd>Learned basic commands and socialization skills.</dd>
</dl>
</li>
<li>
<dl>
<dt>Advanced Feetching Workshop</dt>
<dd>Fetch Masters, 2023</dd>
<dd>Honed fetching skills and learned advanced retrieval techniques.</dd>
</dl>
</li>
</ol>
<!-- comment -->
<h5>
Work Experience
</h5>
<ul>
<h6>Chief Happiness Officer</h6>
<li>
<dl>
<dt>Human's Home, Petville June 2022 - Present</dt>
<dd>Provide daily emotional support and companionship to family members.</dd>
<dd>Maintain Household security by alerting for strangers.</dd>
<dd>Promote exercise and outdoor activities through daily walks and playtime.</dd>
</dl>
</li>
<h6>Guest Greeter</h6>
<li>
<dl>
<dt>Dog-Friendly Cafe, Petville Summer 2023</dt>
<dd>Greeted customers with enthusiasm, promoting a welcoming atmosphere.</dd>
<dd>Showcased the cafe's [et-friendly bpolicy through excellent behavior.</dd>
<dd>Assisteed in promoting the cafe's special treat, the Pup Cup.</dd>
</dl>
</li>
</ul>
<hr>
<p>Fluffy the Labradoodle | A Life Full of Wags and Fun</p>
</body>
</html>

View file

@ -0,0 +1,37 @@
@charset "utf8";
/*top image of dog*/
#cutefloof {
border: 2px solid blueviolet;
width: 150px;
height: auto;
display:block;
margin-left: auto;
margin-right: auto;
box-shadow: 10px 10px 20px;
}
h3{
text-align: center;
}
body{
background-color: seagreen;
color: white;
font-family: 'Courier New', Courier, monospace;
margin-left: 20px;
margin-right: auto;
padding:0%;
}
ul h6{
color: bisque;
margin-top: 0px;
}
h5 {
font-size: 18px;
}
hr {
margin-left: -20px;
}