-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
104 lines (103 loc) · 6.05 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
94
95
96
97
98
99
100
101
102
103
104
<!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>About</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-about">
<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>
<p>Just copy the code below in your javascript file !</p>
<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=const%2520myModal%253Ddocument.querySelector%28%2522.modal-wrapper%2522%29%253B%250Aconst%2520closeBtn%253Ddocument.querySelector%28%2522%2523closeMe%2522%29%253B%250Aconst%2520closeBtn2%253Ddocument.querySelector%28%2522%2523closeIt%2522%29%253B%250Aconst%2520modalLaunch%253Ddocument.getElementById%28%2522launchModal%2522%29%250A%250AmodalLaunch.addEventListener%28%2522click%2522%252C%28%29%253D%253EmyModal.style.display%253D%2522block%2522%29%253B%250AcloseBtn.addEventListener%28%2522click%2522%252C%28%29%253D%253EmyModal.style.display%253D%2522none%2522%29%253B%250AcloseBtn2.addEventListener%28%2522click%2522%252C%28%29%253D%253EmyModal.style.display%253D%2522none%2522%29%253B%250A%250A%252F%252F%2520For%2520Toasts%250Aconst%2520toastWrapper%253Ddocument.querySelectorAll%28%2522.toast-wrapper%2522%29%253B%250Aconst%2520toastClose%253Ddocument.querySelectorAll%28%2522.close-btn%2522%29%253B%250Aconst%2520showToastBtn%253Ddocument.getElementById%28%2522showToast%2522%29%253B%250Aconst%2520exampleToast%253Ddocument.getElementById%28%2522exampleToast%2522%29%253B%250A%250AshowToastBtn.addEventListener%28%2522click%2522%252C%28%29%253D%253EexampleToast.style.display%253D%2522block%2522%29%250A%250Afor%28let%2520i%253D0%253Bi%253CtoastClose.length%253Bi%252B%252B%29%250A%257B%250A%2520%2520%2520%2520toastClose%255Bi%255D.addEventListener%28%2522click%2522%252C%28%29%253D%253EtoastWrapper%255Bi%255D.style.display%253D%2522none%2522%29%250A%257D%250A%250A%252F%252F%2520For%2520Ratings%250Aconst%2520starRatings%253Ddocument.querySelectorAll%28%2522.star-rating-input%2522%29%253B%250AstarRatings.forEach%28%28star%252Cindex%29%253D%253E%257B%250A%2520%2520%2520%2520star.addEventListener%28%2522change%2522%252C%28%29%253D%253EcheckPreviousStars%28index%29%29%250A%257D%29%250Afunction%2520checkPreviousStars%28id%29%257B%250A%2520%2520%2520%2520if%28starRatings%255Bid%255D.checked%29%250A%2520%2520%2520%2520%257Bfor%28let%2520i%253Did-1%253Bi%253E%253D0%253Bi--%29%257B%250A%2520%2520%2520%2520%2520%2520%2520starRatings%255Bi%255D.checked%253Dtrue%250A%2520%2520%2520%2520%257D%257D%250A%2520%2520%2520%2520else%257B%250A%2520%2520%2520%2520%2520%2520%2520%2520for%28let%2520j%253Did%252B1%253Bj%253CstarRatings.length%253Bj%252B%252B%29%257B%250A%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520%2520starRatings%255Bj%255D.checked%253Dfalse%250A%2520%2520%2520%2520%2520%2520%2520%2520%257D%250A%2520%2520%2520%2520%257D%250A%257D"
frameborder="0"
></iframe>
</div>
</div>
</div>
<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>