-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
88 lines (74 loc) · 1.96 KB
/
about.php
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
<?php
include 'header.php';
?>
<div class="container" style="padding-bottom: 50px;">
<h2 style=" width: 100%; border-bottom: 4px solid #ff8680"><b>Tentang Kami</b></h2>
</div>
<!-- TAMPILAN GAMBARNYA-->
<style>
.body-container {
text-align: center;
margin-bottom: 70px;
}
h1 {
margin-bottom: 25px;
font-size: 35px;
text-align: center;
}
.text-container {
margin-bottom: 25px;
font-size: 20px;
text-align: center;
}
.text2-container {
color: grey;
margin-bottom: 60px;
font-size: 18px;
text-align: center;
}
.hero-image {
position: relative;
text-align: center;
color: white;
max-width: 80%;
margin: auto;
}
.hero-image img {
width: 100%;
height: auto;
max-width: 1000px;
border-radius: 15px;
}
.hero-text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
font-size: 24px;
background-color: rgba(0, 0, 0, 0.5);
padding: 10px;
border-radius: 5px;
width: 50%;
}
</style>
<div class="hero-image">
<img src="image/home/tokojam.jpg" style="width: 100%; height: auto;">
<div class="hero-text">
<h1><I>"LIHAT JAM!<br>JANGAN LIHAT MANTAN!"</I></h1>
<p>Temukan lebih lanjut tentang Zovywatch</p>
</div>
</div>
<h1>ZOVYWATCH.COM</h1>
<div class="text-container">
<p><b>zovywatch.com adalah website toko jam yang dikembangkan untuk memenuhi kebutuhan pasar akan akses</b></p>
<p><b>mudah terhadap produk jam tangan yang berkualitas.</b></p>
</div>
<div class="text2-container">
<p>Jam tangan bukan hanya sekadar alat penunjuk waktu, tetapi juga telah menjadi bagian dari gaya hidup dan fashion statement.</p>
<p>Melihat peluang ini, kami memutuskan untuk mengembangkan sebuah website toko jam tangan yang bernama Zovy. Website ini bertujuan untuk</p>
<p>menyediakan platform yang user-friendly dan informatif bagi para pelanggan yang mencari jam tangan berkualitas dengan model dan merek yang berkualitas.</p>
</div>
<?php
include 'footer.php';
?>