-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
99 lines (93 loc) · 4.61 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
90
91
92
93
94
95
96
97
98
99
<!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>ShieldUI</title>
<link rel="icon" href="/assets/favicon.png" />
<link rel="stylesheet" href="./common-style.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
</head>
<body>
<header class="header-container pd-2x">
<i class="fas fa-shield-alt shield-icon fa-4x"></i>
<a
class="git-icon pointer"
target="blank"
href="https://github.com/JowelTisso/ShieldUI"
>
<i class="fab fa-github fa-4x"> </i>
</a>
</header>
<main>
<div class="hero">
<h1 class="hero-heading pd-2x mg-top-6x">Shield UI</h1>
<div class="btn-container mg-top-6x">
<a
class="hero-btn mg-4x btn-primary-doc pointer"
href="screens/avatar/avatar.html"
>
Get Started
</a>
<a id="btn-install" class="hero-btn mg-4x btn-secondary-doc pointer">
Installation
</a>
</div>
<p class="introduction t3 mg-top-6x">
Simple and colorful UI to make your web apps look great.
</p>
</div>
<section id="install-sec" class="installation">
<p class="t3 mg-top-3x inst-heading">Usage</p>
<div class="snippet-wrapper">
<p class="t4 mg-top-5x">Link for html :</p>
<p class="t4 mg-top-2x">Place this link in your html head tag</p>
<div class="mg-top-4x code-snippet">
<iframe
src="https://carbon.now.sh/embed?bg=rgba%28255%2C255%2C255%2C1%29&t=one-light&wt=none&l=auto&width=800&ds=false&dsyoff=20px&dsblur=68px&wc=true&wa=false&pv=0px&ph=0px&ln=false&fl=1&fm=Hack&fs=14px&lh=184%25&si=false&es=2x&wm=false&code=%2520%2520%2520%2520%2520%2520%253Clink%2520rel%253D%2522stylesheet%2522%2520href%253D%2522https%253A%252F%252Fshieldui.netlify.app%252Fcss%252Fshield.css%2522%2520%252F%253E%250A"
class="home-iframe"
sandbox="allow-scripts allow-same-origin"
>
</iframe>
</div>
<p class="t4 mg-top-5x">Import for css :</p>
<p class="t4 mg-top-2x">
Import this link in the top of your css file
</p>
<div class="mg-top-4x code-snippet">
<iframe
src="https://carbon.now.sh/embed?bg=rgba%28255%2C255%2C255%2C1%29&t=one-light&wt=none&l=auto&width=800&ds=false&dsyoff=20px&dsblur=68px&wc=true&wa=false&pv=0px&ph=0px&ln=false&fl=1&fm=Hack&fs=14px&lh=184%25&si=false&es=2x&wm=false&code=%2520%2520%2520%2520%2520%2540import%2520url%28%2522https%253A%252F%252Fshieldui.netlify.app%252Fcss%252Fshield.css%2522%29%253B%250A"
sandbox="allow-scripts allow-same-origin"
class="home-iframe"
>
</iframe>
</div>
<p class="t4 mg-top-5x">Import for font awesome :</p>
<p class="t4 mg-top-2x">
This library is dependent on font awesome, so import the font
awesome link to enjoy the full benefit of this library.
</p>
<div class="mg-top-4x code-snippet">
<iframe
src="https://carbon.now.sh/embed?bg=rgba%28255%2C255%2C255%2C1%29&t=one-light&wt=none&l=auto&width=800&ds=false&dsyoff=20px&dsblur=68px&wc=true&wa=false&pv=0px&ph=17px&ln=false&fl=1&fm=Hack&fs=14px&lh=159%25&si=false&es=2x&wm=false&code=%252F%252FPlace%2520this%2520in%2520you%2520html%2520head%2520tag%250A%253Clink%250A%2520%2520rel%253D%2522stylesheet%2522%250A%2520%2520href%253D%2522https%253A%252F%252Fcdnjs.cloudflare.com%252Fajax%252Flibs%252Ffont-awesome%252F5.15.4%252Fcss%252Fall.min.css%2522%250A%2520%2520integrity%253D%2522sha512-1ycn6IcaQQ40%252FMKBW2W4Rhis%252FDbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY%252FNS5R%252BE6ztJQ%253D%253D%2522%250A%2520%2520crossorigin%253D%2522anonymous%2522%250A%2520%2520referrerpolicy%253D%2522no-referrer%2522%250A%252F%253E%250A"
class="home-iframe-font"
sandbox="allow-scripts allow-same-origin "
>
</iframe>
</div>
</div>
</section>
</main>
<footer class="footer-container">
<p class="t4">Credit : font awesome and unsplash</p>
</footer>
<script src="app.js"></script>
</body>
</html>