-
Notifications
You must be signed in to change notification settings - Fork 0
/
artikel.html
328 lines (279 loc) · 11.2 KB
/
artikel.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
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="keywords" content="TasBee" />
<meta name="author" content="Rifki Romadhan" />
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description"
content="TasBee Adalah website penyedia dan pengelola event terbesar di Indonesia. Dapatkan Info Lomba, Magang, Beasiswa, dan Seminar terlengkap." />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="TasBee" />
<meta property="og:image" content="img/favicon.svg" />
<meta property="og:url" content="https://tasbee.com/" />
<meta property="og:title" content="Nikmati Artikel Terbaru Dari Kami | TasBee" />
<meta property="og:description"
content="TasBee Adalah website penyedia dan pengelola event terbesar di Indonesia. Dapatkan Info Lomba, Magang, Beasiswa, dan Seminar terlengkap." />
<title>Aritkel | TasBee</title>
<link rel="stylesheet" href="css/Reset.css" />
<link rel="stylesheet" href="css/Artikel.css" />
<link rel="stylesheet" href="css/Responsive.css" />
<link rel="apple-touch-icon" href="img/favicon.svg" />
<link rel="shortcut icon" href="./img/favicon.svg" type="image/x-icon" />
</head>
<body>
<!-- header start -->
<header>
<div class="container">
<a href="Index.html"><img src="img/logo.svg" alt="Logo" class="logo" /></a>
<nav>
<ul>
<li><a href="Index.html">Home</a></li>
<li><a href="Event.html">Event</a></li>
<li><a href="MediaPartner.html">Media Partner</a></li>
<li><a href="Artikel.html">Artikel</a></li>
<li><a href="Login.html">Login</a></li>
</ul>
</nav>
</div>
</header>
<!-- header end -->
<!-- navbar mobile start -->
<div class="navbarMobile">
<a href="Index.html" class="perNavbarMobile">
<div class="icon">
<img src="./img/Icon/home-solid.svg" alt="Home Icon">
</div>
<h3>Home</h3>
</a>
<a href="Event.html" class="perNavbarMobile">
<div class="icon">
<img src="./img/Icon/medal-solid.svg" alt="Event Icon">
</div>
<h3>Event</h3>
</a>
<a href="Artikel.html" class="perNavbarMobile">
<div class="icon">
<img src="./img/Icon/book-open-solid.svg" alt="Artikel Icon">
</div>
<h3>Artikel</h3>
</a>
<a href="Login.html" class="perNavbarMobile">
<div class="icon">
<img src="./img/Icon/user-circle-solid.svg" alt="Profil User Icon">
</div>
<h3>Login</h3>
</a>
</div>
<!-- navbar mobile end -->
<main>
<!-- Hero Artikel start -->
<div class="heroArtikel">
<section class="bg-patern">
<div class="container">
<div class="caption">
<h1>Artikel Kami</h1>
</div>
<div class="hero-img">
<img src="img/Artikel/blog-guy-1.png" alt="Hero img" />
<img src="img/Artikel/blog-guy-2.png" alt="Hero img" />
</div>
<div class="hero-bg">
<img class="blog-white-mask" src="img/Artikel/blog-white-mask.png" alt="BG" />
<img class="blog-white-mask-lg" src="img/Artikel/blog-white-mask-lg.png" alt="BG" />
</div>
</div>
</section>
</div>
<!-- Hero Artikel end -->
<!-- Blog Artikel Start -->
<section class="artikel">
<div class="container">
<a href="perArtikel.html" class="perArtikel">
<img src="img/Artikel/Series6.jpg" alt="perArtikel img" />
<h2>Cara Membuat Auth Login Dengan Laravel</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Consectetur quasi dignissimos amet aliquam eligendi doloremque vel
assumenda voluptate. Asperiores optio, quod hic molestias illo
voluptatem et exercitationem aut impedit explicabo.
</p>
<div class="cta">
<button class="btn">Baca Selengkapnya</button>
</div>
</a>
<a href="perArtikel.html" class="perArtikel">
<img src="img/Artikel/Series6.jpg" alt="perArtikel img" />
<h2>Cara Membuat Auth Login Dengan Laravel</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Consectetur quasi dignissimos amet aliquam eligendi doloremque vel
assumenda voluptate. Asperiores optio, quod hic molestias illo
voluptatem et exercitationem aut impedit explicabo.
</p>
<div class="cta">
<button class="btn">Baca Selengkapnya</button>
</div>
</a>
<a href="perArtikel.html" class="perArtikel">
<img src="img/Artikel/Series6.jpg" alt="perArtikel img" />
<h2>Cara Membuat Auth Login Dengan Laravel</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Consectetur quasi dignissimos amet aliquam eligendi doloremque vel
assumenda voluptate. Asperiores optio, quod hic molestias illo
voluptatem et exercitationem aut impedit explicabo.
</p>
<div class="cta">
<button class="btn">Baca Selengkapnya</button>
</div>
</a>
<a href="perArtikel.html" class="perArtikel">
<img src="img/Artikel/Series6.jpg" alt="perArtikel img" />
<h2>Cara Membuat Auth Login Dengan Laravel</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Consectetur quasi dignissimos amet aliquam eligendi doloremque vel
assumenda voluptate. Asperiores optio, quod hic molestias illo
voluptatem et exercitationem aut impedit explicabo.
</p>
<div class="cta">
<button class="btn">Baca Selengkapnya</button>
</div>
</a>
<a href="perArtikel.html" class="perArtikel">
<img src="img/Artikel/Series6.jpg" alt="perArtikel img" />
<h2>Cara Membuat Auth Login Dengan Laravel</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Consectetur quasi dignissimos amet aliquam eligendi doloremque vel
assumenda voluptate. Asperiores optio, quod hic molestias illo
voluptatem et exercitationem aut impedit explicabo.
</p>
<div class="cta">
<button class="btn">Baca Selengkapnya</button>
</div>
</a>
<a href="perArtikel.html" class="perArtikel">
<img src="img/Artikel/Series6.jpg" alt="perArtikel img" />
<h2>Cara Membuat Auth Login Dengan Laravel</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Consectetur quasi dignissimos amet aliquam eligendi doloremque vel
assumenda voluptate. Asperiores optio, quod hic molestias illo
voluptatem et exercitationem aut impedit explicabo.
</p>
<div class="cta">
<button class="btn">Baca Selengkapnya</button>
</div>
</a>
<a href="perArtikel.html" class="perArtikel">
<img src="img/Artikel/Series6.jpg" alt="perArtikel img" />
<h2>Cara Membuat Auth Login Dengan Laravel</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Consectetur quasi dignissimos amet aliquam eligendi doloremque vel
assumenda voluptate. Asperiores optio, quod hic molestias illo
voluptatem et exercitationem aut impedit explicabo.
</p>
<div class="cta">
<button class="btn">Baca Selengkapnya</button>
</div>
</a>
<a href="perArtikel.html" class="perArtikel">
<img src="img/Artikel/Series6.jpg" alt="perArtikel img" />
<h2>Cara Membuat Auth Login Dengan Laravel</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Consectetur quasi dignissimos amet aliquam eligendi doloremque vel
assumenda voluptate. Asperiores optio, quod hic molestias illo
voluptatem et exercitationem aut impedit explicabo.
</p>
<div class="cta">
<button class="btn">Baca Selengkapnya</button>
</div>
</a>
<a href="perArtikel.html" class="perArtikel">
<img src="img/Artikel/Series6.jpg" alt="perArtikel img" />
<h2>Cara Membuat Auth Login Dengan Laravel</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Consectetur quasi dignissimos amet aliquam eligendi doloremque vel
assumenda voluptate. Asperiores optio, quod hic molestias illo
voluptatem et exercitationem aut impedit explicabo.
</p>
<div class="cta">
<button class="btn">Baca Selengkapnya</button>
</div>
</a>
<button class="btn w-full mt-50">Load More</button>
</div>
</section>
<!-- Blog Artikel end -->
</main>
<!-- footer start -->
<section class="footer" id="footer">
<div class="container">
<div class="box">
<h2>About Us</h2>
<p>
<span>
Jl. Raya Desa Dagan RT 03 RW 09
</span>
<span>
Telepon : (+62) 882-3238-3244
</span>
<span>
Email : hello@tasbee.com
</span>
</p>
<div class="sosmed">
<a href="https://www.instagram.com/george_ikki/" class="perSosmed" target="_blank" rel=”noreferrer noopener”>
<img src="./img/Icon/instagram.svg" alt="Logo Instagram">
</a>
<a href="https://youtube.com/" class="perSosmed" target="_blank" rel=”noreferrer noopener”>
<img src="./img/Icon/youtube.svg" alt="Logo Youtube">
</a>
<a href="https://www.linkedin.com/in/rifki-romadhan-purbalingga/" class="perSosmed" target="_blank"
rel=”noreferrer noopener”>
<img src="./img/Icon/linkedin-in.svg" alt="Logo Linkedin-in">
</a>
<a href="https://github.com" class="perSosmed" target="_blank" rel=”noreferrer noopener”>
<img src="./img/Icon/github.svg" alt="Logo Github">
</a>
</div>
</div>
<div class="box">
<h2>Event</h2>
<a href="Event.html">Lomba</a>
<a href="Event.html">Webinar</a>
<a href="Event.html">Beasiswa</a>
<a href="Event.html">Volunteer</a>
<a href="Event.html">Exchange</a>
<a href="Event.html">Conference</a>
</div>
<div class="box">
<h2>Quick Link</h2>
<a href="Index.html">Home</a>
<a href="Event.html">Event</a>
<a href="Artikel.html">Artikel</a>
<a href="Contact.html">Contact</a>
<a href="MediaPartner.html">Media Partner</a>
</div>
</div>
</section>
<!-- footer end -->
<footer>
<div class="container">
TasBee © 2023 | Website Penyedia & Pengelola Event.
</div>
</footer>
<div id="scroll-top">
<img src="img/scroll-img.png" alt="scroll" />
</div>
<script src="js/script.js"></script>
</body>
</html>