-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
230 lines (214 loc) · 12 KB
/
index.html
File metadata and controls
230 lines (214 loc) · 12 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- =========================== Favicon ========================= -->
<link
rel="shortcut icon"
href="/assets/images/favicon.png"
type="image/x-icon"
/>
<!-- ======================== Font Awesome ======================= -->
<script
src="https://kit.fontawesome.com/04cdd1a366.js"
crossorigin="anonymous"
></script>
<!-- ============================= CSS =========================== -->
<link rel="stylesheet" href="/styles/style.css" />
<title>Kal UI</title>
</head>
<body>
<!-- =========================== Header ========================== -->
<header class="header container" id="header">
<nav class="nav">
<a href="/index.html" class="nav__logo">Kal UI</a>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item">
<a href="#home" class="nav__link">Home</a>
</li>
<li class="nav__item">
<a
href="/pages/documentation.html"
class="nav__link"
>Documentation</a
>
</li>
</ul>
<div class="nested-list">
<div class="list-topic nav__item">
<a href="/"> Getting Started</a>
</div>
<ul class="list-subtopic">
<li>
<a class="active" href="">Introduction</a>
</li>
<li>
<a href="">Colors</a>
</li>
<li>
<a href="">Typography</a>
</li>
<li>
<a href="">Conclusion</a>
</li>
</ul>
</div>
<!-- ============= Components List ============ -->
<div class="nested-list">
<div class="list-topic nav__item">
<a href="">Components</a>
</div>
<ul class="list-subtopic">
<li>
<a href="">Avatar</a>
</li>
<li>
<a href="">Alert</a>
</li>
<li>
<a href="">Badge</a>
</li>
<li>
<a href="">Button</a>
</li>
<li>
<a href="">Card</a>
</li>
<li>
<a href="">Image</a>
</li>
<li>
<a href="">Input</a>
</li>
<li>
<a href="">Text Utilities</a>
</li>
<li>
<a href="">Lists</a>
</li>
<li>
<a href="">Navigation</a>
</li>
<li>
<a href="">Modal</a>
</li>
<li>
<a href="">Rating</a>
</li>
<li>
<a href="">Toast</a>
</li>
<li>
<a href="">Grid</a>
</li>
<li>
<a href="">Slider</a>
</li>
</ul>
</div>
</div>
<div class="nav__btns">
<a
href="https://github.com/nerdyspook/Kal-UI-Component-Library"
target="_blank"
>
<i class="fab fa-github" id="github-btn"></i>
</a>
<!-- Theme change -->
<i class="fas fa-moon change-theme" id="theme-btn"></i>
<!-- Menu Buttons -->
<div class="nav__close hidden" id="nav-close">
<i class="fas fa-times"></i>
</div>
<div class="nav__toggle" id="nav-toggle">
<i class="fas fa-bars"></i>
</div>
</div>
</nav>
</header>
<!-- ============================ Main =========================== -->
<main class="main container">
<section class="home hero" id="home">
<div class="home__data">
<h1 class="home__title">Kal UI</h1>
<p class="home__description">
Kal UI is a reusable component library, you can copy
& paste components you want without worrying about
the UI and focus on development.
</p>
<div class="cta__btns">
<a href="#installation" class="cta"
>Get Started <span>></span></a
>
<a href="/pages/documentation.html" class="start"
>Documentation</a
>
</div>
</div>
</section>
<section class="installation" id="installation">
<div class="installation__data">
<h2>Installation</h2>
<p>
Copy and paste the code in the head tag of your html
document. So that you can style your components by just
adding class names to your html elements.
</p>
</div>
<div class="code__snippet">
<iframe
src="https://carbon.now.sh/embed?bg=rgba%2826%2C32%2C44%2C1%29&t=material&wt=none&l=htmlmixed&width=700&ds=false&dsyoff=6px&dsblur=34px&wc=true&wa=false&pv=25px&ph=25px&ln=false&fl=1&fm=Fira+Code&fs=14px&lh=152%25&si=false&es=2x&wm=false&code=%253Chead%253E%250A%2509%253Cmeta%2520charset%253D%2522UTF-8%2522%2520%252F%253E%250A%2509%253Cmeta%2520http-equiv%253D%2522X-UA-Compatible%2522%2520content%253D%2522IE%253Dedge%2522%2520%252F%253E%250A%2509%253Cmeta%2520name%253D%2522viewport%2522%2520content%253D%2522width%253Ddevice-width%252C%2520initial-scale%253D1.0%2522%2520%252F%253E%250A%250A%2509%253C%21--%2520%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%2520Kal-UI%2520%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%2520--%253E%250A%2509%253Clink%2520%250A%2509%2509rel%253D%2522stylesheet%2522%2520%250A%2520%2520%2520%2520%2520%2520%2520%2520href%253D%2522https%253A%252F%252Fkal-ui.netlify.app%252Fstyles%252Fstyle.css%2522%250A%2520%2520%2520%2520%252F%253E%250A%2520%2520%250A%2509%253C%21--%2520%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%2520Your%2520CSS%2520%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%2520--%253E%250A%2509%253Clink%2520rel%253D%2522stylesheet%2522%2520href%253D%2522your-css-url%2522%252F%253E%250A%250A%2509%253Ctitle%253ETitle%253C%252Ftitle%253E%250A%253C%252Fhead%253E%250A"
style="
width: 700px;
height: 534px;
border: 0;
transform: scale(1);
overflow: hidden;
"
loading="lazy"
class="dark hidden"
sandbox="allow-scripts allow-same-origin"
>
</iframe>
<iframe
src="https://carbon.now.sh/embed?bg=rgba%28248%2C250%2C252%2C1%29&t=material&wt=none&l=htmlmixed&width=700&ds=false&dsyoff=6px&dsblur=34px&wc=true&wa=false&pv=7px&ph=6px&ln=false&fl=1&fm=Fira+Code&fs=14px&lh=152%25&si=false&es=2x&wm=false&code=%253Chead%253E%250A%2509%253Cmeta%2520charset%253D%2522UTF-8%2522%2520%252F%253E%250A%2509%253Cmeta%2520http-equiv%253D%2522X-UA-Compatible%2522%2520content%253D%2522IE%253Dedge%2522%2520%252F%253E%250A%2509%253Cmeta%2520name%253D%2522viewport%2522%2520content%253D%2522width%253Ddevice-width%252C%2520initial-scale%253D1.0%2522%2520%252F%253E%250A%250A%2509%253C%21--%2520%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%2520Kal-UI%2520%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%2520--%253E%250A%2509%253Clink%2520%250A%2509%2509rel%253D%2522stylesheet%2522%2520%250A%2520%2520%2520%2520%2520%2520%2520%2520href%253D%2522https%253A%252F%252Fkal-ui.netlify.app%252Fstyles%252Fstyle.css%2522%250A%2520%2520%2520%2520%252F%253E%250A%2520%2520%250A%2509%253C%21--%2520%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%2520Your%2520CSS%2520%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%253D%2520--%253E%250A%2509%253Clink%2520rel%253D%2522stylesheet%2522%2520href%253D%2522your-css-url%2522%252F%253E%250A%250A%2509%253Ctitle%253ETitle%253C%252Ftitle%253E%250A%253C%252Fhead%253E%250A"
style="
width: 700px;
height: 434px;
border: 0;
transform: scale(1);
overflow: hidden;
"
loading="lazy"
sandbox="allow-scripts allow-same-origin"
>
</iframe>
</div>
</section>
</main>
<!-- =========================== Footer ========================== -->
<div class="footer container">
<h3>Contact Me</h3>
<div class="contact">
<a href="https://github.com/nerdyspook" target="_blank">
<i class="fab fa-github"></i>
</a>
<a
href="https://www.linkedin.com/in/susanto-mahato-761118168"
target="_blank"
>
<i class="fab fa-linkedin"></i>
</a>
<a href="https://twitter.com/nerdyspook" target="_blank">
<i class="fab fa-twitter"></i>
</a>
</div>
<span>© NerdySpook. All rights reserved</span>
</div>
<!-- ======== MAIN JS ======== -->
<script defer src="/scripts/main.js"></script>
</body>
</html>