diff --git a/student-resumes/petitesmiles resume/dog_resume.html b/student-resumes/petitesmiles resume/dog_resume.html new file mode 100644 index 0000000..2bd12af --- /dev/null +++ b/student-resumes/petitesmiles resume/dog_resume.html @@ -0,0 +1,48 @@ + + + + +Cookie's Resume + + + + + + + +Picture of Dog +

COOKIE PAWS

+ +

OBJECTIVE

+

To be the most charming and loyal companion, spreading joy and happiness wherever I go.

+ +

SUMMARY

+

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.

+ +

SKILLS

+ + +

EXPERIENCE

+

Chief Happiness Officer, The Johnson Family, Barksville, Dogland

+ + +

EDUCATION

+

Puppy Kindergarten, Pawsitive Training Academy, Barksville, Dogland

+ + + \ No newline at end of file diff --git a/student-resumes/petitesmiles resume/dogresume.css b/student-resumes/petitesmiles resume/dogresume.css new file mode 100644 index 0000000..120ef58 --- /dev/null +++ b/student-resumes/petitesmiles resume/dogresume.css @@ -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; +}