oookto commited on
Commit
a259593
1 Parent(s): bd3f0b1

Upload 8 files

Browse files
Company Profile.txt ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ =======================
2
+ Breif Company Profile
3
+ =======================
4
+ company name : Rumah Impian
5
+ 1.perusahaan jasa jual beli rumah
6
+ 2. layanan yang disediakan(beli, sewa properti baru, konsutasi)
7
+ ================
8
+ - paint point -
9
+ ================
10
+ 1. sulit menjangkau customer secara luas
11
+ 2. keterlambatan penyampaian informasi
12
+ 3. kesulitan membangun kepercayaan bagi kostumer
13
+ 4. customer kesulitan mendapatkan rumah yang cocok
14
+ =================
15
+ - Bussines Need -
16
+ =================
17
+ 1.Design menarik & Minimalist
18
+ 2.Focus pada jasa yang ditawarkan
19
+ 3.fokus kelebihan jasa perusahaan
20
+ 4.kemudahaan dalam mencari rumah yang sesuai
21
+ 5.galeri/rekomendasi produk yang ditawarkan
22
+ 6.fitur fitur rumah
23
+ 7. kontak
24
+ ===================
25
+ Why Company Profile
26
+ ===================
27
+ 1. Wadah menyediakan info perusahaan
28
+ a. Layanan & Jasa yang di tawarkan
29
+ b. Memperkenalkan kelebihan Perusahaan
30
+
31
+ 2. Branding & Keunikan Perusahaan
32
+ a. Kesan pertama yang positif
33
+ b. Kredibilitas perusahaan
34
+ (dengan info yang jelas konsumen bisa percaya dengan perusahaan)
35
+
36
+ 3. Sebagai alat pemasaran
37
+ a. Jangkauan Luas
38
+ b. Efektif & Efisien
39
+ c. Up to Date
40
+
41
+ 4. Selangkah Lebih Maju
42
+ a. Mengikuti Perkembangan Zaman
43
+ b. Mementingkan Persaingan
44
+
45
+
46
+
47
+
48
+
49
+
50
+
assets/img/accent.png ADDED

Git LFS Details

  • SHA256: ae29d62a7759593a81346f2e1ada60a8b31ff9e4c349e3e284cb82405ebdcee0
  • Pointer size: 130 Bytes
  • Size of remote file: 26.3 kB
assets/img/arrow.png ADDED

Git LFS Details

  • SHA256: cc3d0510c5e600c3105d345958fce85a510b87d6cd08b9d6d489fa084e00cedb
  • Pointer size: 128 Bytes
  • Size of remote file: 314 Bytes
assets/img/hero banner.png ADDED

Git LFS Details

  • SHA256: 578beb3b267b639053608b949fd4b060b13c6aa66326c4563ff9e37bdee28e7d
  • Pointer size: 131 Bytes
  • Size of remote file: 443 kB
assets/img/houses.png ADDED

Git LFS Details

  • SHA256: 431fd426779d4b1f8f01d948a62c6020456304eb93528acaf2c0297001cf5d4c
  • Pointer size: 129 Bytes
  • Size of remote file: 2.87 kB
assets/img/logo company.png ADDED

Git LFS Details

  • SHA256: 3dbf609b866586403d67e91b5f348528b92f508c8a4f76801351ba321c133ad3
  • Pointer size: 129 Bytes
  • Size of remote file: 1.13 kB
