Merge pull request #28 from petitesmiles/master

Add Petite Smiles resume
This commit is contained in:
wlfmnstr 2024-04-21 19:38:31 -05:00 committed by GitHub
commit 594af63841
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 101 additions and 0 deletions

View file

@ -0,0 +1,48 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Cookie's Resume</title>
<meta charset="utf-8">
<meta name="description" content="Cookie's Resume">
<link rel="stylesheet" href="dogresume.css">
</head>
<left><img src="https://d2zp5xs5cp8zlg.cloudfront.net/image-73010-800.jpg" alt="Picture of Dog"></left>
<h1>COOKIE PAWS</h1>
<h2>OBJECTIVE</h2>
<p>To be the most charming and loyal companion, spreading joy and happiness wherever I go.</p>
<h2>SUMMARY</h2>
<p>I am a lovable and energetic companion with a passion for belly rubs, treats, and making people smile. I possess excellent interpersonal skills and thrive in social settings. With my boundless enthusiasm and unwavering loyalty, I am ready to bring warmth and happiness to any home.</p>
<h2>SKILLS</h2>
<ul>
<li>Wagging tail expert</li>
<li>Master of the "puppy eyes" technique</li>
<li>Proficient in fetching, chasing squirrels, and playing catch</li>
<li>Certified cuddle buddy</li>
<li>Quick learner with basic obedience training</li>
<li>Excellent at spreading love and positivity</li>
</ul>
<h2>EXPERIENCE</h2>
<h2>Chief Happiness Officer, The Johnson Family, Barksville, Dogland</h2>
<ul>
<li>Responsibilities include providing daily doses of cuddles, tail wags, and sloppy kisses to boost morale and alleviate stress.</li>
<li>Successfully trained humans to throw the ball precisely to my liking.</li>
<li>Proficient in fetching, chasing squirrels, and playing catch</li>
<li>Implemented a "Treat Time" schedule to increase employee satisfaction and productivity.</li>
</ul>
<h2>EDUCATION</h2>
<h2>Puppy Kindergarten, Pawsitive Training Academy, Barksville, Dogland</h2>
<ul>
<li>Graduated with honors for mastering basic commands such as sit, stay, and roll over.</li>
<li>Received special recognition for exceptional performance in tail wagging and making friends.</li>
</ul>
</html>

View file

@ -0,0 +1,53 @@
body {
position: relative;
background-color: white;
}
h1 {
text-align: left;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 0px;
color: black;
font-family: Arial, Helvetica, sans-serif;
}
h2 {
text-align: left;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 0px;
color: black;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
}
p {
text-align: left;
margin-top: 10px;
margin-left: 30px;
margin-right: 50%;
margin-bottom: 0px;
color: black;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
}
img {
border-radius: 50%;
max-width: 300px;
height: 200px;
padding: 5px;
margin-left: 30px;
}
ul {
text-align: left;
margin-top: 10px;
margin-left: 30px;
margin-right: 50%;
margin-bottom: 0px;
color: black;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
}