-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdetail3.html
80 lines (70 loc) · 2.85 KB
/
detail3.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
<!DOCTYPE HTML>
<html>
<head>
<title>Bandung Talent</title>
<style type="text/css">
.left { text-align: left;}
.right { text-align: right;}
.center { text-align: center;}
.justify { text-align: justify;}
</style>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Header -->
<header id="header" class="preview">
<div class="inner">
<div class="content">
<h1><img src="images/logo.png" width="150" height="40"></h1>
<h2>Get Journey To<br />
Bandung Creative Hub</h2>
<a href="#" class="button big alt"><span>Let's Go</span></a>
</div>
<a href="index.html" class="button hidden"><span>Let's Go</span></a>
</div>
</header>
<!-- Main -->
<div id="preview">
<div class="inner">
<div class="content">
<header>
<h2>GEDUNG PUSAT KREATIF DI INDONESIA PERTAMA</h2>
</header>
<div style='text-align:justify;'>Sahabat traveler’s, Kota Bandung dan Jawa Barat harus bangga dengan sukses dan berdirinya sebuah gedung megah dan unik Bandung Creative Hub ini,
kenapa demikian ? karena bangunan gedung Bandung Creative Center ini adalah tercatat menjadi sebuah pusat kreatif pertama yang ada di indonesia,
dan menjadi Creative Center kedua di kawasan negara- negara asia tenggara (ASEAN) setelah sebelumnya sudah ada Thailand Creative & Design Center (TCDC).
Nah itulah dia sobat traveler’s, sangat menarik dan membuat kita warga bandung menjadi bangga bukan mempunyai Gedung Bandung Creative Hub ini ?
</div>
</div>
<a href="detail2.html" class="nav previous"><span class="fa fa-chevron-left"></span></a>
<a href="detail4.html" class="nav next"><span class="fa fa-chevron-right"></span></a>
</div>
<!-- Footer -->
<footer id="footer">
<a href="#" class="info fa fa-info-circle"><span>About</span></a>
<div class="inner">
<div class="content">
<h3>Talent Bandung</h3>
<p>Ditunjukan sebagai tugas AKhir kelas Web Depelov Batch 1</p>
</div>
<div class="copyright">
<h3>Follow me</h3>
<ul class="icons">
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon fa-dribbble"><span class="label">Dribbble</span></a></li>
</ul>
© Untitled. Design: MAHMUD HIDAYATULLOH </a>.
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>