diff --git a/student-resumes/ak0w resume/index.html b/student-resumes/ak0w resume/index.html new file mode 100644 index 0000000..2d7f115 --- /dev/null +++ b/student-resumes/ak0w resume/index.html @@ -0,0 +1,71 @@ + + + + + + Fluffy's Professional Resume + + + + image of cute labradoodle +

FLUFFY DOODLE | fluffy.doodle@cutedoge.com | Linkedin

+
Summary
+

Enthusiastic and loving Labradoodle with a knack for bringing joy to humans and fellow canines.
Skilled in fetch, companionship, and being adorable. Experienced in navigating various social situations with a wagging tail and a friendly demeanor.

+ +
Skills
+ + +
Education
+
    +
  1. +
    +
    Puppy Kindergarten
    +
    Doggy Daycar Center, 2022
    +
    Learned basic commands and socialization skills.
    +
    +
  2. +
  3. +
    +
    Advanced Feetching Workshop
    +
    Fetch Masters, 2023
    +
    Honed fetching skills and learned advanced retrieval techniques.
    +
    +
  4. +
+ +
+ Work Experience +
+ +
+

Fluffy the Labradoodle | A Life Full of Wags and Fun

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