You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Major overhaul and modernization of the homepage (index.html), contact page (contact.html), and presentation page (presentation.html) with improved structure, expanded content, and consistent layout.
Complete rewrite and enhancement of the 404 page CSS (css/style-404.css) for better styling, responsiveness, and unified design.
Reformatted and reindented HTML files for improved readability and maintainability.
Unified navigation bars across pages using a modern Bootstrap structure, including dropdowns and updated menu items.
Expanded Instagram and footer sections with additional images and refined layouts for visual consistency.
Added new activity overlays, news cards, and improved button/link classes for a cohesive user experience.
Changes walkthrough 📝
Relevant files
Enhancement
index.html
Major homepage structure overhaul, new sections, and content expansion
index.html
Reformatted and reindented the HTML for improved readability and consistency.
Added duplicate or nested navigation menus and carousel sections, possibly as a result of a merge conflict.
Introduced additional activity and news cards, and expanded Instagram and footer sections with more images and content.
Added new classes and structure for activity overlays and news cards, and updated button/link classes for visual consistency.
There are two identical navigation sections in the navbar that create redundant code. This duplication appears between lines 111-179 and 182-201, causing potential maintenance issues.
The activities section contains duplicated content with identical activity cards appearing twice in the code. This redundancy occurs between lines 332-402 and 403-446.
<divclass="col-lg-3 col-md-6 col-sm-6 col-12 position-relative"><imgsrc="./assets/img/activites/bg_activite_2.jpg" alt="cycling" class="img-fluid w-100" /><divclass="overlay d-flex flex-column align-items-center justify-content-center"><imgsrc="./assets/img/activites/icon_velo.png" alt="Icon Cycling" /><h5class="text-white mb-2">CYCLING</h5><pclass="fw-light text-center">
Le service 100% individualisé adapté à vos disponibilités, votre
condition physique et vos objectifs.
</p><ahref="./404.html" target="_blank" class="mt-3 text-white read-more underline-center">
EN SAVOIR PLUS
</a></div></div><divclass="col-lg-3 col-md-6 col-sm-6 col-12 position-relative"><imgsrc="./assets/img/activites/bg_activite_3.jpg" alt="Training Fonctionnel" class="img-fluid w-100" /><divclass="overlay d-flex flex-column align-items-center justify-content-center"><imgsrc="./assets/img/activites/icon_corde.png" alt="Icon Training Fonctionnel" /><h5class="text-white mb-2">TRAINING FONCTIONNEL</h5><pclass="fw-light text-center">
Le service 100% individualisé adapté à vos disponibilités, votre
condition physique et vos objectifs.
</p><ahref="./404.html" target="_blank" class="mt-3 text-white read-more underline-center">
EN SAVOIR PLUS
</a></div></div><divclass="col-lg-3 col-md-6 col-sm-6 col-12 position-relative"><imgsrc="./assets/img/activites/bg_activite_4.jpg" alt="CrossFit" class="img-fluid w-100" /><divclass="overlay d-flex flex-column align-items-center justify-content-center"><imgsrc="./assets/img/activites/icon_alter.png" alt="Icon CrossFit" /><h5class="text-white mb-2">CROSSFIT</h5><pclass="fw-light text-center">
Le service 100% individualisé adapté à vos disponibilités, votre
condition physique et vos objectifs.
</p><ahref="./404.html" target="_blank" class="mt-3 text-white fw-normal read-more underline-center">
EN SAVOIR PLUS
</a></div></div></div>
There are unresolved merge conflicts in the file with conflict markers (<<<<<<< HEAD, =======, >>>>>>> sabrina) that need to be resolved before deployment.
<<<<<<<HEAD<divclass="collapse navbar-collapse justify-content-center"
id="navbarNavDropdown"
><ulclass="navbar-nav color-menu font-oswald"><liclass="nav-item hover-menu"><aclass="nav-link" aria-current="page" href="./404.html"
>L'EQUIPE</a></li><liclass="nav-item dropdown"><aclass="nav-link dropdown-toggle hover-menu"
href="#"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>
LES ACTIVITÉS
</a><ulclass="dropdown-menu bg-black z-3 px-2"><li><aclass="dropdown-item text-white hover-dropdown ps-3-responsive"
href="./404.html"
>
LE CYCLING
</a></li><li><aclass="dropdown-item text-white hover-dropdown ps-3-responsive"
href="./presentation.html"
>
LE TRAINING FONCTIONNEL
</a></li><li><aclass="dropdown-item text-white hover-dropdown ps-3-responsive"
href="./404.html"
>
LE CROSSFIT
</a></li><li><aclass="dropdown-item text-white hover-dropdown ps-3-responsive"
href="./404.html"
>
PERSONAL TRAINING - COACH PERSONNEL
</a></li></ul></li><liclass="nav-item hover-menu"><aclass="nav-link" href="./404.html">NOS OFFRES</a></li><liclass="nav-item hover-menu"><aclass="nav-link" href="./404.html">PLANNING</a></li><liclass="nav-item hover-menu"><aclass="nav-link" href="./404.html">BLOG</a></li><liclass="nav-item hover-menu"><aclass="nav-link active contact-link" href="./contact.html">CONTACT</a></li>
=======
<divclass="collapse navbar-collapse justify-content-center" id="navbarNavDropdown"><ulclass="navbar-nav color-menu font-oswald text-17px"><liclass="nav-item hover-menu"><aclass="nav-link active" aria-current="page" href="./404.html">L'EQUIPE</a></li><liclass="nav-item dropdown"><aclass="nav-link dropdown-toggle hover-menu" href="#" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
LES ACTIVITÉS
</a><ulclass="dropdown-menu bg-black z-3 ps-3"><li><aclass="dropdown-item text-white hover-dropdown ps-3-responsive" href="./404.html">
LE CYCLING
</a></li><li><aclass="dropdown-item text-white hover-dropdown ps-3-responsive" href="./presentation.html">
LE TRAINING FONCTIONNEL
</a></li><li><aclass="dropdown-item text-white hover-dropdown ps-3-responsive" href="./404.html">
LE CROSSFIT
</a></li><li><aclass="dropdown-item text-white hover-dropdown ps-3-responsive" href="./404.html">
PERSONAL TRAINING - COACH PERSONNEL
</a></li></ul></li><liclass="nav-item hover-menu"><aclass="nav-link" href="./404.html">NOS OFFRES</a></li><liclass="nav-item hover-menu"><aclass="nav-link" href="./404.html">PLANNING</a></li><liclass="nav-item hover-menu"><aclass="nav-link" href="./404.html">BLOG</a></li><liclass="nav-item hover-menu"><aclass="nav-link" href="./contact.html">CONTACT</a></li>>>>>>>> sabrina
Fix the broken carousel structure by removing the merge conflict marker (=======) and the duplicate carousel-inner div that follows it. This will prevent the carousel from breaking.
Why: This identifies a critical merge conflict marker (=======) left in the code that completely breaks the HTML structure and prevents the carousel from functioning properly.
High
Resolve merge conflict
There's a merge conflict in the navigation section that needs to be resolved. The conflict markers (<<<<<<< HEAD, =======, >>>>>>> sabrina) are present in the HTML, which will cause rendering issues and break the page functionality.
Why: Merge conflict markers in HTML will completely break the page rendering and functionality. This is a critical issue that must be resolved.
High
Fix CSS merge conflicts
The CSS file contains unresolved merge conflict markers that will prevent the styles from being properly applied. Remove all conflict markers (<<<<<<< HEAD, =======, >>>>>>> sabrina) and keep only one version of each conflicting section.
[To ensure code accuracy, apply this suggestion manually]
Suggestion importance[1-10]: 10
__
Why: Merge conflict markers in CSS will prevent styles from being applied correctly, breaking the visual layout. This is a critical issue.
High
Remove duplicate navigation menu
Remove the duplicate navigation menu that appears nested inside the first menu. This duplicate menu creates redundant elements and will cause layout and functionality issues.
Why: This identifies a critical duplication issue where there are two complete navigation menus nested within each other. This creates invalid HTML structure and will cause functionality problems.
Medium
Fix nested column structure
Fix the nested column structure in the news cards section by properly closing the parent divs before starting new columns. The current structure creates invalid HTML nesting.
<div class="col-md-4">
<div class="card border-0 h-100">
<img src="./assets/img/news3.jpg" alt="HIIT" class="news-image" />
<div class="d-flex flex-column">
<p class="my-2">18 OCTOBRE 2018</p>
<h5 class="fw-bold">
TITRE DE L'ACTUALITÉ SUR UNE OU DEUX LIGNES EN MAJUSCULES
</h5>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed
do eiusmod tempor incididunt ut labore et dolore magna aliqua
veniam...
</p>
<a href="./404.html" class="btn-border-b-responsive anim-none-responsive mt-auto style-link">
LIRE LA SUITE
</a>
</div>
+ </div>+</div>- <div class="col-md-4">-
[To ensure code accuracy, apply this suggestion manually]
Suggestion importance[1-10]: 8
__
Why: This correctly identifies improper HTML nesting where column divs are not properly closed, creating invalid Bootstrap grid structure that will cause layout issues.
Medium
More
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Type
Enhancement
Description
Major overhaul and modernization of the homepage (
index.html), contact page (contact.html), and presentation page (presentation.html) with improved structure, expanded content, and consistent layout.Complete rewrite and enhancement of the 404 page CSS (
css/style-404.css) for better styling, responsiveness, and unified design.Reformatted and reindented HTML files for improved readability and maintainability.
Unified navigation bars across pages using a modern Bootstrap structure, including dropdowns and updated menu items.
Expanded Instagram and footer sections with additional images and refined layouts for visual consistency.
Added new activity overlays, news cards, and improved button/link classes for a cohesive user experience.
Changes walkthrough 📝
index.html
Major homepage structure overhaul, new sections, and content expansionindex.html
consistency.
possibly as a result of a merge conflict.
and footer sections with more images and content.
and updated button/link classes for visual consistency.
presentation.html
Presentation page layout and structure improvementspresentation.html
consistency.
descriptions for clarity.
homepage.
style-404.css
Complete rewrite and enhancement of 404 page CSScss/style-404.css
for overlays, responsive images, and message styling.
behavior.
contact.html
Major refactor and modernization of contact page layout and navigationcontact.html
and consistency.
structure, adding dropdowns and updating menu items.
grouping, aligning with the new navigation structure.
additional images, and improved layout.