-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
235 lines (226 loc) · 7.99 KB
/
index.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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<!-- Copyright 2021 By: Dewa Programming -->
<!-- Author/Pembuat : Adityawarman Dewa Putra -->
<!-- Instagram : @741_dewa -- @dev_dewa_id -->
<!-- Dibuat : 19/01/2021 -->
<!-- *NOTE*
Ciee ngintip, mau nyomot script izin dlu, biar berkah.
-->
<!DOCTYPE html>
<html id="home" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Decorative Plants">
<meta name="keywords" content="HTML, CSS, Javascript">
<meta name="author" content="Adityawarman Dewa Putra">
<link rel="apple-touch-icon" sizes="76x76" href="favicon/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png" />
<link rel="manifest" href="favicon/site.webmanifest" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<title>Decorative Plant</title>
<!-- CSS -->
<link href="css/style.css" rel="stylesheet" />
<link href="css/bootstrap.css" rel="stylesheet" />
<link href="css/responsive/style.css" rel="stylesheet" />
<!-- JS -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.js"></script>
<link href="https://fonts.googleapis.com/css?family=Poppins&display=swap" rel="stylesheet" />
</head>
<body>
<!-- Nav -->
<nav class="navbar fixed-top navbar-expand-lg navbar-light">
<a class="navbar-brand" href="#"><img src="image/logo.png" alt="logo" /></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" id="nav-home" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" id="nav-service" href="#service">Service</a>
</li>
<li class="nav-item">
<a class="nav-link" id="nav-catalog" href="#catalog">Catalog</a>
</li>
<li class="nav-item">
<a class="nav-link" id="nav-contact" href="#contact">Contact Us</a>
</li>
<li class="nav-item">
<a href="#" id="button">
<div id="background"><span id="teks">My Account</span></div>
</a>
</li>
</ul>
</div>
</nav>
<!-- Home -->
<div class="home">
<div class="d-sm-flex">
<div class="col-sm-12">
<b> Welcome to </b>
<h1>Decorative Plant</h1>
<p>
Your destination to exotic cacti and <br />
succelent from all of the world
</p>
<a id="button-service" href="#service"><button class="btn" type="button">Explore Now</button></a>
</div>
</div>
</div>
<!-- Service -->
<div class="service" id="service">
<div class="d-sm-flex container">
<div class="col-md-12 col-lg-7">
<div id="picture-square">
<div id="pict-cover">
<div id="pict-border">
<div id="picture"></div>
</div>
</div>
<div id="text-1">
<div id="text-1-cube">
<p id="montera">Montera leaf</p>
<p id="price">$250,509</p>
<p id="location">Jakarta, indonesia</p>
</div>
</div>
<div id="text-2">
<div id="text-2-cube"></div>
<p id="healthy">100% Healthy</p>
</div>
</div>
</div>
<div class="col-md-12 col-lg-5">
<div id="service-tittle">Services We Provide</div>
<div class="service-text">
<div id="number-cube"><span id="number">1</span></div>
<div id="text-cube">
<p id="text">We are not asking for any fee from both party (landlord or even buyer)</p>
</div>
</div>
<div class="service-text">
<div id="number-cube"><span id="number">2</span></div>
<div id="text-cube">
<p id="text">We take care every single thing that buyer need to complete beforehand</p>
</div>
</div>
<div class="service-text">
<div id="number-cube"><span id="number">3</span></div>
<div id="text-cube">
<p id="text">We help buyer to find the place without hassle and helping them with paperwork</p>
</div>
</div>
<div class="service-text">
<div id="number-cube"><span id="number">4</span></div>
<div id="text-cube">
<p id="text">We help landlord to register their license to goverment in order want to sell</p>
</div>
</div>
</div>
</div>
</div>
<!-- Catalog -->
<div class="catalog" id="catalog">
<h2 id="catalog-tittle">The Catalog<br />This Tropical For You</h2>
<div class="d-sm-flex mt-5">
<div class="col-sm-12">
<a href="detail.html">
<div class="card">
<img class="card-img-top" src="image/green-florest.jpg" alt="Green Florest" />
<div class="card-body">
<p id="tittle">Green Florest</p>
<p id="price">IDR 79.300.000</p>
</div>
</div>
</a>
<a href="detail.html">
<div class="card">
<img class="card-img-top" src="image/little-cactus.jpg" alt="Little Cactus" />
<div class="card-body">
<p id="tittle">Little Cactus</p>
<p id="price">IDR 67.000.000</p>
</div>
</div>
</a>
<a href="detail.html">
<div class="card">
<img class="card-img-top" src="image/monstera-hole.jpg" alt="Monstera Hole" />
<div class="card-body">
<p id="tittle">Monstera Hole</p>
<p id="price">IDR 12.000.000</p>
</div>
</div>
</a>
<a href="detail.html">
<div class="card">
<img class="card-img-top" src="image/pinky-cactus.jpg" alt="Pinky Cactus" />
<div class="card-body">
<p id="tittle">Pinky Cactus</p>
<p id="price">IDR 75.000.000</p>
</div>
</div>
</a>
</div>
</div>
</div>
<!-- Footer -->
<div id="footer">
<span id="text">Copyright 2021. All Rights Reserved Design by Team RPL SMKN 1 JAKARTA</span>
</div>
</body>
</html>
<script type="text/javascript">
$("#button-service").click(function () {
$([document.documentElement, document.body]).animate(
{
scrollTop: $("#service").offset().top,
},
1000
);
});
</script>
<script type="text/javascript">
$("#nav-home").click(function () {
$([document.documentElement, document.body]).animate(
{
scrollTop: $("#home").offset().top,
},
1000
);
});
</script>
<script type="text/javascript">
$("#nav-service").click(function () {
$([document.documentElement, document.body]).animate(
{
scrollTop: $("#service").offset().top,
},
1000
);
});
</script>
<script type="text/javascript">
$("#nav-catalog").click(function () {
$([document.documentElement, document.body]).animate(
{
scrollTop: $("#catalog").offset().top - 80,
},
1000
);
});
</script>
<script type="text/javascript">
$("#nav-contact").click(function () {
$([document.documentElement, document.body]).animate(
{
scrollTop: $("#contact").offset().top,
},
1000
);
});
</script>