-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
89 lines (69 loc) · 3.24 KB
/
about.html
File metadata and controls
89 lines (69 loc) · 3.24 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
<!doctype html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About | Postrockid</title>
<meta name="description" content="sebuah halaman tentang post rock indonesia">
<meta name="author" content="Ryoka">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.0/css/bulma.min.css">
<link href="css/custom.css" rel="stylesheet">
<link rel="icon" type="image/png" sizes="32x32" href="https://strooton.sirv.com/fav/favicon-32x32.png">
</head>
<body>
<nav class="navbar dark">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item has-text-white is-size-5 has-text-weight-bold" href="/">Postrockid</a>
<div class="navbar-burger burger" data-target="navbarGo">
<span></span>
<span></span>
<span></span>
</div>
</div>
<div id="navbarGo" class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item has-text-white" href="about.html">
About
</a>
<a class="navbar-item has-text-white" href="https://www.youtube.com/channel/UCdDqgGL8U6SpXT9aCgYtnOA/videos">
Bands
</a>
<a class="navbar-item has-text-white" href="/music.html">
Music
</a>
</div>
<div class="navbar-end">
<a class="navbar-item has-text-white" href="/submit.html">Submit
</a>
</div>
</div>
</div>
</nav>
<section class="hero is-fullheight dark">
<div class="hero-body">
<div class="container v-centered">
<div class="columns ">
<div class="column is-6">
<div style="padding-top:54.000%;position:relative;"><iframe src="https://gifer.com/embed/Ijm" width="100%" height="100%" style='position:absolute;top:0;left:0;' frameBorder="0" allowFullScreen></iframe></div>
</div>
<div class="column is-6">
<h1 class="title has-text-white">
About
</h1>
<p class="has-text-white">Post rock Indonesia or Postrockid is an online curator for post-rock movement in Indonesia. We're all online, not offline. Giving more exposures and up the band is one of our mission. You all can check our social media to connect
with reccomendation or anything about post-rock itself.</p>
<p class="has-text-white mt-4">Don't know about 'post-rock'?
<a class="has-text-weight-bold has-text-success" href=" https://en.wikipedia.org/wiki/Post-rock ">Read this!</a></p>
</div>
</div>
</div>
</div>
</section>
<section class="section footer py-4 ">
<h2 class="has-text-centered has-text-white ">Made by
<a href="https://twitter.com/ryokavertikal" class="has-text-success has-text-weight-bold">Ryoka</span>
</h2>
</section>
<script src="js/nav.js "></script>
</body>
</html>