diff --git a/henrriettariverson/images/prof_headshot.PNG b/henrriettariverson/images/prof_headshot.PNG new file mode 100644 index 0000000..66531f6 Binary files /dev/null and b/henrriettariverson/images/prof_headshot.PNG differ diff --git a/henrriettariverson/resume.html b/henrriettariverson/resume.html new file mode 100644 index 0000000..f82e11d --- /dev/null +++ b/henrriettariverson/resume.html @@ -0,0 +1,184 @@ + + + + + + Henrrietta Riverson | Logistics Management Specialist + + + + + +
+ +
+ + +
+
+

Henrrietta Riverson

+

Logistics Management Specialist

+

+ Detail-oriented finance and MIS graduate with experience in data analytics, + reporting, and operational support. Skilled in Tableau, SQL, and Power BI + with an Active Secret Clearance. +

+ + Download Resume +
+ +
+ Henrrietta Riverson professional headshot +
+
+ + +
+

About Me

+ +

+ I am a Logistics Management Specialist and a drilling Reservist in the United States Air Force (USAF), + with a strong background in finance and management information systems. +

+ +

+ I am currently expanding my technical knowledge through an AI-Powered Software Engineering program + while continuing to build skills in analytics, programming, and systems design. +

+
+ + +
+

Experience

+ +
+ +
+

Traditional Reservist – Avionics Technician

+

U.S. Air Force | Dover AFB, DE

+ December 2021 – Present + +
    +
  • Support operational readiness for a fleet of 18 aircraft.
  • +
  • Execute maintenance and inspection procedures.
  • +
  • Collaborate with cross-functional teams.
  • +
+
+
+ +
+ +
+

Subject Tutor

+

Huntington Learning Center | Newark, DE

+ December 2021 – Present + +
    +
  • Analyzed student performance.
  • +
  • Developed targeted learning strategies.
  • +
  • Improved academic outcomes.
  • +
+
+
+
+ + +
+

Education

+ +
+ +
+

AI-Powered Software Engineering Program

+

Code Differently | Expected June 2026

+
+
+ +
+
+

Bachelor of Science in Finance & MIS

+

University of Delaware | June 2025

+
+
+
+ + +
+

Certifications

+ + +
+ + +
+

Projects

+ +
+
+

Financial Transparency Dashboard

+ +

+ A data visualization dashboard designed to improve transparency around budgets. +

+ +

Technologies: Tableau

+
+
+
+ + +
+

Skills

+ +
+
+

Technical Skills

+
    +
  • Java
  • +
  • Python
  • +
  • C#
  • +
  • SQL
  • +
+
+ +
+

Professional Skills

+
    +
  • Communication
  • +
  • Teamwork
  • +
  • Problem Solving
  • +
+
+
+
+ + +
+

Contact

+ +

Email: henrriettarivers@gmail.com

+

Phone: 302-367-9236

+

LinkedIn: Henrrietta Riverson LinkedIn

+
+ + + + + \ No newline at end of file diff --git a/henrriettariverson/styles.css b/henrriettariverson/styles.css new file mode 100644 index 0000000..2a50478 --- /dev/null +++ b/henrriettariverson/styles.css @@ -0,0 +1,175 @@ + +body { + font-family: Arial, Helvetica, sans-serif; + background-color: #f5f7fa; + color: #333; + line-height: 1.6; +} + +/* NAVIGATION */ + +.navbar { + display: flex; + justify-content: flex-end; /* pushes nav links to the right */ + align-items: center; + background: #0a2540; + padding: 20px 10%; + position: sticky; /* makes navbar stick */ + top: 0; + z-index: 1000; +} + +.navbar ul { + display: flex; + list-style: none; +} + +.navbar ul li { + margin-left: 25px; +} + +.navbar a { + color: white; + text-decoration: none; + font-weight: 500; +} + +.navbar a:hover { + color: #1a73e8; +} + +/* HERO SECTION */ + +.hero { + display: flex; + justify-content: space-between; + align-items: center; + padding: 80px 10%; + background: white; +} + +.hero-paragraph h1 { + font-size: 40px; +} + +.hero-paragraph h2 { + color: #1a73e8; + margin: 10px 0; +} + +.hero-paragraph p { + margin-top: 20px; + margin-bottom: 25px; /* space before button */ + max-width: 600px; +} + +.hero-image img { + width: 220px; + height: 220px; + border-radius: 50%; + object-fit: cover; +} + +/* BUTTON */ + +.button { + background: #1a73e8; + color: white; + padding: 12px 24px; + text-decoration: none; + border-radius: 6px; +} + +.button:hover { + background: #155ab6; +} + +/*SECTIONS */ + +section { + padding: 70px 10%; +} + +h2 { + margin-bottom: 25px; + color: #0a2540; +} + +/* ABOUT SECTION */ + +#about p { + margin-bottom: 20px; + max-width: 800px; +} + +/* fdEXPERIENCE */ + +.job { + margin-bottom: 40px; +} + +.job h3 { + color: #1a73e8; +} + +.job ul { + margin-top: 10px; + padding-left: 20px; +} + +/* EDUCATION */ + +.school { + margin-bottom: 35px; +} + +/* PROJECTS */ + +.project-card { + background: white; + padding: 25px; + border-radius: 10px; + box-shadow: 0 5px 10px rgba(0,0,0,0.1); + margin-top: 20px; +} + +/* SKILLS SECTION */ + +.skills-grid { + display: flex; + gap: 40px; + flex-wrap: wrap; +} + +.skills-grid div { + background: white; + padding: 25px; + border-radius: 10px; + flex: 1; + min-width: 250px; + box-shadow: 0 5px 10px rgba(0,0,0,0.08); +} + +.skills-grid ul { + padding-left: 20px; +} + +.skills-grid li { + margin-bottom: 8px; +} + +/* CONTACT SECTION */ + +#contact { + display: flex; + flex-direction: column; + gap: 10px; +} + +/* FOOTER */ +footer { + text-align: center; + padding: 20px; + background: #0a2540; + color: white; +} \ No newline at end of file