-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex_backup.html
More file actions
164 lines (151 loc) · 7.4 KB
/
Copy pathindex_backup.html
File metadata and controls
164 lines (151 loc) · 7.4 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
<!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" />
<title>SiGesit | Pelayanan Expedisi Tercepat di Indonesia</title>
<link href="https://unpkg.com/aos@next/dist/aos.css" rel="stylesheet" />
<link rel="stylesheet" href="https://getbootstrap.com/docs/5.0/examples/cover/cover.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" integrity="sha512-tS3S5qG0BlhnQROyJXvNjeEM4UpMXHrQfTGmbQ1gKmelCxlSEBUaxhRBj/EFTzpbP4RVSrpEikbmdJobCvhE3g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<link href="assets/css/style_backup.css" rel="stylesheet" />
<link href="assets/css/boostrap.css" rel="stylesheet" />
</head>
<body id="home">
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark bg-light fixed-top" id="mainNav">
<div class="container px-4">
<a class="navbar-brand" href="#home"><img src="assets/img/Navbar/Logo-SiGesit.png" class="image-logo" alt=""></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive"
aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"><span
class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#service">Service</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#tentangkami">Tentang Kami</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#cekongkir">Cek Ongkir</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#partner">Partner</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- End Navbar -->
<!-- Header -->
<header class="bg-header text-white">
<div class="container px-5 text-left">
<h1 class="fw-bolder lh-base title-header animate__bounce">CEPAT <br> MEMBUAT <br> SEMUA <br>LEBIH MUDAH</h1>
<div class="d-flex">
<a href="#"><img src="assets/img/Header/AppStore.png" class="d-inline-block logo-header" /></a>
<a href="#"><img src="assets/img/Header/Playstore.png" class="d-inline-block logo-header mx-3" /> </a>
</div>
</div>
</header>
<!-- End Header -->
<!-- Service -->
<section id="service" class="bg-service">
<div class="container d-flex">
<!-- slider -->
</div>
</section>
<!-- End Service -->
<!-- Tentang Kami -->
<section id="tentangkami" class="text-white">
<div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1" aria-label="Slide 2"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="assets/img/Tentang-Kami/Bali-Background.png" class="d-block w-100" alt="Slide 1">
<div class="carousel-caption">
<h1 class="fw-bolder"><span style="color: orangered;">OUR</span> <br> SERVICE <br> COVERAGE</h1>
<p>Throughout Indonesia, there are nearly <b>100 gateway centers</b> <br> with profesionnal equipment, while also
having more than <br> <b>4,000 operating points, having more than <b>30,000 trained human resources,</b><br>
and thousands of fleets to support messenger services between cities, <br> between provinces and cross island.
</p>
</div>
</div>
<div class="carousel-item">
<img src="assets/img/Tentang-Kami/Kota-Background.png" class="d-block w-100" alt="Slide 2">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</section>
<!-- End Tentang Kami -->
<!-- Cek Ongkir -->
<section id="cekongkir">
<!-- <div class="container px-4">
<div class="row gx-4 justify-content-center">
<div class="col-lg-8">
<h2>About this page</h2>
<p class="lead">This is a great place to talk about your webpage. This template is purposefully unstyled so
you can use it as a boilerplate or starting point for you own landing page designs! This template features:
</p>
<ul>
<li>Clickable nav links that smooth scroll to page sections</li>
<li>Responsive behavior when clicking nav links perfect for a one page website</li>
<li>Bootstrap's scrollspy feature which highlights which section of the page you're on in the navbar</li>
<li>Minimal custom CSS so you are free to explore your own unique design options</li>
</ul>
</div>
</div>
</div> -->
</section>
<!-- End Cek Ongkir -->
<!-- Patner -->
<section id="partner">
<div class="container px-4">
<div class="row gx-4 justify-content-center">
<div class="col-lg-8">
<h2>About this page</h2>
<p class="lead">This is a great place to talk about your webpage. This template is purposefully unstyled so
you can use it as a boilerplate or starting point for you own landing page designs! This template features:
</p>
<ul>
<li>Clickable nav links that smooth scroll to page sections</li>
<li>Responsive behavior when clicking nav links perfect for a one page website</li>
<li>Bootstrap's scrollspy feature which highlights which section of the page you're on in the navbar</li>
<li>Minimal custom CSS so you are free to explore your own unique design options</li>
</ul>
</div>
</div>
</div>
</section>
<!-- End Patner -->
<!-- Footer -->
<div id="footer"></div>
<!-- End Footer -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous">
</script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap-select@1.14.0-beta2/dist/js/bootstrap-select.min.js"></script>
<script src="assets/js/style.js"></script>
<script>
$("#multiselect").selectpicker();
</script>
</body>
</html>