-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Card.html
173 lines (167 loc) · 10.3 KB
/
Card.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
<!doctype html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="./dist/output.css" rel="stylesheet">
<script src="https://unpkg.com/scrollreveal"></script>
<title>Neon Components</title>
</head>
<body class="font-pop overflow-hidden lg:overflow-visible bg-no-repeat bg-cover"
style="background-image: url(./src/img/pom.jpg);">
<div class="w-screen min-h-screen flex items-center justify-center fixed z-50 lg:hidden bg-[#12102a]">
<div class="w-fit h-fit relative">
<h1 class="font-LED text-4xl absolute -z-10 font-extralight text-blue-500 blur text-center">Sorry NeonZone Avaliable For Dekstop Only</h1>
<h1 class="font-LED text-4xl font-extralight text-white text-center">Sorry NeonZone Avaliable For Dekstop Only</h1>
</div>
</div>
<div class="flex w-full h-screen bg-black/30 fixed p-5">
<!-- sidebar -->
<div
class="h-full w-1/4 bg-[#12102a]/80 border border-pink-500 backdrop-blur-sm rounded-lg overflow-scroll p-2 text-sm">
<div class="relative w-full mb-3 object-top">
<h1
class="font-LED text-4xl font-bold text-left w-full text-pink-600 absolute -z-10 blur-md animate-pulse">
Neon Zone</h1>
<h1 class="font-LED text-4xl font-bold text-white text-left w-full">Neon Zone</h1>
</div>
<div class="relative flex group w-full mb-2">
<a href="./AlertComps.html"
class="absolute blur bg-blue-500 py-2 px-4 rounded-xl w-full -z-10 text-white group-hover:animate-pulse delay-75">Alert</a>
<a href="./AlertComps.html"
class="bg-blue-500 py-2 px-4 border rounded-xl w-full text-white group-hover:bg-blue-500">Alert</a>
</div>
<div class="relative flex group w-full mb-2">
<a href="./Badges.html"
class="absolute blur bg-blue-500 py-2 px-4 rounded-xl w-full -z-10 text-white group-hover:animate-pulse delay-75">Badges</a>
<a href="./Badges.html"
class="bg-blue-500 py-2 px-4 border rounded-xl w-full text-white group-hover:bg-blue-500">Badges</a>
</div>
<div class="relative flex group w-full mb-2">
<a href="./Buttons.html"
class="absolute blur bg-blue-500 py-2 px-4 rounded-xl w-full -z-10 text-white group-hover:animate-pulse delay-75">Buttons</a>
<a href="./Buttons.html"
class="bg-blue-500 py-2 px-4 border rounded-xl w-full text-white group-hover:bg-blue-500">Buttons</a>
</div>
<div class="relative flex group w-full mb-2">
<a href="./Card.html"
class="absolute blur bg-blue-500 py-2 px-4 rounded-xl w-full -z-10 text-white group-hover:animate-pulse delay-75">Cards</a>
<a href="./Card.html"
class="bg-blue-500 py-2 px-4 border rounded-xl w-full text-white group-hover:bg-blue-500">Cards</a>
</div>
<div class="relative flex group w-full mb-2">
<a href="./Chips.html"
class="absolute blur bg-blue-500 py-2 px-4 rounded-xl w-full -z-10 text-white group-hover:animate-pulse delay-75">Chips</a>
<a href="./Chips.html"
class="bg-blue-500 py-2 px-4 border rounded-xl w-full text-white group-hover:bg-blue-500">Chips</a>
</div>
<div class="relative flex group w-full mb-2">
<a href="./Container.html"
class="absolute blur bg-blue-500 py-2 px-4 rounded-xl w-full -z-10 text-white group-hover:animate-pulse delay-75">Containers</a>
<a href="./Container.html"
class="bg-blue-500 py-2 px-4 border rounded-xl w-full text-white group-hover:bg-blue-500">Containers</a>
</div>
<div class="relative flex group w-full mb-2">
<a href="./Galery.html"
class="absolute blur bg-blue-500 py-2 px-4 rounded-xl w-full -z-10 text-white group-hover:animate-pulse delay-75">Gallery</a>
<a href="./Galery.html"
class="bg-blue-500 py-2 px-4 border rounded-xl w-full text-white group-hover:bg-blue-500">Gallery</a>
</div>
<div class="relative flex group w-full mb-2">
<a href="./Icons.html"
class="absolute blur bg-blue-500 py-2 px-4 rounded-xl w-full -z-10 text-white group-hover:animate-pulse delay-75">Icons</a>
<a href="./Icons.html"
class="bg-blue-500 py-2 px-4 border rounded-xl w-full text-white group-hover:bg-blue-500">Icons</a>
</div>
<div class="relative flex group w-full mb-2">
<a href="./List.html"
class="absolute blur bg-blue-500 py-2 px-4 rounded-xl w-full -z-10 text-white group-hover:animate-pulse delay-75">List
Group</a>
<a href="./List.html"
class="bg-blue-500 py-2 px-4 border rounded-xl w-full text-white group-hover:bg-blue-500">List
Group</a>
</div>
<div class="relative flex group w-full mb-2">
<a href="./Progress.html"
class="absolute blur bg-blue-500 py-2 px-4 rounded-xl w-full -z-10 text-white group-hover:animate-pulse delay-75">Progress
Bar</a>
<a href="./Progress.html"
class="bg-blue-500 py-2 px-4 border rounded-xl w-full text-white group-hover:bg-blue-500">Progress
Bar</a>
</div>
<!-- sidebar -->
</div>
<div
class="h-full w-full bg-[#12102a]/80 border border-pink-500 backdrop-blur-sm rounded-lg overflow-scroll p-4 text-sm ml-5 ">
<!-- header isi -->
<div class="flex relative w-fit">
<h1 class="font-LITE text-white text-5xl">
Cards Components
</h1>
<h1 class="font-LITE text-blue-500 -z-10 blur-sm absolute text-5xl">
Cards Components
</h1>
</div>
<!-- header isi -->
<div class="my-5 text-white">
<p>Komponen buttons mungkin merupakan elemen yang paling banyak digunakan di antarmuka pengguna atau situs web mana pun karena dapat digunakan untuk meluncurkan tindakan tetapi juga untuk menautkan ke halaman lain.</p>
</div>
<h4 class="text-xl my-2 text-white">List Components</h4>
<div class="grid grid-cols-3 gap-4">
<div class="relative flex">
<div class="block rounded-lg border border-white p-3 text-white">
<h1 class="text-3xl">This Is Tittle</h1>
<hr class="my-2" />
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Consectetur sit tempore cupiditate deserunt dolore perspiciatis officiis praesentium error? Aspernatur, earum?</p>
</div>
<div class="absolute -z-10 h-full w-full animate-pulse border-2 border-blue-500 blur-sm"></div>
</div>
<div class="relative flex">
<div class="rounded-lg border border-white p-3 text-white">
<h1 class="text-3xl">This Is Tittle</h1>
<hr class="my-2" />
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Consectetur sit tempore cupiditate deserunt dolore perspiciatis officiis praesentium error? Aspernatur, earum?</p>
</div>
<div class="absolute -z-10 h-full w-full animate-pulse border-2 border-pink-500 blur-sm"></div>
</div>
<div class="relative flex">
<div class="rounded-lg border border-white p-3 text-white">
<h1 class="text-3xl">This Is Tittle</h1>
<hr class="my-2" />
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Consectetur sit tempore cupiditate deserunt dolore perspiciatis officiis praesentium error? Aspernatur, earum?</p>
</div>
<div class="absolute -z-10 h-full w-full animate-pulse border-2 border-cyan-500 blur-sm"></div>
</div>
</div>
<div class="w-full mt-5">
<div class="coding inverse-toggle px-5 pt-4 shadow-lg text-gray-100 text-sm font-mono subpixel-antialiased
bg-[#12102a] pb-6 rounded-lg leading-normal overflow-hidden border border-white">
<div class="top mb-2 flex">
<h1>Code :</h1>
</div>
<code class="text-xs">
<div class="relative flex"> <br>
<div class="rounded-lg border border-white p-3 text-white"> <br>
<h1 class="text-3xl">This Is Tittle</h1> <br>
<hr class="my-2" /> <br>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Consectetur sit tempore cupiditate deserunt dolore perspiciatis officiis praesentium error? Aspernatur, earum?</p> <br>
</div> <br>
<div class="absolute -z-10 h-full w-full animate-pulse border-2 border-pink-500 blur-sm"></div> <br>
</div>
</code>
</div>
<div class="relative flex group w-fit text-white">
<div class="bg-pink-500 group-hover:bg-pink-300 rounded-lg px-4 py-2 w-fit mt-2">
<a href="https://play.tailwindcss.com/2jQ9tXrwXA">Coba Component</a>
</div>
<div class="bg-pink-500 group-hover:bg-pink-300 absolute -z-10 rounded-lg px-4 py-2 w-fit mt-2 blur-sm">
<a href="https://play.tailwindcss.com/2jQ9tXrwXA">Coba Component</a>
</div>
</div>
</div>
</div>
</div>
</body>
</section>
<script src="./src/animate.js"></script>
</html>