This project is a basic landing page built using HTML and CSS. The primary focus is on using CSS Flexbox to create a structured layout. The page is simple and does not include advanced features like responsiveness, interactive elements, or custom typography. It serves as a foundational project for those learning web development.
- CSS Flexbox: Utilizes CSS Flexbox for layout management.
- Basic Styling: Simple and clean design with basic CSS styling.
- Easy to Customize: The code is straightforward and easy to modify.
- HTML5: For structuring the content of the landing page.
- CSS3: For basic styling and layout, specifically using Flexbox.
- Git: For version control.
├── LICENSE
├── README.md
├── assets
│ └── images
│ ├── github-mark.png
│ ├── jeremy.png
│ ├── pexels-a2pro-3422964.jpg
│ ├── pexels-iamloe-752615.jpg
│ ├── pexels-negativespace-97075.jpg
│ ├── pexels-pashal-337909.jpg
│ ├── pexels-pixabay-326259.jpg
│ ├── pexels-radu-daniel-mrd-1938968-13002802.jpg
│ └── pexels-simeart-27880483.jpg
├── index.html
└── style.css
This project is licensed under the MIT License - see the LICENSE file for details.