-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
389 lines (389 loc) · 14 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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,400;1,500;1,700&display=swap"
rel="stylesheet"
/>
<link rel="shortcut icon" href="./assets/favicon.png" type="image/x-icon" />
<link rel="stylesheet" href="style.css" />
<title>Props Keeper</title>
</head>
<body>
<div class="overlay"></div>
<div class="creditsmodal">
<div class="modal">
<div class="head">
<h2>Wall of Credits</h2>
<a class="close" href="#"
><img src="./assets/icons/icon_exit.svg" alt="close modal"
/></a>
</div>
<div class="content">
<div class="card">
<img src="./assets/profile_arrofi.webp" alt="Ikhsan" />
<div class="title">
<h3>Arrofi Ikhsan</h3>
<p>on Design</p>
</div>
<ul class="contacts">
<li>
<a class="instagram" target="_blank" href="https://www.instagram.com/arroveee/">arroveee</a>
</li>
<li>
<a class="github" target="_blank" href="https://github.com/arrofiikhsan">arrofiikhsan</a>
</li>
<li><a class="dribbble" target="_blank" href="https://dribbble.com/arrovee">Arrofi</a></li>
</ul>
</div>
<div class="card">
<img src="./assets/profile_ydhm.webp" alt="Yusril" />
<div class="title">
<h3>Yusril Muttaqien</h3>
<p>on Coding</p>
</div>
<ul class="contacts">
<li>
<a class="instagram" target="_blank" href="https://www.instagram.com/yusr.dhm/">yusr.dhm</a>
</li>
<li><a class="github" target="_blank" href="https://github.com/DrDhemm">DrDhemm</a></li>
<li><a class="dribbble" target="_blank" href="https://dribbble.com/yusr_dhm">yusrdhm</a></li>
</ul>
</div>
</div>
</div>
</div>
<nav>
<div class="logo">
<img src="./assets/Logo_with_name.svg" alt="Logo_with_name" />
</div>
<div class="navigation">
<ul>
<li class="active"><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
<div class="mainbutton">
<button>Subscribe</button>
</div>
</nav>
<div class="views">
<div class="firstview">
<div class="firstaction">
<h1>
Find The Best Property Advisor<br />
That You Can Get
</h1>
<p>
We Serve you with the best property advisor to keep your<br />property
and guide you to mantain your property with price that<br />goes
with your pockets
</p>
</div>
<div class="ctabutton">
<button>Learn more</button>
<button>
<img src="./assets/icons/icon_cart.svg" alt="icon cart" />Pricing
</button>
</div>
<div class="details" id="learnmore">
<div class="toppeople">
<h3>Our Top Advisor</h3>
<div class="card">
<div class="data">
<div class="detail">
<h4>John Calpperman</h4>
<p>1<sup>st</sup> Division Advisor</p>
<p>⭐ 5</p>
</div>
<div class="contacts">
<a href="#"
><img src="./assets/icons/icon_round_email.svg" alt="email"
/></a>
<a href="#"
><img src="./assets/icons/icon_round_call.svg" alt="call"
/></a>
</div>
<div class="profile">
<img src="./assets/advisor01.webp" alt="Advisor01" />
</div>
</div>
<div class="pagination">
<button class="active"></button>
<button></button>
<button></button>
</div>
</div>
</div>
<div class="ceoimg">
<img src="./assets/CEO.webp" alt="CEO" />
</div>
<div class="ceoquote">
<div class="quote">
<p>
“We are the best property advisor that<br />you can get our
lineup is guaranteed<br />to bring your property price higher<br />than
before”
</p>
</div>
<div class="quoteby">
<p>Jack Gallagher,<br />Head Chief Operation Props Keeper</p>
</div>
</div>
</div>
</div>
<div class="secondview">
<h1>Services That Could Help Your Property Value</h1>
<section>
<div class="marketing">
<img src="./assets/icons/icon_marketing.svg" alt="icon_marketing" />
<h3>Marketing</h3>
<p>Helping You To<br />Successfully Promoting<br />your Property</p>
</div>
<div class="keeping">
<img src="./assets/icons/icon_keeping.svg" alt="icon_keeping" />
<h3>Keeping</h3>
<p>Maintaning and keeping your<br />property prices stable</p>
</div>
<div class="advicing">
<img src="./assets/icons/icon_advicing.svg" alt="icon_advicing" />
<h3>Advicing</h3>
<p>
Giving you some advice that<br />you needed to treat your<br />property
</p>
</div>
</section>
<div class="pagination">
<div class="dot">
<button class="active"></button>
<button></button>
<button></button>
</div>
<div class="arrow">
<a href="#"
><img src="./assets/icons/icon_arrow_left.svg" alt="arrleft"
/></a>
<a href="#"
><img src="./assets/icons/icon_arrow_right.svg" alt=arrright""
/></a
>
</div>
</div>
</div>
<div class="thirdview">
<img src="./assets/comp01.webp" alt="comp01" />
<img src="./assets/comp02.webp" alt="comp02" />
<img src="./assets/comp03.webp" alt="comp03" />
<img src="./assets/comp04.webp" alt="comp04" />
</div>
<div class="forthview">
<h1>Why Choosing Us ?</h1>
<img src="./assets/Logo_why_us.webp" alt="whyus" />
<h2>
We Are Props Keeper, Group of elites Property Agents<br />
That focusing on Property Value
</h2>
<p>
We helping you with things that you needed with handling your<br />property
We focused on to made your property safe from losing its<br />value,
We have been operaating and working for 4 years and we<br />already
manage over 100.000 + Clients.
</p>
</div>
<div class="fifthview">
<h1>Let’s Get Started With Our Services</h1>
<p>Don’t worry to try it free</p>
<p>we will give you the best experience on all of our services</p>
<section>
<div class="pricecard">
<h2>Trial</h2>
<h1><sup>$</sup>0</h1>
<h3>List of Services :</h3>
<div class="features">
<div class="list-wrapper">
<p>1 Visits + 1 Property Boost</p>
<p>2x Consulting</p>
<p>2 Days Property Examining</p>
<p>12 Technical Supports</p>
</div>
</div>
<button>Get started</button>
</div>
<div class="pricecard main">
<h2>Pro</h2>
<h1><sup>$</sup>10</h1>
<h3>List of Services :</h3>
<div class="features">
<div class="list-wrapper">
<p>3 Visits + 3 Property Boost</p>
<p>10x Consulting</p>
<p>14 Days Property Examining</p>
<p>24/7 Technical Supports</p>
</div>
</div>
<button>Get started</button>
</div>
<div class="pricecard">
<h2>Advanced</h2>
<h1><sup>$</sup>30</h1>
<h3>List of Services :</h3>
<div class="features">
<div class="list-wrapper">
<p>3 Visits + 5 Property Boost</p>
<p>No Consulting Limits</p>
<p>30 Days Property Examining</p>
<p>24/7 Technical Supports</p>
</div>
</div>
<button>Get started</button>
</div>
</section>
</div>
<div class="sixthview">
<h1>Don’t Hesitated To<br />Contact Us</h1>
<section>
<div class="card">
<h2>Contact Information</h2>
<p>
Fill the form to apply some question or needed support our team
will be responds to your application
</p>
<div class="features">
<div class="list-wrapper">
<p id="phone">+022 214 471 567</p>
<p id="email">[email protected]</p>
<p id="address">609 Street 1402 Don</p>
</div>
</div>
</div>
<div class="contact-form">
<p>Services that you wanted to talk about</p>
<div class="categories">
<input type="checkbox" name="Marketing" id="Marketing" /><label
for="Marketing"
>Marketing</label
>
<input
type="checkbox"
name="After Sales"
id="After Sales"
/><label for="After Sales">After Sales</label>
<input
type="checkbox"
name="Maintenance"
id="Maintenance"
/><label for="Maintenance">Maintenance</label>
<input
type="checkbox"
name="Property Monitoring"
id="Property Monitoring"
/><label for="Property Monitoring">Property Monitoring</label>
<input type="checkbox" name="Advisory" id="Advisory" /><label
for="Advisory"
>Advisory</label
>
<input type="checkbox" name="Realtor" id="Realtor" /><label
for="Realtor"
>Realtor</label
>
</div>
<form action="#">
<div class="form-group">
<div class="leftside">
<div>
<label for="First Name">First Name</label
><input type="text" id="First Name" placeholder="John" />
</div>
<div>
<label for="Last Name">Last Name</label
><input type="text" id="Last Name" placeholder="Doe" />
</div>
<div>
<label for="Email">Email</label
><input
type="email"
id="Email"
placeholder="[email protected]"
/>
</div>
<button>Send Messages</button>
</div>
<div class="rightside">
<div>
<label for="Messages">Messages</label
><textarea
type="text"
id="Messages"
placeholder="Write your messages..."
></textarea>
</div>
</div>
</div>
</form>
</div>
</section>
</div>
<div class="seventhview">
<img src="./assets/Logo_with_name.svg" alt="Logo_with_name" />
<div class="sitemaps">
<div>
<label for="Services">Services</label>
<ul id="Services">
<li><a href="#">Marketing</a></li>
<li><a href="#">After Sales</a></li>
<li><a href="#">Realtor</a></li>
<li><a href="#">Property Monitoring</a></li>
</ul>
</div>
<div>
<label for="Company">Company</label>
<ul id="Company">
<li><a href="*">About Us</a></li>
<li><a href="*">Services</a></li>
<li><a href="*">Contact Us</a></li>
</ul>
</div>
<div>
<label for="Connect">Connect</label>
<ul id="Connect">
<li><a class="facebook" href="#">Facebook</a></li>
<li><a class="twitter" href="#">Twitter</a></li>
<li><a class="instagram" href="#">Instagram</a></li>
<li><a class="whatsapp" href="#">Whatsapp</a></li>
</ul>
</div>
<div>
<button>
<span>Start From Now<br />For Free</span>
<img
src="./assets/icons/icon_full_arrow_right.svg"
alt="Start from now for free"
/>
</button>
</div>
</div>
<div class="dividerline"></div>
<div class="footer">
<p>2021 © PropsKeeper</p>
<ul>
<li><a id="credit" href="#">Credits</a></li>
<li><a href="#">Terms</a></li>
<li><a href="#">Privacy</a></li>
<li><a href="#">Policy</a></li>
</ul>
</div>
</div>
</div>
<script defer src="script.js"></script>
<!-- HTML Template for PropsKeeper -->
<!-- Web created by yusr.dhm and Arrofi Ikhsan (DO NOT DELETE) -->
<!-- Laman dibuat oleh yusr.dhm dan Arrofi Ikhsan (JANGAN DIHAPUS) -->
</body>
</html>