-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
57 lines (43 loc) · 1.5 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
<!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">
<title>HOVER-Library</title>
<link href="style.css" rel="stylesheet">
</link>
</head>
<body>
<header>
<nav class="logo">
<ul class="logo-ul">
<li><a class="header-color" href="/index.html">HOVER</a></li>
<li><span>v1.0</span></li>
</ul>
</nav>
<nav class="menu">
<ul class="menu-ul ul-main">
<li><a href="index.html">Home</a></li>
<li><a href="/components/badge.html">Docs</a></li>
<li><a href="https://hover-library.netlify.app/style.css" download>Download</a></li>
<li><a href="https://github.com/jinath123-yasmin/Hover-Components-CSS-Library">Github</a></li>
</ul>
</nav>
</header>
<div class="hover-section">
<div class="head">
Make Your Own Customized Theme Effortlessly
</div>
<div class="sub-head">Hover is a light-weight and open source CSS library help to develop customized themes.
</div>
<div class="hover-button">
<li class="btn_inner pad">
<button class="primary_btn color"><a href="get_started/introduction.html" alt="">Get Started</a></button>
</li>
</div>
</div>
</div>
</div>
</body>
</html>