-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout.html
93 lines (88 loc) · 3.09 KB
/
About.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
<!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="doc.css" />
<link rel="stylesheet" href="main.css" />
<title>About</title>
</head>
<body>
<div class="nav-container">
<nav class="nav-wrap" id="back">
<div class="nav-brand">
<h1 class="brand-logo">
PopCube <span style="color: #fc452e">Ui</span>
</h1>
</div>
<div class="nav-list-container">
<ul class="nav-list">
<li><a href="index.html">HOME</a></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="about-container">
<div class="what-wrapper">
<h1>What is PopCube-Ui?</h1>
<p>> It is a simple component library which helps you speed up your UI design part !</p>
</div>
<div class="how-wrapper">
<h1>How can you use it?</h1>
<p>> You have to simply link the below CSS and Javascript files in your html document.Then, just copy and paste the html markup.That's it!</p>
<br/>
<div>
<iframe src="https://carbon.now.sh/embed?bg=rgba%28249%2C237%2C212%2C1%29&t=cobalt&wt=none&l=javascript&ds=true&dsyoff=20px&dsblur=68px&wc=true&wa=true&pv=56px&ph=56px&ln=false&fl=1&fm=IBM+Plex+Mono&fs=14px&lh=143%25&si=false&es=2x&wm=false&code=%253Clink%2520rel%253D%2522stylesheet%2522%2520href%253D%2522https%253A%252F%252Fpopcube-ui.netlify.app%252Fmain.css%2522%253E" frameborder="0"></iframe>
</div>
<!-- Here is the CSS file link : <link rel="stylesheet" href="https://popcube-ui.netlify.app/main.css"> -->
</div>
</div>
<footer>
<p class="centered">
Made with <span style="color: #fc452e"></></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>