-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestimonial--default.html
More file actions
199 lines (84 loc) · 4.63 KB
/
Copy pathtestimonial--default.html
File metadata and controls
199 lines (84 loc) · 4.63 KB
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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<section class="cmp-skew columns is-centered skew-md-6 "
style=" background-image: url(/api/public/proxy/github.com/images/testimonialbg.png); background-size: cover; border-bottom: 1px solid white; " >
<div class="inner-section ">
<div class="cmp-testimonial">
<div class="cmp-testimonial-inner">
<div id="carouselTestimonialSlider" class="cmp-slider carousel slide " data-ride="carousel" data-interval="false">
<div class="cmp-slider-controls d-flex">
<a class="cmp-slider-prev" href="#carouselTestimonialSlider" role="button" data-slide="prev">
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
<path fill-rule="evenodd" d="M7.116 0L8.36 1.251 2.485 7.162l5.875 5.911-1.244 1.251L0 7.162z"/>
</svg>
<span class="sr-only">Previous</span>
</a>
<ol class="carousel-indicators">
<li data-target="#carouselTestimonialSlider" data-slide-to="0" class="active" ></li>
<li data-target="#carouselTestimonialSlider" data-slide-to="1" ></li>
</ol>
<a class="cmp-slider-next" href="#carouselTestimonialSlider" role="button" data-slide="next">
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="9" height="15" viewBox="0 0 9 15">
<path fill-rule="evenodd" d="M1.244 0L0 1.251l5.875 5.911L0 13.073l1.244 1.251L8.36 7.162z"/>
</svg>
<span class="sr-only">Next</span>
</a>
</div>
<div class="carousel-inner">
<div class="carousel-item active ">
<div class="cmp-shadow-box">
<div class="cmp-cols cols-1 cols-md-2 no-gutter ">
<div class="cmp-shadow-box-img">
<img class="cmp-image img-fluid " src="https://res.cloudinary.com/alldataborn/image/upload/v1577747528/alldata/juan_iact8j.png" alt="happy man" >
<div class="cmp-shadow-box-play-container">
<button class="btn">
<img class="cmp-image " src="/images/play.svg" alt="">
<span class="sr-only"></span>
</button>
</div>
</div>
<div class="cmp-shadow-box-quote">
<div class="cmp-quote">
<img class="cmp-image " src="/images/quote-start.svg" alt="">
<blockquote cite="https://www.huxley.net/bnw/four.html">
<p>ALLDATA allows us to have access to the information we need, and it’s completely portable, so our techs have everything at their fingertips.</p>
<footer>Josh Kazdan, Autosphere</footer>
</blockquote>
<img class="cmp-image " src="/images/quote-end.svg" alt="">
</div> </div>
</div>
</div>
</div> <div class="carousel-item ">
<div class="cmp-shadow-box">
<div class="cmp-cols cols-1 cols-md-2 no-gutter ">
<div class="cmp-shadow-box-img">
<img class="cmp-image img-fluid " src="https://res.cloudinary.com/alldataborn/image/upload/v1577747528/alldata/juan_iact8j.png" alt="happy man" >
<div class="cmp-shadow-box-play-container">
<button class="btn">
<img class="cmp-image " src="/images/play.svg" alt="">
<span class="sr-only"></span>
</button>
</div>
</div>
<div class="cmp-shadow-box-quote">
<div class="cmp-quote">
<img class="cmp-image " src="/images/quote-start.svg" alt="">
<blockquote cite="https://www.huxley.net/bnw/four.html">
<p>ALLDATA allows us to have access to the information we need, and it’s completely portable, so our techs have everything at their fingertips.</p>
<footer>Josh Kazdan, Autosphere</footer>
</blockquote>
<img class="cmp-image " src="/images/quote-end.svg" alt="">
</div> </div>
</div>
</div>
</div>
</div>
</div> <div class="cmp-testimonial-footer" >
<p class="cmp-text">
See what over 400,000 technicians can't work without.
</p>
<button class="cmp-button btn btn-outline-secondary">Get Started</button>
<button class="cmp-servcard__more"><img src=images/plus-orange.svg alt="more"> no/ and NO path</button>
</div>
</div>
</div>
</div>
</section>