-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (34 loc) · 1.23 KB
/
index.html
File metadata and controls
37 lines (34 loc) · 1.23 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
<!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">
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="/components/button/button.css">
<link rel="stylesheet" href="/css/base.css">
<title>ShivanshUI - Home</title>
</head>
<body>
<section>
<h1>
<span class="block title">The</span>
<span class="block title"> component library</span>
<span class="italic"> you always wanted</span>.
</h1>
<p class="lg-para paragraph">
ShivanshUI is built using HTML 5 and CSS 3.
It is a collection of components that are designed to be used in a
consistent and easy way.
</p>
<div class="action-btn">
<div class="getStarted-btn">
<a class="link-button" href="/components/alert/alert.html">Shubh Aarambh</a>
</div>
<div class="btn-outline">
<a class="outline-btn" href="https://github.com/theprogrammerinyou/ShivanshUI">Show me the Code!</a>
</div>
</div>
<section>
</body>
</html>