-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
58 lines (53 loc) · 3.29 KB
/
footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!-- COMMON FOOTER -->
<footer>
<link rel="stylesheet" href="main.css">
<!-- Trusted By Section -->
<h2 class="trust">- Trusted By -</h2>
<div class="box-trust-container">
<div class="box-trust">
<img src="file:///Users/alexciancimino/Desktop/thermofax/images/barebonestattoo.png" alt="Step 1 Image" class="trustimages">
<p>Bare Bones Tattoo</p>
</div>
<div class="box-trust">
<img src="file:///Users/alexciancimino/Desktop/thermofax/images/blacksparrowtattoo.png" alt="Step 1 Image" class="trustimages">
<p>Black Sparrow Tattoo</p>
</div>
<div class="box-trust">
<img src="file:///Users/alexciancimino/Desktop/thermofax/images/holycobratattoo.png" alt="Step 1 Image" class="trustimages">
<p>Holy Cobra Tattoo</p>
</div>
<div class="box-trust">
<img src="file:///Users/alexciancimino/Desktop/thermofax/images/oldrosetattoo.png" alt="Step 1 Image" class="trustimages">
<p>Old Rose Tattoo</p>
</div>
<div class="box-trust"><img src="file:///Users/alexciancimino/Desktop/thermofax/images/locallyfamoustattoo.png" alt="Step 1 Image" class="trustimages">
<p>Locally Famous Tattoo</p>
</div>
</div>
<!-- Testimonials Section -->
<h2 class="testimonials">What people think of Thermofax Repair...</h2>
<div class="box-testimonials-container">
<div class="box-testimonials">
<img src="file:///Users/alexciancimino/Desktop/thermofax/images/blacksparrowtattoo.png" alt="Step 1 Image" class="testimonialsimages">
<div class="box-testimonials-text">
<h3 class="testimonials">Steve, Tattoo Shop</h3>
<p>EXAMPLE TEXT - waiting for real testimonials!! Fast service, hardly any down time at the shop. Fast service, hardly any down time at the shop. Fast service, hardly any down time at the shop. Fast service, hardly any down time at the shop.</p>
</div>
</div>
<div class="box-testimonials">
<img src="file:///Users/alexciancimino/Desktop/thermofax/images/blacksparrowtattoo.png" alt="Step 1 Image" class="testimonialsimages">
<div class="box-testimonials-text">
<h3 class="testimonials">Steve, Tattoo Shop</h3>
<p>EXAMPLE TEXT - waiting for real testimonials!! Fast service, hardly any down time at the shop. Fast service, hardly any down time at the shop. Fast service, hardly any down time at the shop. Fast service, hardly any down time at the shop.</p>
</div>
</div>
<div class="box-testimonials">
<img src="file:///Users/alexciancimino/Desktop/thermofax/images/blacksparrowtattoo.png" alt="Step 1 Image" class="testimonialsimages">
<div class="box-testimonials-text">
<h3 class="testimonials">Steve, Tattoo Shop</h3>
<p>EXAMPLE TEXT - waiting for real testimonials!! Fast service, hardly any down time at the shop. Fast service, hardly any down time at the shop. Fast service, hardly any down time at the shop. Fast service, hardly any down time at the shop. </p>
</div>
</div>
</div>
<p class="footernote">© 2023 Thermofax Repairs - Thermofax Repair Seattle. All rights reserved.</p>
</footer>