A static personal website built with HTML and CSS, hosted via GitHub Pages.
This repo captures my personal and professional journey, including:
- key milestones in my career
- personal development highlights
- links to my profiles and resources
- blog posts about projects and experiences
You can view the website here:
- GitHub Pages: https://tobebeevers.github.io/My_Personal_Repo/
- HTML5
- CSS3
- Font Awesome (icons)
.
├── index.html
├── my_early_years.html
├── career_change.html
├── personal_development.html
├── my_links.html
├── my_blog.html
├── Blog-Posts/
│ ├── blog_AIML.html
│ ├── blog_CentralBilling.html
│ ├── blog_CareerChange.html
│ ├── blog_JupyterNotebook.html
│ ├── blog_MyCSR.html
│ ├── blog_O365Migrations.html
│ ├── blog_PowerBI.html
│ └── blog_template.html
├── css/
│ ├── containers.css
│ ├── styles.css
│ └── timeline.css
└── library/
├── images
├── favicons
└── CV files
Because this is a static site, you can open index.html directly in your browser.
For a better local development experience (recommended), run a simple local server from the repository root:
python -m http.server 8000Then open:
http://localhost:8000
- Keep global layout and component styles in
css/styles.cssandcss/containers.css. - Use
css/timeline.cssfor timeline-specific styling. - Add new blog pages in
Blog-Posts/and link them frommy_blog.html. - Store reusable media and document assets in
library/.
This project is licensed under the terms of the LICENSE file.