-
Notifications
You must be signed in to change notification settings - Fork 1
/
testimonial.html
68 lines (66 loc) · 3.4 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
<!DOCTYPE html>
<html>
<head>
<title>Kucing Untuk Anda</title>
<link rel="stylesheet" href="css/style.css" type="text/css">
<link rel="stylesheet" href="css/testimonial.css" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Homemade+Apple|Muli|Poppins" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
<link rel="shortcut icon" type="image/x-icon" href="assets/logo.png"/>
</head>
<body>
<nav class="nav-link">
<img src="assets/logo.png"/> <h1>KUA</h1>
<ul>
<li class="tengah"><a href="index.html">Home</a></li>
<li class="tengah"><a href="about.html">About Us</a></li>
<li class="tengah"><a href="jodoh.html">Cari Jodoh</a></li>
<li class="tengah"><a href="testimonial.html">Testimonial</a></li>
<li class="tengah"><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
<div class="content">
<div class= "inner">
<h1>TESTIMONIAL</h1>
<div class="border"></div>
<div class="row">
<div class="col">
<div class=testimonial>
<img src="assets/testimo1.jpg">
<div class="name">sparrow</div>
<p><b>If you were waiting for the opportune moment,<br> here's the place, KUA .</b><br>KUA sangat terpacaya,
<br>bahkan untuk seorang bajak laut..<br>I'm around 50 year old (cat year) and not old enough for this.<br><br><br><br></p>
</div>
</div>
<div class="col">
<div class=testimonial>
<img src="assets/testimo2.jpg">
<div class="name">sheldon</div>
<p><b><em>BAZINGGA!!</em></b><br> it's to hard for me to find love with smart people <b>(yep, just like me)</b> <br>
Tapi disini aku dapat bertemu dengan Amy Flower, i love her.. <br> Okey thanks to you KUA.<br> You should try this!<br>Then watch Big Bang Theory together.<br><br></p>
</div>
</div>
<div class="col">
<div class=testimonial>
<img src="assets/testimo3.jpg">
<div class="name">Elizabeth</div>
<p><strong> PUT A RING ON IT!!</strong> <br>Aku menikah dengan Will Turner yang ketemu di KUA, thx! Setelah itu kami LDR karna dia harus menggantikan Davy
Jones di <em><i>Flying Dutchman</i></em>, walaupun begitu tetap terimakasih lagi KUA karena dirimu menghubungkan komunikasi LDR kami.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer id="puter">
<div class="foot">
<a href="https:www.twitter.com" target:"_blank"><i class="fab fa-twitter"></a></i>
<a href="https:www.facebook.com" target:"_blank"><i class="fab fa-facebook-square"></a></i>
<a href="https:www.instagram.com" target:"_blank"><i class="fab fa-instagram"></a></i>
<a href="https:www.linkedin.com" target:"_blank"><i class="fab fa-linkedin"></a></i>
<h4>© 2019 PT. KUA. All Rights Reserved</h4>
</div>
</footer>
</body>
</html>