|
9 | 9 | <h1 id="fusionExpress">FUSION EXPRESS</h1>
|
10 | 10 | <nav>
|
11 | 11 | <ul>
|
12 |
| - <li><a href="index.html" class="navLink">Home</a></li> |
13 |
| - <li><a href="SignUp.html" class="navLink">Sign up</a></li> |
14 |
| - <li><a href="aboutUs.html" class="navLink">About us</a></li> |
| 12 | + <li><a href="../HTML/index.html" class="navLink">Home</a></li> |
| 13 | + <li><a href="../HTML/SignUp.html" class="navLink">Sign up</a></li> |
| 14 | + <li><a href="../HTML/aboutUs.html" class="navLink">About us</a></li> |
15 | 15 | </ul>
|
16 | 16 | </nav>
|
17 | 17 | </header>
|
18 | 18 | <section class="catalog">
|
19 | 19 | <article class="car">
|
20 |
| - <img src="toyota1.png" alt="Luxury Car"> |
21 |
| - <h2></h2> |
22 |
| - <p>The Saloon was the second body style to be launched. It was unveiled at the Munich Olympic Stadium |
23 |
| - on November 23, 2009 and production began in January 2010. |
24 |
| - The Saloon models have a length of 4,899 mm (192.9 in).</p> |
| 20 | + <img src="../Images/honda.png" alt="hybridCar"> |
| 21 | + <h2>2024 Honda Insight</h2> |
| 22 | + <p>The Honda Insight combines the efficiency of a hybrid with the refinement of a compact sedan. |
| 23 | + It features a 1.5L Atkinson-cycle engine paired with an electric motor with 151 horsepower.</p> |
25 | 24 | <button class="btn">Rent Now</button>
|
26 | 25 | </article>
|
27 | 26 | <article class="car">
|
28 |
| - <img src="car1.png" alt="Luxury Car"> |
29 |
| - <h2>Mercedes-Benz C-Class</h2> |
30 |
| - <p>Wearing the same distinguished styling as the larger E-class and S-class sedans, <br> |
31 |
| - the Mercedes-Benz C-class is tasked with bringing similar levels of luxury <br> |
32 |
| - and prestige to the compact sedan segment.<br></p> |
| 27 | + <img src="../Images/toyotacrown.png" alt="hybridCar" height="220"> |
| 28 | + <h2>Toyota crown 2024</h2> |
| 29 | + <p>The 2024 Toyota Crown is a full-size sedan that combines luxury with hybrid efficiency. |
| 30 | + It offers a distinctive design with a raised ride height and sleek lines.The Crown features a premium cabin.</p> |
33 | 31 | <button class="btn">Rent Now</button>
|
34 | 32 | </article>
|
35 | 33 | <article class="car">
|
36 |
| - <img src="car2.png" alt="Luxury Car"> |
37 |
| - <h2>Audi a5 45 s line</h2> |
38 |
| - <p>Moonroof, Heated Leather Seats, Onboard Communications System,<br> |
39 |
| - iPod/MP3 Input, Rear Air, Power Liftgate, All Wheel Drive, Turbo Charged Engine, <br> |
40 |
| - Aluminum Wheels, Back-Up Camera. Warranty 4 yrs/50k Miles! <br> |
| 34 | + <img src="../Images/renault.png" alt="hybridCar" height="220"> |
| 35 | + <h2>Renault Rafale</h2> |
| 36 | + <p>The 2024 Renault Rafale is a mid-size crossover SUV that combines sleek coupe styling with hybrid efficiency. |
| 37 | + Available in both full-hybrid (FHEV) and plug-in hybrid (PHEV) variants. |
41 | 38 | </p>
|
42 | 39 | <button class="btn">Rent Now</button>
|
43 | 40 | </article>
|
44 | 41 | </section>
|
45 | 42 | <footer>
|
46 |
| - <h2 id="findUs">Contact Us:</h2> |
47 |
| - <div class="footerImages"> |
48 |
| - <a href="https://www.facebook.com"><img src="../Images/facebook.png" id="facebook" class="fPic"></a> |
49 |
| - <a href="https://www.instagram.com"><img src="../Images/instagram.png" id="instagram" class="fPic"></a> |
50 |
| - <a href="https://www.github.com"><img src="../Images/github.png" id="github" class="fPic"></a> |
51 |
| - </div> |
52 |
| - <div id="emailNumber"> |
53 |
| - <p class="contacts"><b>Email: </b>fusionExpress@yahoo.com</p> |
54 |
| - <p class="contacts"><b>Phone number: </b>+359877655433</p> |
| 43 | + |
| 44 | + <div id="footerImages"> |
| 45 | + |
| 46 | + |
| 47 | + <a href="https://www.facebook.com"><img src="../Images/facebook.png" id="facebook" class="fPic"></a> |
| 48 | + <a href="https://www.instagram.com"><img src="../Images/instagram.png" id="instagram" class="fPic"></a> |
| 49 | + <a href="https://www.github.com"><img src="../Images/github.png" id="github" class="fPic"></a> |
| 50 | + |
55 | 51 | </div>
|
| 52 | + |
56 | 53 | <p id="copyright">© 2025 - Fusion Express</p>
|
| 54 | + |
57 | 55 | </footer>
|
58 | 56 | </body>
|
59 | 57 | </html>
|
0 commit comments