Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added bryantferguson/src/Images/Headshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
178 changes: 178 additions & 0 deletions bryantferguson/src/Website/index.css
Original file line number Diff line number Diff line change
@@ -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{

}
182 changes: 182 additions & 0 deletions bryantferguson/src/Website/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,182 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- ================= HEAD ================= -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bryant Ferguson | Resume Landing Page</title>
<link rel="stylesheet" href="index.css">
</head>

<body>
<!-- ================= NAVBAR ================= -->
<header class="navbar">
<h1 class="logo">Bryant Ferguson</h1>
<nav>
<a href="#hero">Home</a>
<a href="#about">About</a>
<a href="#experience">Experience</a>
<a href="#education">Education</a>
<a href="#projects">Projects</a>
<a href="#skills">Skills</a>
<a href="#contact">Contact</a>
</nav>
</header>

<main>

<!-- ================= HERO SECTION ================= -->
<section id="hero" class="hero">
<img id="headshot" src="../Images/Headshot.jpg" alt="Headshot">
<h2>Bryant Ferguson</h2>
<h3>Software Engineer</h3>
<p>Software Engineer focused on backend systems and scalable applications</p>
</section>

<!-- ================= ABOUT ME ================= -->
<section id="about" class="about">
<h2>About Me</h2>
<div id ="about-flex">
<p>
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.
</p>
</div>
</section>

<!-- ================= EXPERIENCE ================= -->
<section id="experience" class="experience">
<h2>Experience</h2>

<div class="job">
<div class="job-left">
<h3>Computer Science Teaching Assistant</h3>
<p class="job-dates">University of Delaware | Feb 2022 – Dec 2025</p>
</div>
<ul class="j">
<li>Mentored 50+ students in programming, strengthening object-oriented design and debugging skills</li>
<li>Graded 100+ coding assignments, providing feedback to improve code quality and best practices</li>
<li>Led office hours assisting students with debugging and complex programming challenges</li>
</ul>
</div>

<div class="job">
<div class="job-left">
<h3>Front-End Web Developer</h3>
<p class ="job-dates">Delaware Photographic Society | Jan 2025 – Sept 2025</p>
</div>
<ul class = "j">
<li>Improved website usability and visual design to enhance user experience</li>
<li>Collaborated with stakeholders to implement UI updates and technical improvements</li>
<li>Built Python-based web scrapers to automate photography data collection</li>
</ul>
</div>

<div class="job">
<div class="job-left">
<h3>Command Center Analyst Intern</h3>
<p class = "job-dates">Berkley Technology Services | May 2024 – Aug 2024</p>
</div>
<ul>
<li>Monitored production systems using SolarWinds to ensure uptime and reliability</li>
<li>Troubleshot Tidal jobs to optimize automation workflows and ensure data integrity</li>
<li>Managed user access across Linux/Unix environments to maintain system security</li>
</ul>
</div>

<div class="job">
<div class="job-left">
<h3>Software Engineering Intern</h3>
<p class ="job-dates">LabWare | Jun 2023 – Aug 2023</p>
</div>
<ul>
<li>Built software features using Smalltalk and object-oriented programming principles</li>
<li>Processed and transformed large datasets to improve data integration</li>
<li>Developed UI components using LabWare libraries for client-specific needs</li>
</ul>
</div>

</section>

<!-- ================= EDUCATION ================= -->
<section id="education" class="education">
<h2>Education</h2>
<p><strong>University of Delaware</strong></p>
<p>Bachelor of Science in Computer Science</p>
<p>December 2025</p>

<p><strong>Code Differently: AI Powered Software Engineering Bootcamp</strong></p>
<p>June 2026</p>
</section>

<!-- ================= CERTIFICATIONS ================= -->
<section id="certifications" class="certifications">
<h2 class = "certs">Certifications</h2>
<ul>
<li id = "bullet-1">Certified Scrum Master – Scrum Alliance (March 2026)</li>
<li>Java Foundations – Oracle Academy (March 2026)</li>
</ul>
</section>

<!-- ================= PROJECTS ================= -->
<section id="projects" class="projects">
<h2>Projects</h2>

<div class="project-card">
<h3>Parking Garage Management System</h3>
<ul>
<li>Engineered a Java backend system for reservations, availability tracking, and automated fee calculation</li>
<li>Implemented efficient parking logic for fast data handling and lookups</li>
<li>Improved reliability through validation and error handling</li>
<li>Wrote unit tests with JUnit to ensure stable backend functionality</li>
</ul>
</div>

<div class="project-card">
<h3>RescueBites</h3>
<ul>
<li>Integrated Google Gemini API to generate personalized recipes from user ingredients</li>
<li>Built a responsive React + TypeScript interface for real-time input and results</li>
<li>Designed a Flask REST API backend to process requests and integrate AI services</li>
</ul>
</div>

<div class="project-card">
<h3>UD Degree Planner</h3>
<ul>
<li>Integrated Google Gemini API to generate personalized recipes from user ingredients</li>
<li>Built a responsive React + TypeScript interface for real-time input and results</li>
<li>Designed a Flask REST API backend to process requests and integrate AI services</li>
</ul>
</div>

</section>

<!-- ================= SKILLS ================= -->
<section id="skills" class="skills">
<h2>Skills</h2>

<p><strong>Languages:</strong> Java, Python, C++, C, TypeScript, JavaScript, SQL, HTML, CSS, Smalltalk</p>

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

<!-- ================= CONTACT ================= -->
<section id="contact" class="contact">
<h2>Contact</h2>
<p>Email: <a href ="mailto:bryantferguson826@gmail.com"> bryantferguson826@gmail.com</a></p>
<p>LinkedIn: <a href="http://www.linkedin.com/in/bryant-ferguson">linkedin.com/in/bryant-ferguson</a></p>
<p>GitHub: <a href="https://github.com/Bferg2002">Bferg2002</a></p>
<p>Phone: 302-584-3435</p>
</section>

</main>

<!-- ================= FOOTER ================= -->
<footer>
<p>&copy; 2026 Bryant Ferguson</p>
</footer>

</body>
</html>