-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
317 lines (299 loc) · 18.5 KB
/
index.html
File metadata and controls
317 lines (299 loc) · 18.5 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HashMicro Page</title>
<!-- Nuky Yasuar Zamzamy -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous" type="module" defer></script>
<link rel="stylesheet" href="index.css">
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg bg-white shadow sticky-top px-5">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="assets/hashmicroLogo.png" alt="hashmicro_logo" style="width: 200px;">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-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 ms-auto mb-2 mb-lg-0">
<li class="nav-item me-5">
<a class="nav-link active" aria-current="page" href="#">
<p for="Email" style="font-size: 14px;" class="mb-1 px-3">Email Sekarang</p>
<p id="Email" class="fw-bold mb-0 hover-nav px-3">hello@hashmicro.co.id</p>
</a>
</li>
<li class="nav-item me-5">
<a class="nav-link active" aria-current="page" href="#">
<p for="contact" style="font-size: 14px;" class="mb-1 px-3">Hubungi Kami</p>
<p id="contact" class="fw-bold mb-0 hover-nav px-3">021 5099 6750</p>
</a>
</li>
<li class="nav-item my-auto">
<a href="#" role="button" class="nav-link fw-bold text-white border rounded-3 px-3 hover-RedToWhite" style="background: #9B2929;">Demo Gratis</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Section Dashboard Marimas -->
<section id="content1" class="bg-white flex-column">
<div class="row align-items-center d-flex justify-content-around d-grid" style="padding: 5rem; row-gap: 3rem;">
<div id="content1Col-1" class="col-lg-5 col-md-12 text-center text-xxl-start text-lg-start">
<h1 class="fw-bold text-lightDark mb-4">Investasi Sukses Marimas untuk Optimalkan Produksi dan Penuhi Tuntutan Pasar</h1>
<p class="fs-4 text-lightDark mb-4">Ketahui bagaimana Marimas memilih untuk menggunakan solusi HashMicro dan meraih keuntungan maksimal</p>
<div class="row">
<div class="col-6 col-xxl-6 xol-xl-12 col-lg-12 col-md-12 col-sm-12 col-xs-12 col-12">
<a href="#" role="button" class="btn bg-darkRed text-white fw-bold me-3 hover-RedToWhite w-100 mb-3">Coba Gratis</a>
</div>
<div class="col-6 col-xxl-6 xol-xl-12 col-lg-12 col-md-12 col-sm-12 col-xs-12 col-12">
<a href="#" role="button" class="btn bg-white text-lightDark fw-bold hover-WhiteToRed w-100" style="border-color: #9B2929;">Download Skema Harga</a>
</div>
</div>
</div>
<div class="col-lg-6 col-md-8 text-center">
<img src="assets/image/dashboard.webp" alt="dashboard" class="img-fluid">
</div>
</div>
</section>
<div id="content1Konsul" class="bg-lightDark w-100 text-white text-center p-3 d-flex justify-content-center align-items-center mx-auto flex-column flex-xxl-row d-grid" style="row-gap: 1rem;">
<p class="fs-5 px-3 mb-0">
Gabung dengan 1750+ klien yang telah mentransformasi bisnisnya dengan solusi ERP
</p>
<a href="#" role="button" class="btn bg-white hover-WhiteToDark" style="width: 200px;">
<img src="assets/whatsapp_logo.png" alt="whatsapp" class="me-1" style="width: 25px;">
Konsultasi Gratis
</a>
</div>
<!-- Section Marimas Efisiensi -->
<section id="content2" class="bg-white">
<div class="container-fluid w-75">
<div class="row bg-blueDark rounded-4 d-flex justify-content-center align-items-center px-5 pt-5 text-center text-xl-start text-lg-start d-grid" style="column-gap: 3rem;">
<div id="content2Col-1" class="col-xl-5 col-lg-5 col-sm-12 text-white my-auto pb-5">
<h1 class="fw-bold mb-4">Marimas sukses mengefisiensikan proses bisnis bersama HashMicro, sekarang giliran Anda!</h1>
<p class="fs-5 mb-4">Ketahui semua fitur esensial Hashmicro untuk dorong pertumbuhan bisnis anda secara efisien dan efektif.</p>
<a href="#" role="button" class="btn border-1 border-white text-white fw-bold hover-DarkToWhite">Coba Gratis</a>
</div>
<div class="col-xl-6 col-lg-6 col-sm-10">
<img src="assets/image/section2.webp" alt="laptop" style="width: 100%;">
</div>
</div>
</div>
</section>
<!-- Section Kemasan Marimas -->
<section id="content3">
<div id="content3Text" class="text-white text-center w-75">
<h1 class="fw-bold mb-4" style="font-size: 64px;">HashMicro, Jawaban dari Segala Tantangan Operasional Marimas</h1>
<p style="font-size: 24px;">Dalam usaha untuk memenuhi permintaan konsumen yang semakin tinggi, perusahaan ini dihadapkan pada beberapa permasalahan kritis yang juga berhasil diselesaikan melalui solusi manajemen bisnis yang komprehensif dari HashMicro.</p>
</div>
</section>
<!-- Section Carousel -->
<section id="content4" class="bg-white flex-column">
<h1 class="fw-bold text-center text-lightDark w-50 mb-5">Perubahan yang Dirasakah Marimas Melalui Implementasi Sistem HashMicro</h1>
<div id="carouselIndicator" class="carousel slide d-flex flex-column align-items-center carousel-fade">
<div id="indicator" class="d-flex justify-content-center align-items-center mb-4 d-grid gap-5 bg-lightGrey">
<button type="button" data-bs-target="#carouselIndicator" data-bs-slide-to="0" aria-current="true" aria-label="Slide 1" class="active border-0 text-secondary fw-bold p-3" onclick="activeButton(0)">Manufaktur</button>
<button type="button" data-bs-target="#carouselIndicator" data-bs-slide-to="1" aria-current="true" aria-label="Slide 2" class="inactive border-0 text-secondary fw-bold p-3" onclick="activeButton(1)">Supply Chain</button>
<button type="button" data-bs-target="#carouselIndicator" data-bs-slide-to="2" aria-current="true" aria-label="Slide 3" class="inactive border-0 text-secondary fw-bold p-3" onclick="activeButton(2)">Inventaris</button>
<button type="button" data-bs-target="#carouselIndicator" data-bs-slide-to="3" aria-current="true" aria-label="Slide 4" class="inactive border-0 text-secondary fw-bold p-3" onclick="activeButton(3)">Akuntansi</button>
</div>
<script>
function activeButton(index){
var buttons = document.querySelectorAll('[data-bs-target="#carouselIndicator"]');
buttons.forEach(function (button){
button.classList.remove('active');
button.classList.add('inactive');
});
buttons[index].classList.remove('inactive');
buttons[index].classList.add('active');
}
</script>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row d-flex justify-content-center d-grid" style="column-gap: 20px; row-gap: 20px;">
<div class="col-7 col-xl-3 col-sm-7 border border-secondary-subtle rounded-4 p-5">
<h3 class="fw-bold mb-3">Masalah</h3>
<p>Kesulitan dalam memantau persediaan stok sehingga terjadi overstock & understock hingga risiko kehilangan barang.</p>
</div>
<div class="col-7 col-xl-3 col-sm-7 border rounded-4 p-5 bg-lightGreen border-green">
<div class="d-flex align-items-center mb-3">
<img src="assets/check.png" alt="check" style="width: 25px; height: 25px;" class="me-3">
<h3 class="fw-bold m-0">Solusi</h3>
</div>
<p>Implementasi Software Inventaris yang mampu memonitor pergerakan stok otomatis dengan integrasi barcode scanning, hingga reminder saat ketersediaan barang hampir habis.</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row d-flex justify-content-center d-grid" style="column-gap: 20px; row-gap: 20px;">
<div class="col-7 col-xl-3 col-sm-7 border border-secondary-subtle rounded-4 p-5">
<h3 class="fw-bold mb-3">Masalah</h3>
<p>Kesulitan dalam memantau persediaan stok sehingga terjadi overstock & understock hingga risiko kehilangan barang.</p>
</div>
<div class="col-7 col-xl-3 col-sm-7 border rounded-4 p-5 bg-lightGreen border-green">
<div class="d-flex align-items-center mb-3">
<img src="assets/check.png" alt="check" style="width: 25px; height: 25px;" class="me-3">
<h3 class="fw-bold m-0">Solusi</h3>
</div>
<p>Implementasi Software Inventaris yang mampu memonitor pergerakan stok otomatis dengan integrasi barcode scanning, hingga reminder saat ketersediaan barang hampir habis.</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row d-flex justify-content-center d-grid" style="column-gap: 20px; row-gap: 20px;">
<div class="col-7 col-xl-3 col-sm-7 border border-secondary-subtle rounded-4 p-5">
<h3 class="fw-bold mb-3">Masalah</h3>
<p>Kesulitan dalam memantau persediaan stok sehingga terjadi overstock & understock hingga risiko kehilangan barang.</p>
</div>
<div class="col-7 col-xl-3 col-sm-7 border rounded-4 p-5 bg-lightGreen border-green">
<div class="d-flex align-items-center mb-3">
<img src="assets/check.png" alt="check" style="width: 25px; height: 25px;" class="me-3">
<h3 class="fw-bold m-0">Solusi</h3>
</div>
<p>Implementasi Software Inventaris yang mampu memonitor pergerakan stok otomatis dengan integrasi barcode scanning, hingga reminder saat ketersediaan barang hampir habis.</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row d-flex justify-content-center d-grid" style="column-gap: 20px; row-gap: 20px;">
<div class="col-7 col-xl-3 col-sm-7 border border-secondary-subtle rounded-4 p-5">
<h3 class="fw-bold mb-3">Masalah</h3>
<p>Kesulitan dalam memantau persediaan stok sehingga terjadi overstock & understock hingga risiko kehilangan barang.</p>
</div>
<div class="col-7 col-xl-3 col-sm-7 border rounded-4 p-5 bg-lightGreen border-green">
<div class="d-flex align-items-center mb-3">
<img src="assets/check.png" alt="check" style="width: 25px; height: 25px;" class="me-3">
<h3 class="fw-bold m-0">Solusi</h3>
</div>
<p>Implementasi Software Inventaris yang mampu memonitor pergerakan stok otomatis dengan integrasi barcode scanning, hingga reminder saat ketersediaan barang hampir habis.</p>
</div>
</div>
</div>
</div>
</div>
<div id="content4Konsul" class="mt-4 text-lightDark border border-darkRed rounded-4 text-center p-3 d-flex justify-content-center align-items-center mx-auto flex-column flex-xxl-row" style="row-gap: 1rem;">
<p class="fs-5 px-3 mb-0">
Masih belum menemukan solusi terbaik untuk memudahkan proses bisnis Anda?
</p>
<a href="#" role="button" class="btn bg-darkRed text-white hover-RedToWhite" style="width: 200px;">
<img src="assets/whatsapp_logo.png" alt="whatsapp" class="me-1" style="width: 25px;">
Konsultasi Gratis
</a>
</div>
</section>
<!-- Section Video -->
<a id="content5" onclick="closeOrPlayVideo()">
<div id="videoIframe" class="position-absolute" style="margin-left: 25svw; margin-right: 25svw ;margin-bottom: 5svh;"></div>
<h1 class="fw-bold text-white col-8 col-xxl-5 col-xl-8 col-lg-8 col-md-10 col-sm-8 mb-0 p-4" style="font-size: 48px;">Efisiensi Proses Bisnis Marimas Berkat HashMicro</h1>
<script>
var video = false;
function playVideo() {
var videoIframe = document.getElementById('videoIframe');
var iframe = document.createElement('iframe');
iframe.style.width = '50svw';
iframe.style.height = '65svh';
iframe.src = 'https://www.youtube.com/embed/7hquJzhRg6M?autoplay=1';
iframe.frameBorder = '0';
iframe.allowFullscreen = true;
iframe.allow = 'autoplay';
videoIframe.innerHTML = '';
videoIframe.appendChild(iframe);
video = true;
}
function closeVideo() {
var videoIframe = document.getElementById('videoIframe');
var iframe = videoIframe.querySelector('iframe');
if (iframe) {
videoIframe.innerHTML = '';
video = false;
}
}
function closeOrPlayVideo(){
if(video){
closeVideo();
}else{
playVideo()
}
}
</script>
</a>
<!-- Section Chat -->
<section id="content1" class="bg-white flex-column">
<div class="row align-items-center d-flex justify-content-around d-grid" style="padding: 5rem; row-gap: 3rem;">
<div id="content1Col-1" class="col-lg-5 col-md-12 text-center text-xxl-start text-lg-start">
<h1 class="fw-bold text-lightDark mb-4">Butuh Informasi Lebih Banyak Tentang Software HashMicro?</h1>
<a href="#" role="button" class="btn bg-darkRed text-white fw-bold hover-RedToWhite" style="border-color: #9B2929;">Diskusi Santai di Whatsapp</a>
</div>
<div class="col-lg-6 col-md-9 text-center">
<img src="assets/image/image-chatting.webp" alt="dashboard" class="img-fluid">
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-footer">
<div class="py-5 px-5 text-body-secondary">
<div class="row d-flex justify-content-center d-grid g-5">
<div class="col-lg-3 mb-3">
<img src="assets/logo-hashmicro-white.webp" alt="hashmicro" class="mb-4" style="width: 200px;">
<p class="text-white">Hashmicro merupakan provider brand ERP ternama di Indonesia. Telah melayani berbagai indusctri dengan sistem yang di kustom sesuai kebutuhan dan harga paling terjangkau jika di badingkan dengan brand ERP lainnya.</p>
</div>
<div class="col-12 col-lg-2 col-md-4 col-sm-12 mb-3">
<h4 class="text-white fw-bold mb-4">Perbandingan HashMicro</h4>
<ul>
<li>
<a href="#">HashMicro vs SAP</a>
</li>
<li>
<a href="#">HashMicro vs Oracle</a>
</li>
<li>
<a href="#">HashMicro vs Ms Dynamic</a>
</li>
<li>
<a href="#">HashMicro vs Sage</a>
</li>
</ul>
</div>
<div class="col-12 col-lg-2 col-md-4 col-sm-12 mb-3">
<h4 class="text-white fw-bold mb-4">Rekomendasi Produk</h4>
<ul>
<li>
<a href="#">Supply Chain Management</a>
</li>
<li>
<a href="#">Hash Manufacturing Software</a>
</li>
<li>
<a href="#">Inventaris</a>
</li>
<li>
<a href="#">Sistem Akuntansi</a>
</li>
</ul>
</div>
<div class="col-12 col-lg-2 col-md-4 col-sm-12 mb-3">
<h4 class="text-white fw-bold mb-4">Hubungi Kami di</h4>
<ul>
<li>
<a href="#">021 5099 6750</a>
</li>
<li>
<a href="#">+62-815-2284-6776</a>
</li>
<li>
<a href="#">hello@hashmicro.co.id</a>
</li>
<li>
<a href="#">partnership@hashmicro.com</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
</body>
</html>