diff --git a/student-resumes/Ashby Frasier Resume/Index.html b/student-resumes/Ashby Frasier Resume/Index.html new file mode 100644 index 0000000..f7e3b52 --- /dev/null +++ b/student-resumes/Ashby Frasier Resume/Index.html @@ -0,0 +1,169 @@ + + + + + + + + Frasier(ashbyalis) Resume + + + +
+
handsome gentle-man eating with a black shirt
+ + +
+

Frasier Ichabod Crane

+

New York, NJ · CraniumConundrum@gmail.com · 646-867-5309

+
+

WORK EXPERIENCE

+
+
+

+ Xtend Healthcare + Remote +

+

+ Elderly Support Representative + June 2023 - Feb 2024 +

+ +
+ +
+

+ Lidl + Woodbridge, NJ +

+

+ Associate Supervisor + August 2022 - April 2023 +

+ +
+ +
+

+ Advantage Solutions + Avenel, NJ +

+

+ Retail Merchandiser + Feb 2020 - June 2021 +

+ +
+ +
+

+ Lowes + Gainesville, FL +

+

+ Sales Specialist + August 2017 - Jan 2020 +

+ +
+

EDUCATION

+
+

+ Western Governors University + Millcreek, UT +

+

+ Computer Science + Jan 2024 - Present +

+

CERTIFICATIONS, SKILLS & INTERESTS

+
+

Skills: Web Development (soon!), Data Entry, Microsoft Suites, Operating + Systems, Command-line interfaces

+ +

Interests: Gaming, Watching Frasier, Reading, Computers, Space, + Programming, Cats, Lasagna

+ +
+ + + + + \ No newline at end of file diff --git a/student-resumes/Ashby Frasier Resume/hi.css b/student-resumes/Ashby Frasier Resume/hi.css new file mode 100644 index 0000000..0d27e70 --- /dev/null +++ b/student-resumes/Ashby Frasier Resume/hi.css @@ -0,0 +1,85 @@ +body { + margin: 0 auto; + padding: 70px; + font-family: 'Roboto', sans-serif; +} + +#name { + text-align: center; + font-family: sans-serif; + margin-bottom: 0%; +} + +#info { + text-align: center; + margin-top: 0; +} + +.LTitle { + text-align: left; + margin-bottom: auto; +} + +hr { + margin: auto; +} + +.right { + text-align: right; +} + +.left { + text-align: left; +} + +p { + display: flex; + justify-content: space-between; + margin: auto; +} + +.indent { + padding-left: 20px; +} + +.Dindent { + padding-left: 60px; +} + +ul { + margin-bottom: 10px; +} + +li { + padding-bottom: 5px; +} + +.bold { + font-weight: bold; +} + +.italics { + font-style: italic; +} + +.center { + margin: 0 auto; + width: fit-content; +} + +body { + background: linear-gradient(45deg, #e6e6e6 25%, transparent 25%), + linear-gradient(-45deg, #e6e6e6 25%, transparent 25%), + linear-gradient(45deg, transparent 75%, #e6e6e6 75%), + linear-gradient(-45deg, transparent 75%, #e6e6e6 75%); + background-size: 90px 900px; +} + +#sal { + width: 200px; + height: auto; + display: block; + margin: 0 auto; + border-radius: 30%; + +} \ No newline at end of file