-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
124 lines (104 loc) · 3.03 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Home</title>
<link href="https://fonts.googleapis.com/css?family=Titillium+Web:200,400,700" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="manifest" type="text/css" href="manifest.webmanifest">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<nav>
<input type="checkbox" id="menuToggle">
<label for="menuToggle" style="background-color: #009999;"><span>×</span><span>☰</label>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#home">Ruko</a></li>
<li><a href="#home">Apartemen</a></li>
<li><a href="#home">Perumahan</a></li>
<li><a class="klik">Mendaftar</a></li>
<li><a href="#login">Login</a></li>
<li><a href="#about">About Us</a></li>
</ul>
</nav>
</div>
<header>
<h1>All Property</h1>
</header>
<div class="flex">
<section>
<img src="images/home 1.jpeg" width="10" height="180" alt="Home 1" />
<h2>Rumah Tipe 70</h2>
<aside>
<ul>
<li>Rp.450.000.000</li>
<li>Tersedia</li>
</ul>
<button>Lihat Details</button>
</aside>
</section>
<section>
<img src="images/home 2.jpeg" width="10" height="180" alt="Home 2" />
<h2>Rumah Tipe 40</h2>
<aside>
<ul>
<li>Rp.300.000.000</li>
<li>Tersedia</li>
</ul>
<button>Lihat Details</button>
</aside>
</section>
<section>
<img src="images/home 3.jpeg" width="10" height="180" alt="Home 3" />
<h2>Rumah Tipe 90</h2>
<aside>
<ul>
<li>Rp.950.000.000</li>
<li>Tersedia</li>
</ul>
<button>Lihat Details</button>
</aside>
</section>
<section>
<img src="images/home 4.jpeg" width="10" height="180" alt="Home 4" />
<h2>Rumah Tipe 10</h2>
<aside>
<ul>
<li>Rp.750.000.000</li>
<li>Tersedia</li>
</ul>
<button>Lihat Details</button>
</aside>
</section>
<section>
<img src="images/home 2.jpeg" width="10" height="180" alt="Home 2" />
<h2>Rumah Tipe 45</h2>
<aside>
<ul>
<li>Rp.850.000.000</li>
<li>Tersedia</li>
</ul>
<button>Lihat Details</button>
</aside>
</section>
<section>
<img src="images/home 1.jpeg" width="10" height="180" alt="Home 1" />
<h2>Rumah Tipe 55</h2>
<aside>
<ul>
<li>Rp.900.000.000</li>
<li>Tersedia</li>
</ul>
<button>Lihat Details</button>
</aside>
</section>
</div>
<br />
<div>
<center><a href="#" class="add-button" style=" font-weight: bold; text-decoration: none;">Add To Home Screen</a></center>
</div>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>