Portfolio Repository: https://github.com/walshyaw/walshyaw.github.io View Portfolio: https://alexanderwalsh.dev/portfolio/index.html
A terminal-inspired portfolio showcasing my work as a Computer Science student at High Point University, concentrating in Cybersecurity. Built with HTML5, CSS3, and Bootstrap using a Linux shell aesthetic, it features my projects, coursework, resume, and contact info wrapped in a clean design.
Pages Page Description index Home / terminal-style landing page about Brief bio and profile photo courses Coursework with hover descriptions showcase Projects resume Resume viewer contact Contact form
Stack Technology Usage HTML5 Page structure and markup CSS3 Custom styling and layout Bootstrap 5.3.8 Base reset and form components Fira Code Monospace font for terminal aesthetic
Project Structure portfolio
├── css
│ ├── about.css
│ ├── contact.css
│ ├── courses.css
│ ├── projects.css
│ ├── resume.css
│ └── styles.css
├── html
│ ├── about.html
│ ├── contact.html
│ ├── courses.html
│ ├── projects.html
│ └── resume.html
├── images
│ ├── cpu-img.png
│ ├── favicon.ico
│ ├── green-folder-img.png
│ ├── linkedIn.png
│ ├── minecraft-logo.png
│ ├── palette.png
│ └── wireframes (.gitignore)
│ ├── wireframe_1_index_html.png
│ ├── wireframe_2_resume_html.png
│ ├── wireframe_3_courses_html.png
│ ├── wireframe_4_contact_html.png
│ ├── wireframe_5_projects_html.png
│ └── wireframe_6_about_html.png
├── index.html
├── pdfs
│ └── walsh_Alexander_Resume.pdf
├── README.md
├── requirements (.gitignore)
│ ├── Online Portfolio Requirements.pdf
│ └── Web Design Best Practices Checklist.pdf
└── validation (.gitignore)
├── about_css_valid.png
├── about_html_valid.png
├── contact_css_valid.png
├── contact_html_valid.png
├── courses_css_valid.png
├── courses_html_valid.png
├── index_html_valid.png
├── projects_css_valid.png
├── projects_html_valid.png
├── resume_css_valid.png
├── resume_html_valid.png
└── styles_css_valid.png
Design Theme — Terminal / Linux shell aesthetic Color scheme — Black background with #4e9a06 green Font — Fira Code monospace Layout — Flexbox-based with a persistent header and footer