css/style.css ADDED
@@ -0,0 +1,174 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* defult color */
2
+ :root{
3
+ --pr-color : #048853;
4
+ }
5
+
6
+ body {
7
+ font-family: 'Poppins', sans-serif;
8
+ background-color: #f3fff4
9
+ }
10
+ /* navbar style */
11
+ .navbar{
12
+ z-index: 3;
13
+
14
+ }
15
+ *{
16
+ z-index: 2;
17
+ }
18
+ .accent-img{
19
+ z-index: 1;
20
+ }
21
+ .img-hero{
22
+ z-index: 1;
23
+ }
24
+ .navbar-brand{
25
+
26
+ font-weight: 700;
27
+ font-size: 20px;
28
+ }
29
+ .nav-link{
30
+ font-size: 16px;
31
+ }
32
+ .nav-link.active{
33
+ font-weight: 700;
34
+ }
35
+ /* button daftar */
36
+ .button-secondary{
37
+ width: 133px;
38
+ height: 40px;
39
+ background-color: #fff;
40
+ color: var(--pr-color);
41
+ border: none;
42
+ font-size: 16px;
43
+ font-weight: 700;
44
+ }
45
+ /* button masuk */
46
+ .button-primary{
47
+ width: 133px;
48
+ height: 40px;
49
+ background-color: transparent;
50
+ color: #fff;
51
+ border: none;
52
+ font-size: 16px;
53
+ font-weight: 400;
54
+ }
55
+ /* button temukan rumah */
56
+ .button-lg-primary{
57
+ width: 237px;
58
+ height: 70px;
59
+ background-color: #fff;
60
+ color: var(--pr-color);
61
+ border: none;
62
+ font: 20px;
63
+ font-weight: 700;
64
+
65
+ }
66
+ /* Hero Section */
67
+ #hero{
68
+ background: linear-gradient(160deg, var(--pr-color), #000);
69
+ height: 100vh;
70
+ width: 100%;
71
+ }
72
+ /* gambar rumah */
73
+ .img-hero{
74
+ height: 100%;
75
+ }
76
+ /* tagline */
77
+ .hero-tagline h1{
78
+ color:#fff;
79
+ font-weight: 700;
80
+ font-size: 50px;
81
+ line-height: 72px;
82
+
83
+ }
84
+ .hero-tagline p {
85
+ color: #fff;
86
+ margin-bottom: 60px;
87
+ margin-top: 20px;
88
+ line-height: 30px;
89
+ width: 85%;
90
+ }
91
+ .button-lg-primary{
92
+
93
+ }
94
+
95
+ /* LAYANAN SECTION */
96
+
97
+ #layanan{
98
+ padding: 100px 0; /* Memberi Jarak (atas&bawah kanan&kiri) */
99
+ }
100
+
101
+ h2 {
102
+ font-size: 48px;
103
+ font-weight: 500;
104
+ color: var(--pr-color);
105
+ }
106
+ .sub title {
107
+ font-size: 18px;
108
+ color: #000;
109
+ }
110
+ /* card */
111
+ .card-layanan{
112
+ width: 100%;
113
+ height: 313px;
114
+ border-radius: 5px;
115
+ background-color: #fff;
116
+ padding: 40px;
117
+ box-shadow: 0 0 7px 3px rgb(0, 0, 0, 0.05);
118
+ transition: all .2s ease-in;
119
+ }
120
+ .circle-icon{
121
+ width: 70px;
122
+ height: 70px;
123
+ background: var(--pr-color);
124
+ border-radius: 50%;
125
+
126
+ transition: all .1s ease-in;
127
+ }
128
+ .card-layanan h3{
129
+ color: var(--pr-color);
130
+ font-size: 24px;
131
+
132
+ transition: all .2s ease-in;
133
+
134
+ }
135
+ .card-layanan p{
136
+ color: #000000;
137
+ font-size: 14px;
138
+ transition: all .3s ease-in;
139
+ }
140
+ /* KONDISI KETIKA HOOVER */
141
+ .card-layanan:hover{
142
+ width: 100%;
143
+ height: 313px;
144
+ border-radius: 5px;
145
+ background : linear-gradient(160deg, var(--pr-color), #000000);
146
+ padding: 40px;
147
+ box-shadow: 0 0 7px 3px rgb(0, 0, 0, 0.05);
148
+
149
+ transition: all .2s ease-in;
150
+ }
151
+
152
+ .card-layanan:hover .circle-icon{
153
+ width: 70px;
154
+ height: 70px;
155
+ background-color: #fff;
156
+ border-radius: 50%;
157
+
158
+ transition: all .2s ease-in;
159
+
160
+ }
161
+
162
+ .card-layanan:hover h3{
163
+ color: #fff;
164
+ font-size: 24px;
165
+
166
+ transition: all .2s ease-in;
167
+
168
+ }
169
+ .card-layanan:hover p{
170
+ color: #fff;
171
+ font-size: 14px;
172
+
173
+ transition: all .2s ease-in;
174
+ }
index.html ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!doctype html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1">
6
+ <title>Rumah Impian</title>
7
+ <!-- -->
8
+ <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
9
+ <!-- FONT GOOGLE -->
10
+ <link rel="preconnect" href="https://fonts.googleapis.com">
11
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
12
+ <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap" rel="stylesheet">
13
+ <!-- MY STYLE -->
14
+ <link rel="stylesheet" href="css/style.css">
15
+ <!-- logo title bar -->
16
+ <link rel="icon" href="assets/img/logo company.png" type="img/x-icon">
17
+ </head>
18
+ <body>
19
+ <!-- NAVBAR START-->
20
+ <nav class="navbar navbar-expand-lg navbar-dark bg-transparent position-fixed w-100">
21
+ <div class="container">
22
+ <!-- lOGO SET UP -->
23
+ <a class="navbar-brand" href="#">
24
+ <img src="/assets/img/logo company.png" alt="Logo" width="30" class="d-inline-block align-text-top me-3">
25
+ Rumah Impian</a>
26
+ <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
27
+ <span class="navbar-toggler-icon"></span>
28
+ </button>
29
+
30
+ <div class="collapse navbar-collapse" id="navbarNav">
31
+ <!-- Navbar List Start -->
32
+ <ul class="navbar-nav mx-auto">
33
+ <li class="nav-item mx-2">
34
+ <a class="nav-link active" aria-current="page" href="#">BERANDA</a>
35
+ </li>
36
+ <!-- Navbar List2 -->
37
+ <li class="nav-item mx-2">
38
+ <a class="nav-link" href="#">LAYANAN</a>
39
+ </li>
40
+ <!-- Navbar List3 -->
41
+ <li class="nav-item mx-2">
42
+ <a class="nav-link" href="#">FITUR</a>
43
+ </li>
44
+ <!-- Navbar List4 -->
45
+ <li class="nav-item mx-2">
46
+ <a class="nav-link" href="#">KONTAK</a>
47
+ </li>
48
+ </ul>
49
+ <!-- LOGIN/SIGN UP BUTTON -->
50
+ <div>
51
+ <button class="button-primary">Daftar</button>
52
+ <button class="button-secondary">Masuk</button>
53
+ </div>
54
+ <!-- Navbar List End -->
55
+ </div>
56
+ </div>
57
+ </nav>
58
+ <!-- NAVBAR END -->
59
+ <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous"></script>
60
+
61
+ <!-- HERO SECTION START -->
62
+ <section id="hero">
63
+ <div class="container h-100">
64
+ <div class="row h-100">
65
+ <div class="col-md-6 hero-tagline my-auto">
66
+ <h1>Membantu Temukan Rumah Impian</h1>
67
+ <p><span class="fw-bold">Rumah Impian</span> hadir untuk temukan rumah terbaik
68
+ untukmu, untuk di jual ataupun di sewa dengan sumber
69
+ terpercaya.</p>
70
+ <button class="button-lg-primary">Temukan Rumah</button>
71
+ <a href="#">
72
+ <img src="assets/img/arrow.png" alt="">
73
+ </a>
74
+ </div>
75
+ </div>
76
+ <img src="assets/img/hero banner.png" alt="" class="position-absolute end-0 bottom-0 img-hero">
77
+ <img src="assets/img/accent.png" alt="" class="h-100 position-absolute top-0 start-0 accent-img">
78
+ </div>
79
+ </section>
80
+ <!-- HERO SECTION END -->
81
+ <!-- LAYANAN SECTION START -->
82
+ <!-- Title Start -->
83
+ <section id="layanan">
84
+ <div class="container">
85
+ <div class="row">
86
+ <div class="col-12 text-center">
87
+ <h2>Layanan Kami</h2>
88
+ <span class="sub-title">Rumah Impian Hadir Menjadi solusi Bagi Kamu</span>
89
+ </div>
90
+ <!-- title End -->
91
+ <!-- card title start -->
92
+ </div>
93
+ <div class="row mt-5">
94
+ <div class="col-md-4 text-center">
95
+ <div class="card-layanan">
96
+ <div class="circle-icon position-relative mx-auto">
97
+ <img src="assets/img/houses.png " alt="" class="position-absolute top-50 start-50 translate-middle">
98
+ </div>
99
+ <h3 class="mt-3">Property Baru</h3>
100
+ <p>Rumah Impian Kini Jadi Kenyataan, Beli Rumah Baru Dengan Fasilitas terbaik Dengan Lingkungan Yang Nyaman</p>
101
+ </div>
102
+ </div>
103
+ <!-- 1 -->
104
+ <div class="col-md-4 text-center">
105
+ <div class="card-layanan">
106
+ <div class="circle-icon position-relative mx-auto">
107
+ <img src="assets/img/houses.png " alt="" class="position-absolute top-50 start-50 translate-middle">
108
+ </div>
109
+ <h3 class="mt-3">Property Baru</h3>
110
+ <p>Rumah Impian Kini Jadi Kenyataan, Beli Rumah Baru Dengan Fasilitas terbaik Dengan Lingkungan Yang Nyaman</p>
111
+ </div>
112
+ </div>
113
+ <!-- 2 -->
114
+ <div class="col-md-4 text-center">
115
+ <div class="card-layanan">
116
+ <div class="circle-icon position-relative mx-auto">
117
+ <img src="assets/img/houses.png " alt="" class="position-absolute top-50 start-50 translate-middle">
118
+ </div>
119
+ <h3 class="mt-3">Property Baru</h3>
120
+ <p>Rumah Impian Kini Jadi Kenyataan, Beli Rumah Baru Dengan Fasilitas terbaik Dengan Lingkungan Yang Nyaman</p>
121
+ </div>
122
+ </div>
123
+ </div>
124
+
125
+ </div>
126
+ </section>
127
+
128
+
129
+ </body>
130
+ </html>