-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
184 lines (163 loc) · 6.82 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" href="/Images/favicon.png" type="image/x-icon">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/webhelpui.use.css">
<script src="/js/code-snippet.js"></script>
<title>Home | WebHelpUI</title>
</head>
<body class="index-page">
<div class="loader">
<img src="/Images/loader.gif" alt="">
</div>
<nav class="desktop" onload="preload()">
<div class="nav-left">
<div class="logo-nav">
<a href="/"><img src="/Images/logo-final.png" alt="logo"></a>
</div>
<ul>
<a href="/">
<li class="active">Home</li>
</a>
<a href="/html/documentation.html">
<li>Documentation</li>
</a>
</ul>
</div>
<div class="nav-right">
<a href="https://www.linkedin.com/in/niket-kumar-mishra-37ab5a215/"><img src="/Images/linkedin.png"
alt=""></a>
<a href="https://twitter.com/Niketmishravns"><img src="/Images/twitter.png" alt=""></a>
<a href="https://github.com/niketvns"><img src="/Images/github.png" alt=""></a>
</div>
</nav>
<nav class="mobile">
<div class="nav-head">
<div class="nav-left">
<div class="logo-nav">
<a href="/"><img src="/Images/logo-final.png" alt="logo"></a>
</div>
</div>
<div class="nav-right">
<img src="/Images/menu-outline.svg" alt="">
</div>
</div>
<div class="nav-content">
<div class="left-nav-content"></div>
<div class="right-nav-content">
<div class="close-nav">
<h1 class="mobile-logo">WebHelpUI</h1>
<div class="close-icon">
<img src="/Images/close-outline.svg" alt="">
</div>
</div>
<ul>
<a href="/">
<div class="mobile-icons">
<img src="/Images/home-outline.svg" alt="">
</div>
<li class="active">Home</li>
</a>
<a href="/html/documentation.html">
<div class="mobile-icons">
<img src="/Images/logo-web-component-2.png" alt="">
</div>
<li>Documentation</li>
</a>
</ul>
<ul>
<a href="https://niket-portfolio-v2.netlify.app/">
<div class="mobile-icons">
<img src="/Images/user-icon-2.png" alt="">
</div>
<li>Developer</li>
</a>
</ul>
<div class="nav-social">
<a href="https://www.linkedin.com/in/niket-kumar-mishra-37ab5a215/">
<img src="/Images/linkedin.png" alt=""></a>
<a href="https://twitter.com/Niketmishravns">
<img src="/Images/twitter.png" alt=""></a>
<a href="https://github.com/niketvns">
<img src="/Images/github.png" alt=""></a>
</div>
</div>
</div>
</nav>
<header>
<div class="left-header">
<div class="logo-header">
<img src="/Images/logo-final.png" alt="">
</div>
<div class="slogan">
<h1>Build Fast and Responsive Websites with <span class="whi-color">WebHelpUI</span>
</h1>
<p>Beautifully designed, expertly crafted components, built by the makers of WebHelpUI.
The perfect starting point for your next project.</p>
</div>
<div class="get-started">
<a href="/html/documentation.html">
<button>Get Started</button>
</a>
</div>
</div>
<div class="right-header">
<img src="/Images/interior_design.svg" alt="">
</div>
</header>
<div class="code-snippet">
<pre class="language-html"><code><head>
<meta charset="UTF-8">
<link rel="shortcut icon" href="" type="image/x-icon">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://webhelp-ui.netlify.app/css/webhelpui.use.css">
<script src="https://webhelp-ui.netlify.app/js/webhelpui.use.js" ></script>
<title>Home | WebHelpUI</title>
</head></code></pre>
</div>
<div class="accordian-index">
<h1>FAQs</h1>
<div class="accordian-1">
<div class="accordian">
<p class="accordian-que">
How can I link CSS and JS file in my code?
<span><img src="/Images/accordian-arrow.svg" alt=""></span>
</p>
<p class="accordian-ans">
This is a very simple task, from the installation section Just copy the CDN link of CSS and
paste it inside <code>head</code> tag and copy the CDN link of JS and paste it before the closing
<code></body></code> in your <code>.html</code> file.
</p>
</div>
<div class="accordian">
<p class="accordian-que">
Can I made changes in the components by writing CSS code?
<span><img src="/Images/accordian-arrow.svg" alt=""></span>
</p>
<p class="accordian-ans">
Yes! You can make changes to it but if you overwrite things then you have to write
<code>!important</code> keyword in your css code.
</p>
</div>
<div class="accordian">
<p class="accordian-que">
Can I add more CSS property?
<span><img src="/Images/accordian-arrow.svg" alt=""></span>
</p>
<p class="accordian-ans">
Yes, you can add more custom CSS properties by targeting the classname or ID of that component.
</p>
</div>
</div>
</div>
<footer>
<img src="/Images/logo-final.png" alt="logo">
<p>© 2022 | WebHelpUI | All rights reserved.</p>
</footer>
<script src="/js/webhelpui.use.js"></script>
</body>
</html>