-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtestimonial.html
190 lines (170 loc) · 9.66 KB
/
testimonial.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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>A6 - Website Project</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Free Website Template" name="keywords">
<meta content="Free Website Template" name="description">
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Google Font -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400&family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/tempusdominus/css/tempusdominus-bootstrap-4.min.css" rel="stylesheet" />
<!-- Customized Bootstrap Stylesheet -->
<link href="css/style.min.css" rel="stylesheet">
</head>
<body>
<!-- Navbar Start -->
<div class="container-fluid p-0 nav-bar">
<nav class="navbar navbar-expand-lg bg-none navbar-dark py-3">
<a href="index.html" class="navbar-brand px-lg-4 m-0">
<h1 class="m-0 display-4 text-uppercase text-white">Coffee Break</h1>
</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between" id="navbarCollapse">
<div class="navbar-nav ml-auto p-4">
<a href="index.html" class="nav-item nav-link active">Home</a>
<a href="about.html" class="nav-item nav-link">About</a>
<a href="service.html" class="nav-item nav-link">Profile</a>
<a href="menu.html" class="nav-item nav-link">Menu</a>
<div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Pages</a>
<div class="dropdown-menu text-capitalize">
<a href="reservation.html" class="dropdown-item">Our Background</a>
<a href="testimonial.html" class="dropdown-item">Inspirator</a>
<a href="WEB SCRAPPING 1.html" class="dropdown-item">Web Scrapping 1</a>
<a href="WEB SCRAPPING 2.html" class="dropdown-item">Web Scrapping 2</a>
<a href="visualisasi.html" class="dropdown-item">Visualisasi</a>
</div>
</div>
<a href="contact.html" class="nav-item nav-link">Contact</a>
</div>
</div>
</nav>
</div>
<!-- Navbar End -->
<!-- Page Header Start -->
<div class="container-fluid page-header mb-5 position-relative overlay-bottom">
<div class="d-flex flex-column align-items-center justify-content-center pt-0 pt-lg-5" style="min-height: 400px">
<h1 class="display-4 mb-3 mt-0 mt-lg-5 text-white text-uppercase">Inspirator</h1>
<div class="d-inline-flex mb-lg-5">
<p class="m-0 text-white"><a class="text-white" href="">Their spirits make us powerful</a></p>
</div>
</div>
</div>
<!-- Page Header End -->
<!-- Testimonial Start -->
<div class="container-fluid py-5">
<div class="container">
<div class="section-title">
<h4 class="text-primary text-uppercase" style="letter-spacing: 5px;">Quotes from our</h4>
<h1 class="display-4">Inspirator</h1>
</div>
<div class="owl-carousel testimonial-carousel">
<div class="testimonial-item">
<div class="d-flex align-items-center mb-3">
<img class="img-fluid" src="img/taylorswift.jpg" alt="">
<div class="ml-3">
<h4>Taylor Swift</h4>
<i>Penyanyi</i>
</div>
</div>
<p class="m-0">People are going to judge you anyway, so you might as well do what you want.</p>
</div>
<div class="testimonial-item">
<div class="d-flex align-items-center mb-3">
<img class="img-fluid" src="img/caklontong2.jpeg" alt="">
<div class="ml-3">
<h4>Cak Lontong</h4>
<i>Komedian</i>
</div>
</div>
<p class="m-0">Salah, kalau banyak yang bilang hidup itu cuma satu kali. Yang benar, hidup itu setiap hari, dan mati hanya sekali.</p>
</div>
<div class="testimonial-item">
<div class="d-flex align-items-center mb-3">
<img class="img-fluid" src="img/radityadika.jpg" alt="">
<div class="ml-3">
<h4>Raditya Dika</h4>
<i>Penulis</i>
</div>
</div>
<p class="m-0">You can't always get what you want, but, if you try, you just might find you get what you need.</p>
</div>
<div class="testimonial-item">
<div class="d-flex align-items-center mb-3">
<img class="img-fluid" src="img/christianbale.jpg" alt="">
<div class="ml-3">
<h4>Christian Bale</h4>
<i>Aktor</i>
</div>
</div>
<p class="m-0">I tend to think you're fearless when you recognize why you should be scared of things, but do them anyway.</p>
</div>
</div>
</div>
</div>
<!-- Testimonial End -->
<!-- Footer Start -->
<div class="container-fluid footer text-white mt-5 pt-5 px-0 position-relative overlay-top">
<div class="row mx-0 pt-5 px-sm-3 px-lg-5 mt-4">
<div class="col-lg-2 col-md-6 mb-5">
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="text-white text-uppercase mb-4" style="letter-spacing: 3px;">Get In Touch</h4>
<p><i class="fa fa-map-marker-alt mr-2"></i>Jl. Gegerkalong Hilir, Ciwaruga, Kec. Parongpong, Kabupaten Bandung Barat, Jawa Barat 40559</p>
<p><i class="fa fa-phone-alt mr-2"></i>+62 813 2433 9397</p>
<p class="m-0"><i class="fa fa-envelope mr-2"></i>[email protected]</p>
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="text-white text-uppercase mb-4" style="letter-spacing: 3px;">Follow Us</h4>
<p>We don't have social media yet. So we just put the social media link</p>
<div class="d-flex justify-content-start">
<a class="btn btn-lg btn-outline-light btn-lg-square mr-2" href="https://twitter.com/" target=”_blank”><i class="fab fa-twitter"></i></a>
<a class="btn btn-lg btn-outline-light btn-lg-square mr-2" href="https://www.facebook.com/" target=”_blank”><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-lg btn-outline-light btn-lg-square mr-2" href="https://www.linkedin.com/" target=”_blank”><i class="fab fa-linkedin-in"></i></a>
<a class="btn btn-lg btn-outline-light btn-lg-square" href="https://www.instagram.com/" target=”_blank”><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="text-white text-uppercase mb-4" style="letter-spacing: 3px;">Active Hours</h4>
<div>
<h6 class="text-white text-uppercase">Monday - Friday</h6>
<p>8.00 AM - 16.00 PM</p>
<h6 class="text-white text-uppercase">Saturday - Sunday</h6>
<p>We Are Off</p>
</div>
</div>
</div>
<div class="container-fluid text-center text-white border-top mt-4 py-4 px-sm-3 px-md-5" style="border-color: rgba(256, 256, 256, .1) !important;">
<p class="mb-2 text-white">Copyright © <a class="font-weight-bold" href="#">Coffee Break</a>. All Rights Reserved.</a></p>
<p class="m-0 text-white">Designed by <a class="font-weight-bold" href="https://htmlcodex.com">HTML Codex</a></p>
</div>
</div>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-lg btn-primary btn-lg-square back-to-top"><i class="fa fa-angle-double-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/tempusdominus/js/moment.min.js"></script>
<script src="lib/tempusdominus/js/moment-timezone.min.js"></script>
<script src="lib/tempusdominus/js/tempusdominus-bootstrap-4.min.js"></script>
<!-- Contact Javascript File -->
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>