Leon is a simple project showcasing HTML and CSS for a single-page website with different sections.
-
Home Section
- Brief introduction or welcome message.
-
Service Section
- Overview of the services offered.
-
Portfolio Section
- Display a collection of your work or projects.
-
About Section
- Information about the company or individual behind the website.
-
Contact Section
- Contact details or a form for users to get in touch.
index.html
: Main HTML file containing all sections.css/
: Folder for stylesheets.images/
: Folder for images used in the project.webfonts/
: Folder for web font files.
- Styles for the entire website are defined in the
css/style.css
file. Customize it as needed.
This project is from el zero web school.