-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
89 lines (86 loc) · 2.75 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
<!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="shortcut icon" href="images\favicon-16x16.png" type="image/x-icon">
<link rel="stylesheet" href="doc.css" />
<link rel="stylesheet" href="main.css" />
<title>Documentation</title>
</head>
<body>
<div class="nav-container">
<nav class="nav-wrap" id="back">
<div class="nav-brand">
<h1 class="brand-logo">
<a href="index.html">PopCube <span style="color: #fc452e">Ui</span></a>
</h1>
</div>
<div class="nav-list-container">
<ul class="nav-list margin-left-index">
<li>HOME</li>
<li><a href="docs.html">DOCS</a></li>
<li><a href="about.html">ABOUT</a></li>
</ul>
</div>
<div>
<p class="small" style="color: rgb(105, 104, 104)">
<span
><a
class="link"
href="https://github.com/DanishOnGit/New-component-library"
target="_blank"
title="Github repo"
><i class="fab fa-github"></i></a
></span>
V 1.0
</p>
</div>
</nav>
</div>
<div class="home-page_text-container">
<h1 class="display-4">Build <span style="color: #fc452e">Fast.</span></h1>
<h1 class="display-4">
Ship <span style="color: #fc452e">Faster.</span>
</h1>
<p>
PopCube-Ui is a simple component library which provides the building
blocks you need to develop the UI of your applications.
</p>
<a class="btn btn-outline-primary" href="docs.html">GET STARTED</a>
</div>
<footer class="index-file-footer">
<p class="centered">
Made with <span class="code-icon"></></span> by Danish
Ahmed
</p>
<ul class="list-non-bullet list-items-flex">
<li>
<a
class="link"
href="https://github.com/DanishOnGit/New-component-library"
target="_blank"
><i class="fab fa-github"></i
></a>
</li>
<li>
<a class="link" href="https://twitter.com/sum1writes" target="_blank"
><i class="fab fa-twitter"></i
></a>
</li>
<li>
<a
class="link"
href="https://www.linkedin.com/in/danishahmed27"
target="_blank"
><i class="fab fa-linkedin-in"></i
></a>
</li>
</ul>
<p class="small centered" style="margin-top: 0.5rem; color: grey">
© 2021 Popcube-Ui
</p>
</footer>
</body>
</html>