Skip to content

Latest commit

Β 

History

History
62 lines (52 loc) Β· 2.14 KB

File metadata and controls

62 lines (52 loc) Β· 2.14 KB

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