Merge pull request #28 from petitesmiles/master
Add Petite Smiles resume
This commit is contained in:
commit
594af63841
2 changed files with 101 additions and 0 deletions
48
student-resumes/petitesmiles resume/dog_resume.html
Normal file
48
student-resumes/petitesmiles resume/dog_resume.html
Normal 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>
|
||||
53
student-resumes/petitesmiles resume/dogresume.css
Normal file
53
student-resumes/petitesmiles resume/dogresume.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue