Skip to content

Commit b9c05bf

Browse files
Finish catalogs
1 parent b91a8c5 commit b9c05bf

File tree

6 files changed

+37
-38
lines changed

6 files changed

+37
-38
lines changed

HTML/catalog.html

+11-10
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,19 @@ <h2>Audi a5 45 s line</h2>
4242
<button class="btn">Rent Now</button>
4343
</article>
4444
</section>
45-
<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>
45+
<footer>
46+
47+
<div id="footerImages">
48+
49+
50+
<a href="https://www.facebook.com"><img src="../Images/facebook.png" id="facebook" class="fPic"></a>
51+
<a href="https://www.instagram.com"><img src="../Images/instagram.png" id="instagram" class="fPic"></a>
52+
<a href="https://www.github.com"><img src="../Images/github.png" id="github" class="fPic"></a>
53+
5554
</div>
55+
5656
<p id="copyright">© 2025 - Fusion Express</p>
57+
5758
</footer>
5859
</body>
5960
</html>

HTML/catalog3.html

+25-27
Original file line numberDiff line numberDiff line change
@@ -9,51 +9,49 @@
99
<h1 id="fusionExpress">FUSION EXPRESS</h1>
1010
<nav>
1111
<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>
1515
</ul>
1616
</nav>
1717
</header>
1818
<section class="catalog">
1919
<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>
2524
<button class="btn">Rent Now</button>
2625
</article>
2726
<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>
3331
<button class="btn">Rent Now</button>
3432
</article>
3533
<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.
4138
</p>
4239
<button class="btn">Rent Now</button>
4340
</article>
4441
</section>
4542
<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+
5551
</div>
52+
5653
<p id="copyright">© 2025 - Fusion Express</p>
54+
5755
</footer>
5856
</body>
5957
</html>

HTML/catalog4.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h2>2019 Honda Civic Sedan</h2>
3232
</article>
3333
<article class="car">
3434
<img src="../Images/hyundai3.png" alt="fuelCar" height="200">
35-
<h2>Audi a5 45 s line</h2>
35+
<h2>Hyundai Sonata</h2>
3636
<p>The 2024 Hyundai Sonata is a refreshed midsize sedan that offers a blend of modern design, advanced technology,
3737
and efficient performance. It is available in both gasoline and hybrid variants and impressive fuel economy.
3838
</p>

Images/honda.png

244 KB
Loading

Images/renault.png

112 KB
Loading

Images/toyotacrown.png

512 KB
Loading

0 commit comments

Comments
 (0)