diff --git a/bryantferguson/src/Images/Headshot.jpg b/bryantferguson/src/Images/Headshot.jpg new file mode 100644 index 0000000..12c6d53 Binary files /dev/null and b/bryantferguson/src/Images/Headshot.jpg differ diff --git a/bryantferguson/src/Website/index.css b/bryantferguson/src/Website/index.css new file mode 100644 index 0000000..e60b308 --- /dev/null +++ b/bryantferguson/src/Website/index.css @@ -0,0 +1,178 @@ +/* ================= GLOBAL STYLES ================= */ +body { + margin: 0; + font-family: Arial, sans-serif; + background-color: lightblue; +} + +section { + padding: 60px 20px; +} + +h2{ + text-align: center; +} + +/* ================= NAVBAR ================= */ +.navbar { + display: flex; + justify-content: space-between; + padding: 20px; + background: #222; + color: white; +} + +.navbar a { + color: white; + margin-left: 15px; + text-decoration: none; +} + +/* ================= HERO ================= */ +.hero { + text-align: center; +} + +/* ================= ABOUT ================= */ +.about { + +} + +.about p{ + padding: 10px;; +} + +#about-flex{ + display: flex; + gap: 10px; + border-width: 1px; + border-style: solid; + border-color: #222; + border-radius: 15px; +} + +/* ================= EXPERIENCE ================= */ +.experience { + display: grid; + grid-template-columns: 1fr 1fr; /* 2 equal columns */ + gap: 20px; +} + +.experience h2 { + grid-column-start: 1; + grid-column-end: -1; +} +.job { + display: flex; + flex-direction: column; + gap: 10px; + border: 1px solid #222; + border-radius: 15px; + padding: 15px; + width: auto;; +} + +.job-left { + min-width: 220px; /* adjust to taste */ +} + +.job-left h3 { + margin: 0 0 5px 0; +} + +.job-dates { + margin: 0; +} + +.job-bullets { + margin: 0; + padding-left: 20px; +} + +/* ================= EDUCATION ================= */ +.education {} + +.education p{ + text-align: center; + margin-top: 0px; + margin-bottom: 0px; +} + +/* ================= CERTIFICATIONS ================= */ +.certifications { + text-align: center; +} + +.certifications ul { + list-style-position: inside; /* keeps bullets visible when centered */ + padding-left: 0px; + margin-left: 0px;; +} + +.certifications ul li { + padding-left: 0px; + margin-left: 0px; +} + +#bullet-1{ + margin-left: 25px;; +} + + + +/* ================= PROJECTS ================= */ +.projects { + display: grid; + grid-template-columns: 1fr 1fr; /* 2 equal columns */ + gap: 20px; +} + +.projects h2 { + grid-column-start: 1; + grid-column-end: -1; +} + +.project-card { + border: 1px solid #222; + border-radius: 15px; + padding: 15px; + margin-top: 10px; +} + +/* ================= SKILLS ================= */ +.skills {} + +.skills p{ + text-align: center; +} + +/* ================= CONTACT ================= */ +.contact {} + +.contact p{ + text-align: center; +} + +.contact a{ + color: #222; + font-weight: bold; +} + +/* ================= FOOTER ================= */ +footer { + text-align: center; + padding: 20px; + background: #222; + color: white; +} + +#headshot { + width: 250px; + height: 250px; + object-fit: cover; + border-radius: 5%; +} + +.project-card{ + +} diff --git a/bryantferguson/src/Website/index.html b/bryantferguson/src/Website/index.html new file mode 100644 index 0000000..ddb7e11 --- /dev/null +++ b/bryantferguson/src/Website/index.html @@ -0,0 +1,182 @@ + + + + + + + Bryant Ferguson | Resume Landing Page + + + + + + + +
+ + +
+ Headshot +

Bryant Ferguson

+

Software Engineer

+

Software Engineer focused on backend systems and scalable applications

+
+ + +
+

About Me

+
+

+ I’m a Software Engineer and Computer Science graduate from the University of Delaware with experience building backend systems, RESTful APIs, and full-stack applications using Java and Python. + Through internships in enterprise environments, I’ve worked with production systems, focusing on debugging, API integration, and designing scalable backend solutions. + I’m passionate about building efficient, maintainable software and continuing to grow as a backend developer while contributing to real-world, impactful systems. +

+
+
+ + +
+

Experience

+ +
+
+

Computer Science Teaching Assistant

+

University of Delaware | Feb 2022 – Dec 2025

+
+
    +
  • Mentored 50+ students in programming, strengthening object-oriented design and debugging skills
  • +
  • Graded 100+ coding assignments, providing feedback to improve code quality and best practices
  • +
  • Led office hours assisting students with debugging and complex programming challenges
  • +
+
+ +
+
+

Front-End Web Developer

+

Delaware Photographic Society | Jan 2025 – Sept 2025

+
+
    +
  • Improved website usability and visual design to enhance user experience
  • +
  • Collaborated with stakeholders to implement UI updates and technical improvements
  • +
  • Built Python-based web scrapers to automate photography data collection
  • +
+
+ +
+
+

Command Center Analyst Intern

+

Berkley Technology Services | May 2024 – Aug 2024

+
+
    +
  • Monitored production systems using SolarWinds to ensure uptime and reliability
  • +
  • Troubleshot Tidal jobs to optimize automation workflows and ensure data integrity
  • +
  • Managed user access across Linux/Unix environments to maintain system security
  • +
+
+ +
+
+

Software Engineering Intern

+

LabWare | Jun 2023 – Aug 2023

+
+
    +
  • Built software features using Smalltalk and object-oriented programming principles
  • +
  • Processed and transformed large datasets to improve data integration
  • +
  • Developed UI components using LabWare libraries for client-specific needs
  • +
+
+ +
+ + +
+

Education

+

University of Delaware

+

Bachelor of Science in Computer Science

+

December 2025

+ +

Code Differently: AI Powered Software Engineering Bootcamp

+

June 2026

+
+ + +
+

Certifications

+ +
+ + +
+

Projects

+ +
+

Parking Garage Management System

+
    +
  • Engineered a Java backend system for reservations, availability tracking, and automated fee calculation
  • +
  • Implemented efficient parking logic for fast data handling and lookups
  • +
  • Improved reliability through validation and error handling
  • +
  • Wrote unit tests with JUnit to ensure stable backend functionality
  • +
+
+ +
+

RescueBites

+
    +
  • Integrated Google Gemini API to generate personalized recipes from user ingredients
  • +
  • Built a responsive React + TypeScript interface for real-time input and results
  • +
  • Designed a Flask REST API backend to process requests and integrate AI services
  • +
+
+ +
+

UD Degree Planner

+
    +
  • Integrated Google Gemini API to generate personalized recipes from user ingredients
  • +
  • Built a responsive React + TypeScript interface for real-time input and results
  • +
  • Designed a Flask REST API backend to process requests and integrate AI services
  • +
+
+ +
+ + +
+

Skills

+ +

Languages: Java, Python, C++, C, TypeScript, JavaScript, SQL, HTML, CSS, Smalltalk

+ +

Frameworks & Tools: Spring Boot, React, Node.js, Flask, Prisma, JUnit, REST APIs, Git, CI/CD, Postman, ServiceNow, SolarWinds, Tidal, Active Directory, Excel

+
+ + +
+

Contact

+

Email: bryantferguson826@gmail.com

+

LinkedIn: linkedin.com/in/bryant-ferguson

+

GitHub: Bferg2002

+

Phone: 302-584-3435

+
+ +
+ + + + + + \ No newline at end of file