Skip to content

brypy220/brypy220.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bryon Fitzgerald Ward Jr. — Cybersecurity & Data Portfolio

This repository powers brypy.com, my personal website built with HTML, CSS, and vanilla JavaScript.
It serves as an interactive timeline and portfolio showcasing my professional journey across security, data analysis, and technology.


🧠 About the Site

  • Purpose: Document my evolution from finance to cybersecurity, highlighting technical projects, tools, and reflections.
  • Stack:
    • HTML5
    • CSS3 (custom responsive design)
    • JavaScript (timeline logic and dynamic event rendering)
  • Features:
    • Interactive horizontal career timeline with clickable entries
    • Modular HTML templates for new event pages
    • Consistent visual identity using Albert Sans and News Cycle fonts
    • Accessibility-focused design and keyboard navigation support

🧩 Structure

brypy220.github.io/
│
├── index.html                # main timeline
├── css/
│   └── styles.css            # global styles
├── images/                   # assets and icons
├── pages/                    # detailed entries
│   ├── 2013_entry_template.html
│   ├── 2014-pace.html
│   ├── 2015-wallstreet.html
│   ├── 2016-kaboom.html
│   ├── 2018-combined.html
│   ├── 2019-prudential.html
│   ├── 2020-alexander-capital.html
│   └── entry_template.html
└── CNAME                     # custom domain (brypy.com)

🚀 Deployment

Hosted through GitHub Pages, automatically built from the main branch.
Every commit pushed to this branch redeploys the live site.

To update:

git add .
git commit -m "Update site content"
git push origin main

🔗 Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors