-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclients.html
172 lines (161 loc) · 6.24 KB
/
clients.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans&family=Ubuntu&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap" rel="stylesheet">
<!-- Social Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Fluffy Puppies</title>
</head>
<!-- Navbar -->
<body>
<div class="header">
<img
src="images/Fluffy-Puppies-logos-black.jpg" alt="logo" id="navbarLogo"/>
<div>
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="services.html">Services</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
<li>
<a href="faq.html">FAQ</a>
</li>
<li>
<a href="clients.html">Our Clients</a>
</li>
</ul>
</div>
</div>
<!--Cards-->
<div class="hero"></div>
<p id="abouthead">Photo Gallery</p>
<!-- first card -->
<div class="client-card">
<h2>Take a look at some of our clients below!</h2>
<br />
<p>
We like to thank our customers and their families by adding their
photos below. If you would like to submit your family photo (with your
pet of course) you can sumbit them to [email protected]
</p>
<br />
<p>
The slideshow will automatically change photots every 3 seconds, or
you can click throuh using the arrows. Enjoy!
</p>
<a href="/index.html"
><img
src="images/Fluffy-Puppies-logos-transparent.jpg" alt="logo1"
id="card-logo"
/></a>
</div>
<!-- Slideshow container -->
<div class="slideshow-container">
<!-- Full-width images with number and caption text -->
<div class="mySlides fade">
<div class="numbertext">1 / 10</div>
<img src="images/img1.jpg" alt="img1" style="width: 100%" />
<div class="text">Caption Text</div>
</div>
<div class="mySlides fade">
<div class="numbertext">2 / 10</div>
<img src="images/img4.jpg" alt="img2" style="width: 100%" />
<div class="text">Caption Two</div>
</div>
<div class="mySlides fade">
<div class="numbertext">3 / 10</div>
<img src="images/img3.jpg" alt="img3" style="width: 100%" />
<div class="text">Caption Three</div>
</div>
<div class="mySlides fade">
<div class="numbertext">4 / 10</div>
<img src="images/mop.jpg" alt="img4" style="width: 100%" />
<div class="text">Caption Three</div>
</div>
<div class="mySlides fade">
<div class="numbertext">5 / 10</div>
<img src="images/gregg.jpg" alt="img5" style="width: 100%" />
<div class="text">Caption Three</div>
</div>
<div class="mySlides fade">
<div class="numbertext">6 / 10</div>
<img src="images/grandpa.jpg" alt="img6" style="width: 100%" />
<div class="text">Caption Three</div>
</div>
<div class="mySlides fade">
<div class="numbertext">7 / 10</div>
<img src="images/glennda.jpg" alt="img7" style="width: 100%" />
<div class="text">Caption Three</div>
</div>
<div class="mySlides fade">
<div class="numbertext">8 / 10</div>
<img src="images/fifi.jpg" alt="img8" style="width: 100%" />
<div class="text">Caption Three</div>
</div>
<div class="mySlides fade">
<div class="numbertext">9 / 10</div>
<img src="images/ears.jpg" alt="img9" style="width: 100%" />
<div class="text">Caption Three</div>
</div>
<div class="mySlides fade">
<div class="numbertext">10 / 10</div>
<img src="images/darth.jpg" alt="img10" style="width: 100%" />
<div class="text">Caption Three</div>
</div>
<!-- Next and previous buttons -->
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<br />
<!-- The dots/circles -->
<div style="text-align: center">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
<span class="dot" onclick="currentSlide(4)"></span>
<span class="dot" onclick="currentSlide(5)"></span>
<span class="dot" onclick="currentSlide(6)"></span>
<span class="dot" onclick="currentSlide(7)"></span>
<span class="dot" onclick="currentSlide(8)"></span>
<span class="dot" onclick="currentSlide(9)"></span>
<span class="dot" onclick="currentSlide(10)"></span>
</div>
<div id="contact" class="contact">
<a href="services.html"
><img src="images/reception.jpeg" alt="reception" class="float-right"
/></a>
<h2>Let's Get Your Pet Scheduled</h2>
<ul>
<li>Hours: Monday - Saturday 8:00am - 6:00pm</li>
<li>Schedule an appointment at 216.555.1234</li>
<li>Also find us on Social Media Below!</li>
</ul>
<a href="http://www.facebook.com" class="fa fa-facebook"></a>
<a href="http://www.twitter.com" class="fa fa-twitter"></a>
<a href="http://www.instagram.com" class="fa fa-instagram"></a>
<a href="http://www.pinterest.com" class="fa fa-pinterest"></a>
</div>
<div class="footer">
<!-- script tag -->
<script src="script.js"></script>
<h2>Made with ❤️️ by Branden</h2>
<p>
216 Atlantic Avenue ~ Cleveland, Ohio. 44138 ~ Tel: 216 555-1234 ©
2021 Fluffy Puppies, Inc.
</p>
</div>
</body>
</html>