-
Notifications
You must be signed in to change notification settings - Fork 0
/
konfirmasi.html
252 lines (222 loc) · 8.69 KB
/
konfirmasi.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Konfirmasi Kehadiran</title>
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/navbar.css">
<link rel="stylesheet" type="text/css" href="css/owl.carousel.css">
<link rel="stylesheet" type="text/css" href="css/owl.theme.default.css">
<link rel="stylesheet" type="text/css" href="css/slider.css">
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Material Design Bootstrap -->
<link href="assets/css/mdb.min.css" rel="stylesheet">
<!-- Your custom styles (optional) -->
<link href="konfirmasi.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- navbar -->
<!--<nav class="navbar navbar-expand-lg" id="mobile" style="background-color: white">
<span>
<a class="navbar-brand" href="#"><img src="img/bumn.png" width="75" height="45" alt=""></a>
<a class="navbar-brand" href="#"><img src="img/logo2.png" width="80" height="35" alt=""></a>
<a class="navbar-brand" href="#"><img src="img/logo.png" width="100" height="60" alt=""></a>
</span>
</nav> -->
<nav class="navbar navbar-expand-lg sticky-top" style="background-color: white">
<div class="container">
<span id="web">
<a class="navbar-brand" href="http://www.bumn.go.id/"><img src="img/bumn.png" width="75" height="45" alt=""></a>
<a class="navbar-brand" href="http://pupuk-indonesia.co.id"><img src="img/logo2.png" width="80" height="35" alt=""></a>
<a class="navbar-brand" href="http://petrokimia-gresik.com"><img src="img/logo.png" width="100" height="60" alt=""></a>
</span>
<span id="title">PT. Petrokimia Portal Event</span>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText"
aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon" style="background-image: url('https://mdbootstrap.com/img/svg/hamburger7.svg?color=#4a9c54');"></span>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#" style="color: #4a9c54;"><b>HOME</b></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" style="color: #4a9c54;"><b>ON GOING</b></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" style="color: #4a9c54;"><b>COMING SOON</b></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" style="color: #4a9c54;"><b>FAQ</b></a>
</li>
</ul>
</div>
</div>
</nav>
<!-- navbar -->
<!-- Start About area -->
<div class="view" style="background-color: #f2f7f8;">
<div class="container">
<div class="main-wrapper">
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="section-headline text-center">
<h2>Konfirmasi Kehadiran</h2>
</div>
</div>
</div>
<div class="row">
<!-- single-well start-->
<div class="col-md-4 col-sm-4 col-xs-12">
<div class="well-left">
<div class="single-well">
<a href="#">
<img src="img/poster2.jpg" alt="">
</a>
</div>
</div>
</div>
<!-- single-well end-->
<div class="col-md-8 col-sm-8 col-xs-12">
<div class="well-middle">
<div class="single-well">
<i class="fas fa-calendar-alt"> 20 Juli 2020</i>
<div id="countdown" class="countdown mt-5">
<div class="row">
<div class="countdown-item col-md-3 col-sm-6">
<div id="countdown-days" class="countdown-number font-weight-light text-shadow"> </div>
<h4 class="h4 font-weight-light text-shadow">days</h4>
</div>
<div class="countdown-item col-md-3 col-sm-6">
<div id="countdown-hours" class="countdown-number font-weight-light text-shadow"> </div>
<h4 class="h4 font-weight-light text-shadow">hours</h4>
</div>
<div class="countdown-item col-md-3 col-sm-6">
<div id="countdown-minutes" class="countdown-number font-weight-light text-shadow"> </div>
<h4 class="h4 font-weight-light text-shadow">minutes</h4>
</div>
<div class="countdown-item col-md-3 col-sm-6">
<div id="countdown-seconds" class="countdown-number font-weight-light text-shadow"> </div>
<h4 class="h4 font-weight-light text-shadow">seconds</h4>
</div>
</div>
</div>
</div>
<div class="confirm">
<p class="h3 text-shadow text-uppercase" style="text-align: center">Lakukan konfirmasi jika Anda dapat menghadiri acara ini!</p>
<button type="button" class="btn btn-outline-success waves-effect">Konfirmasi Disini</button>
</div>
</div>
</div>
<!-- End col-->
</div>
</div>
</div>
</div>
<!-- End About area -->
<!-- Footer -->
<footer class="page-footer bg-dark font-small blue pt-4">
<!-- Footer Links -->
<div class="container-fluid text-center text-md-left">
<!-- Grid row -->
<div class="row">
<!-- Grid column -->
<div class="col-md-6 mt-md-0 mt-3">
<!-- Content -->
<img src="img/logo.png" width="120px" height="80px;">
<p>PT Petrokimia Gresik merupakan Produsen Pupuk Terlengkap di Indonesia yang memproduksi berbagai macam pupuk dan bahan kimia untuk solusi agroindustri. Kami berkomitmen untuk terus tumbuh dan berkembang bersama masyarakat, demi mendukung terwujudnya Ketahanan Pangan Nasional dan kemajuan dunia pertanian.</p>
</div>
<!-- Grid column -->
<hr class="clearfix w-100 d-md-none pb-3">
<!-- Grid column -->
<div class="col-md-3 mb-md-0 mb-3">
<!-- Links -->
<h5 class="text-uppercase">Kantor Pusat</h5>
<ul class="list-unstyled">
<li>
<span class="font-medium text-muted db">ALAMAT</span>
<p>Jl. Jenderal Ahmad Yani - Gresik 61119</p>
</li>
<li>
<span class="font-medium text-muted db">TELEPON</span>
<p>031-3981811, 3982100, 3982200</p>
</li>
<li>
<span class="font-medium text-muted db">FAX</span>
<p>031-3981722, 3982272</p>
</li>
<li>
<span class="font-medium text-muted db">EMAIL</span>
<a href="mailto:pg@petrokimia-gresik.com">pg@petrokimia-gresik.com</a>
</li>
</ul>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 mb-md-0 mb-3">
<!-- Links -->
<h5 class="text-uppercase">Links</h5>
<ul class="list-unstyled">
<li>
<a href="#!">Link 1</a>
</li>
<li>
<a href="#!">Link 2</a>
</li>
<li>
<a href="#!">Link 3</a>
</li>
<li>
<a href="#!">Link 4</a>
</li>
</ul>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
<!-- Footer Links -->
<!-- Copyright -->
<div class="footer-copyright text-center py-3">© 2019 Copyright:
<a href="https://mdbootstrap.com/education/bootstrap/"> PT. Petrokimia Gresik</a>
</div>
<!-- Copyright -->
</footer>
<script type="text/javascript" src="assets/js/jquery-3.4.1.min.js"></script>
<!-- Bootstrap tooltips -->
<script type="text/javascript" src="assets/js/popper.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script type="text/javascript" src="assets/js/bootstrap.min.js"></script>
<!-- MDB core JavaScript -->
<script type="text/javascript" src="assets/js/mdb.min.js"></script>
<!-- JavaScript files-->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="vendor/jquery-countdown/jquery.countdown.min.js"></script>
<script src="vendor/moment/min/moment.min.js"></script>
<script src="js/front.js"></script>
<script>
// From the following config, you can set the final date.
config = {
countdown: {
year: 2020,
month: 7,
day: 20,
hour: 12,
minute: 12,
second: 00
}
};
// and now we init the countdown
$(function () {
countdown();
});
</script>
</body>
</html>