An open API service indexing awesome lists of open source software.

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

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.