Skip to content

Commit

Permalink
Change files/folders names
Browse files Browse the repository at this point in the history
  • Loading branch information
AsteroidusTv committed Oct 11, 2024
1 parent fd7a1bd commit a66b7ae
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="icon" type="image/x-icon" href="/imgs/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<link rel="stylesheet" href="./styles/styles.css">
<link rel="stylesheet" href="./styles/header.css">
<link rel="stylesheet" href="./styles/main.css">
Expand All @@ -13,7 +13,7 @@
<body>
<header id="mainHeader" class="main-header">
<div id="headerBackground" class="header-background"></div>
<img class="header-logo" src="./imgs/logo.png" alt="RecyTech logo" onclick="window.location.reload()">
<img class="header-logo" src="./images/logo.png" alt="RecyTech logo" onclick="window.location.reload()">
<h1 id="headerTitle" class="header-title">RecyTech</h1>
<div class="header-separator"></div>
<div id="headerLinks" class="header-links">
Expand All @@ -34,15 +34,15 @@ <h1 id="headerTitle" class="header-title">RecyTech</h1>
<h1 class="section-slogan">Transformer les vieux PC <br> en nouvelles opportunités.</h1>
<div class="section-buy">
<div class="buy-image-title">
<img class="buy-image" src="./imgs/template2.jpg" alt="template2">
<img class="buy-image" src="./images/template2.jpg" alt="template2">
<h1 class="buy-title">Lorem ipsum dolor sit amet consectetur.</h1>
</div>
<button class="buy-button">Acheter</button>
</div>
</section>
<section id="about" class="main-section about">
<div class="about-icon-wrapper">
<img src="./imgs/la_feuille.png" alt="Icône RecyTech" class="about-icon">
<img src="./images/leaf.png" alt="Icône RecyTech" class="about-icon">
</div>
<div class="about-text-content">
<h2 class="about-title">À propos</h2>
Expand All @@ -57,7 +57,7 @@ <h2 class="about-title">À propos</h2>
</div>

<div class="about-image-content">
<img src="./imgs/template.jpg" alt="Reconditionnement d'ordinateurs" class="about-image">
<img src="./images/template.jpg" alt="Reconditionnement d'ordinateurs" class="about-image">
</div>
</section>
<section id="team" class="main-section team"></section>
Expand Down

0 comments on commit a66b7ae

Please sign in to comment.