Loading repository data…
Loading repository data…
cotebarrientos / repository
This repository contains 1 assignment about CSS for the Frontend Development industry training program taught by Brainnest.

This repository contains 1 assignment about CSS for the Frontend Development industry training program taught by Brainnest.
You can visit this website by clicking here.
The main goal of this project is to test your knowledge of CSS and create a web site of maximum 3 pages that is as close as possible to the template presented by the mentor of this course. The template simulates the requirements of a hypothetical client.
| Mentor's Template | My Version |
|---|---|
![]() |
Color Scheme
| Background and Text | Background, Hero secondary text and links | Hero Main text | Background and button |
|---|---|---|---|
![]() | ![]() | ![]() | ![]() |
| #1F2937 | #E5E7EB | #F9FAF8 | #3882F6 |
The website has the following features:
Navigation bar: Contains the company logo and three links that will take you to the following pages:
Footer: Contains the website's copyright information.
Home Page: This is the starting page of this website and it consists of the following sections:
Our Gym Page: This is the one in charge of talking a little more about the company, and it is also composed of the following sections:
Membership Page: this page invites prospective users to try the services offered by this fitness center, in addition to displaying contact information. This page is composed of:
Project Structure
Open the 'Terminal'.
Choose the location for the cloned directory.
Type git clone, and then paste the clone URL.
$ git clone https://github.com/USERNAME/REPOSITORY
Press 'Enter' to create your local clone.
Well done!, you've cloned this repository.
To deploy this page to GitHub Pages from its GitHub repository, the following steps were taken:
I used W3C HTML Validator to validate my HTML files by direct input.
I used W3C CSS Validator to validate my CSS files by direct input.
The website is performing quite well as reported by this tool.

In this test, all buttons and links were tested to ensure that all buttons and links worked correctly, and that no links were broken.
keep in mind: The form on the membership page does not work because this project only contains css and html.
The content used for this website was consulted from these resources
The images used in this project were obtained mainly from these sources:
Most of the images used were edited and enhanced using Photoshop.
These websites were really useful to troubleshooting the issues I faced:
These YouTube channels were very helpful to guide me during the development of this project, mainly everything related to FlexBox.