https://github.com/dev-gaitano/personal-website-html_css
A personal website assignment using only vanilla HTML and CSS
https://github.com/dev-gaitano/personal-website-html_css
css html website
Last synced: 4 months ago
JSON representation
A personal website assignment using only vanilla HTML and CSS
- Host: GitHub
- URL: https://github.com/dev-gaitano/personal-website-html_css
- Owner: dev-gaitano
- Created: 2026-03-21T03:55:47.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-03-21T15:04:52.000Z (5 months ago)
- Last Synced: 2026-03-22T01:10:48.982Z (5 months ago)
- Topics: css, html, website
- Language: CSS
- Homepage: https://dev-gaitano.github.io/personal-website-html_css/
- Size: 9.37 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Website
A personal website built as an assignment using only vanilla HTML and CSS
Designed in Figma: [Figma Design](https://www.figma.com/design/e6sKvT0VFYteChqoX70bdc/static-personal-site?node-id=0-1&t=S3BWKnJm7vTi4uxc-1)
## Overview
This project is a hand-crafted personal website that demonstrates core front-end fundamentals. Every layout, style, and interaction is achieved purely through HTML structure and CSS, keeping the codebase lightweight and dependency-free.
## Features
- HTML5 semantic markup
- CSS styling and layout (Flexbox / Grid)
- 3 sections
## Project Structure
```
project/
├── index.html # Main entry point
├── css/
│ └── styles.css # Global styles
├── assets/
│ └── images/ # Image assets
└── README.md
```
## Getting Started
No installation or build step needed. Just open the project in your browser:
```bash
# Clone the repository
git clone https://github.com/dev-gaitano/personal-website-html_css.git
# Open in browser
open index.html
```
## License
This project was created for educational purposes.