-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwinterclub18.html
293 lines (212 loc) · 8.93 KB
/
winterclub18.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Generation Girl - Winter Club 2018</title>
<meta name="author" content="Generation Girl">
<meta name = "description" content="Website for Generation Girl Organization">
<!--favicon-->
<link rel="shortcut icon" href="../assets/favicon.ico" type="image/x-icon">
<!-- ** Links ** -->
<!-- Bootstrap -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<!-- FontAwesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<!-- Custom CSS -->
<link href = "custom.css" rel = "stylesheet">
<!-- Custom Fonts-->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i,700,700i,900,900i" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Londrina+Solid" rel="stylesheet">
<!-- Bootstrap JS -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- Ekko Lightbox -->
<link href ="https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.css" rel = "stylesheet" crossorigin="anonymous">
<script src = "https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.js" crossorigin="anonymous"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-129379680-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-129379680-1');
</script>
</head>
<body>
<!-- Navbar -->
<!-- navbar-expand-lg -->
<nav class="navbar fixed-top navbar-light bg-light">
<a class="navbar-brand" href="#">
<img src="assets/genglogo.png" height = "40" class="d-inline-block align-top" alt="Generation Girl">
</a>
<button id = "navbutton" class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="fas fa-bars" style="color: #004b85;"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<div class="navbar-nav ml-auto">
<a class="nav-item nav-link" href="#aboutclub">Winter Club 2018</a>
<a class="nav-item nav-link" href="#wintermaterial">Materi Winter Club</a>
<a class="nav-item nav-link" href="#wintergallery">Galeri Foto</a>
<div class="dropdown-divider"></div>
<a class="nav-item nav-link" href="en/winterclub18.html">Switch Language to English</a>
</div>
</div>
</nav>
<!-- Auto Collapse Navbar JS -->
<script>
$('.navbar-collapse a').click(function(){
$(".navbar-collapse").collapse('hide');
});
</script>
<!-- Header -->
<div class = "winterheaderimg">
<a class = "blue" href = "index.html">
<button class = "backbutton"><h5><b><span class = "fas fa-arrow-left"></span> Menu Utama</b></h5></button>
</a>
</div>
<!-- Content -->
<section id = 'content'>
<!-- About Us -->
<div id = "aboutclub">
<div class = "container">
<div class = "row">
<div class = "col-lg-6">
<h2 class ="blue"><b>Winter Club 2018</b></h2>
<br>
<h5><b>Waktunya belajar hal baru!</b></h5>
<br>
<p>Yuk ikutan Waktunya belajar sesuatu yang baru! Nyantai bareng kita-kita yuk liburan akhir tahun ini dan belajar web development di club kami! Disini juga bakal ada kelas bela diri, office tour ke kantornya Tokopedia dan diskusi panel juga. Kalau kamu ketinggalan Winter Club tapi kamu pingin belajar web development, kamu bisa download kurikulumnya dibawah ini girls!</p>
<br>
<!-- Blockquote -->
<h3 class = "text-right"><span><img src = "assets/genglogoalt.png" style="width:40px;"></span><i> #winterclub18</i></h3>
</div>
<div class = "col-lg-6 text-center">
<img class = "aboutclubimg img-fluid rounded text-center" src = "assets/winterhead.png" alt = "winter club" />
</div>
</div>
<br>
</div>
</div>
<!-- Winter Curicculum -->
<div id = "wintermaterial">
<div class = "container">
<h2 class ="blue"><b>Materi Winter Club</b></h2>
<br><br>
<div class = "row text-center">
<div class = "col">
<a class = "downloadlink" href = "https://drive.google.com/open?id=1TehLlx6Uq9mB6qxbIIiXRy12f57E3bkB">
<button class="downloadbutton">
<div class = "row">
<div class = "col-lg-4">
<span class = "fas fa-file-archive icon"></span>
</div>
<div class = "col-lg-8 text-left">
<h5 class = "downtopic"><b>Web Development</b></h5>
<h6 class = "downtopic">Bahasa Inggris</h6>
</div>
</div>
</button>
</a>
</div>
<div class = "col">
<a class = "downloadlink" href = "https://drive.google.com/open?id=1ogfFZOWE8_ZRMAra7RjUXgWpJdDnsh3I">
<button class="downloadbutton">
<div class = "row">
<div class = "col-lg-4">
<span class = "fas fa-file-archive icon"></span>
</div>
<div class = "col-lg-8 text-left downloaddesc">
<h5 class = "downtopic"><b>Web Development</b></h5>
<h6 class = "downtopic">Bahasa Indonesia</h6>
</div>
</div>
</button>
</a>
</div>
</div>
<br>
</div>
</div>
<!-- Gallery -->
<div id = "wintergallery">
<div class = "container">
<h2 class ="blue"><b>Galeri Foto</b></h2>
<br><br>
<div class="row text-center">
<a href="assets/winterclub18/1.jpg" data-toggle="lightbox" data-gallery="gallery" class="col-md-3">
<img src="assets/winterclub18/1.jpg" class="imggallery img-fluid rounded">
</a>
<a href="assets/winterclub18/2.jpg" data-toggle="lightbox" data-gallery="gallery" class="col-md-3">
<img src="assets/winterclub18/2.jpg" class="imggallery img-fluid rounded">
</a>
<a href="assets/winterclub18/3.jpg" data-toggle="lightbox" data-gallery="gallery" class="col-md-3">
<img src="assets/winterclub18/3.jpg" class="imggallery img-fluid rounded">
</a>
<a href="assets/winterclub18/4.jpg" data-toggle="lightbox" data-gallery="gallery" class="col-md-3">
<img src="assets/winterclub18/4.jpg" class="imggallery img-fluid rounded">
</a>
</div>
<br>
<div class="row text-center">
<a href="winterclub18-photos.html">
<button class = "rectcirclealt"><b>Lihat lebih lanjut</b> <span><i class = "fas fa-arrow-right"></i></span></button>
</a>
</div>
<br>
</div>
</div>
</section>
<!-- Contact Us -->
<div id = "foot">
<div class = "container">
<div class = "row text-center">
<div class = "col footleft">
</div>
<div class = "col footbtn">
<a href = "http://instagram.com/generationgirl.id">
<button class="btncircle blue">
<span class = "fab fa-instagram"></span>
</button>
</a>
<a href = "mailto:[email protected]">
<button class="btncircle blue">
<span class = "far fa-envelope"></span>
</button>
</a>
</div>
<div class = "col footright">
</div>
</div>
<br>
<div class = "row text-center">
<div class = "col"></div>
<div class = "col-lg-10 blue">
<a class = "footlink blue" href = ""><b>Syarat & Ketentuan</b></a>
•
<a class = "footlink blue" href = ""><b>Kebijakan Privasi</b></a>
•
<a class = "footlink blue" href = "https://www.tokopedia.com/generationgirl"><b>Merchandise</b></a>
</div>
<div class = "col"></div>
</div>
</div>
</div>
<!-- ** Lightbox Script ** -->
<script>
$(document).on("click", '[data-toggle="lightbox"]', function(event) {
event.preventDefault();
$(this).ekkoLightbox();
});
</script>
</body>
</div>
<footer>
<p class = "text-center blue"><b>Copyright ©2020 Yayasan Generasi Maju Berkarya. All rights reserved.</b></p>
</footer>
</html>