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.
- 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 SansandNews Cyclefonts - Accessibility-focused design and keyboard navigation support
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)
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