-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
90 lines (87 loc) · 2.9 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-QF6QHSQGFP"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-QF6QHSQGFP");
</script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta name="author" content="Rebornian48" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Graduation Concert and Last Show List</title>
<!-- Favicon -->
<link
rel="icon"
href="https://avatars.githubusercontent.com/u/80138640"
type="image/x-icon"
/>
<!-- Font Awesome icons -->
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v6.5.1/css/all.css"
/>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<div class="bg-white py-16 sm:py-24">
<div class="mx-auto max-w-7xl sm:px-6 lg:px-8">
<div
class="relative isolate overflow-hidden bg-gray-900 px-6 py-24 shadow-2xl sm:rounded-3xl sm:px-24 xl:py-32"
>
<h2
class="mx-auto max-w-2xl text-center text-3xl font-bold tracking-tight text-white sm:text-4xl"
>
Graduation Concert and Last Show List
</h2>
<p
class="mx-auto mt-2 max-w-xl text-center text-lg leading-8 text-gray-300"
>
This is a list of graduation concerts and last shows of the members
of JKT48.
</p>
<svg
viewBox="0 0 1024 1024"
class="absolute left-1/2 top-1/2 -z-10 h-[64rem] w-[64rem] -translate-x-1/2"
aria-hidden="true"
>
<circle
cx="512"
cy="512"
r="512"
fill="url(#759c1415-0410-454c-8f7c-9a820de03641)"
fill-opacity="0.7"
/>
<defs>
<radialGradient
id="759c1415-0410-454c-8f7c-9a820de03641"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(512 512) rotate(90) scale(512)"
>
<stop stop-color="#7775D6" />
<stop offset="1" stop-color="#E935C1" stop-opacity="0" />
</radialGradient>
</defs>
</svg>
</div>
</div>
</div>
<script src="./assets/js/script.js"></script>
</body>
</html>