From f8ee00ce0fb24e538e6311001a1de1a540124832 Mon Sep 17 00:00:00 2001 From: AshbyCollado Date: Wed, 10 Apr 2024 17:16:49 -0400 Subject: [PATCH] Added personal resume --- .../Ashby Frasier Resume/Index.html | 169 ++++++++++++++++++ student-resumes/Ashby Frasier Resume/hi.css | 85 +++++++++ 2 files changed, 254 insertions(+) create mode 100644 student-resumes/Ashby Frasier Resume/Index.html create mode 100644 student-resumes/Ashby Frasier Resume/hi.css 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 +

+
    +
  • +

    Answer incoming calls and emails from elderly individuals, caregivers, or concerned family + members, + addressing their questions, concerns, and requests for information about available resources, + services, + and programs

    +
  • +
  • +

    Assist in connecting elderly clients with appropriate community resources, healthcare providers, + support + groups, or government assistance programs based on their specific needs and circumstances

    +
  • + +
  • +

    Advocate on behalf of elderly clients to ensure their needs are met and their rights are + protected, + whether + it involves resolving issues with healthcare providers, coordinating care services, or + advocating + for + policy + changes to improve elder care.

    +
  • +
+
+ +
+

+ Lidl + Woodbridge, NJ +

+

+ Associate Supervisor + August 2022 - April 2023 +

+
    +
  • +

    Resolved customer complaints and concerns, working to ensure a positive shopping experience for + all + customers

    +
  • +
  • +

    Created staff schedules, Trained new employees on company policies and procedures, Monitored + inventory levels, Analyzed sales data and market trends to identify opportunities for + improvement + and + growth

    +
  • + +
  • +

    Managed day-to-day operations of the supermarket, overseeing a team of 4+ employees.

    +
  • +
+
+ +
+

+ Advantage Solutions + Avenel, NJ +

+

+ Retail Merchandiser + Feb 2020 - June 2021 +

+
    +
  • +

    Collaborated closely with store managers to optimize customer engagement, utilizing customer + feedback + and sales data to inform merchandising decisions

    +
  • +
  • +

    Conducted regular assessments of in-store displays and signage, ensuring compliance with + corporate + branding and messaging guidelines.

    +
  • +
+
+ +
+

+ Lowes + Gainesville, FL +

+

+ Sales Specialist + August 2017 - Jan 2020 +

+
    +
  • +

    Demonstrated in-depth product knowledge by explaining the specifications and features of products + and + services to existing and potential customers, resulting in increased customer trust and loyalty +

    +
  • +
  • +

    Resolved customer complaints and ensured customer satisfaction by utilizing effective + communication + skills and implementing effective problem-solving strategies

    +
  • + +
  • +

    Successfully completed team-based resets per corporate instructions, resulting in improved store + layout + and increased sales.

    +
  • +
  • +

    Maintained front-end operations of the store, ensuring a positive shopping experience for + customers + and + efficient checkout processes.

    +
  • +
+
+

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