Skip to content

alejaalvar/alejaalvar.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alejandro Alvarado — Personal Website

Personal portfolio site built for CS 463/563 – Intro to Web Development, Final Project.

Live site: https://alejaalvar.github.io/ Repo: https://github.com/alejaalvar/alejaalvar.github.io

Project Structure

alejaalvar.github.io/
├── index.html       — single-page site with all sections
├── css/
│   └── style.css    — all custom styles; every color is a CSS variable
├── js/
│   └── main.js      — dark mode toggle with localStorage persistence
└── README.md

Run Locally

Requires Node.js for npx.

npx browser-sync start --server --files "**/*"

Then open http://localhost:3000

Alternatively with Python:

python3 -m http.server 8080

Then open http://localhost:8080

Outside Sources & Libraries

Source Purpose
Bootstrap 5.3 Navbar, grid layout, carousel component
Bootstrap Icons 1.11 Moon/sun icons for dark mode toggle
MDN — CSS Custom Properties CSS variable syntax reference
MDN — localStorage Persisting dark mode preference across visits

About

Personal portfolio website demonstrating the fundamentals of frontend web development. Featuring a minimal portfolio page built using HTML, CSS, Bootstrap, and JavaScript for a responsive web interface.

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages