-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (44 loc) · 2.16 KB
/
index.html
File metadata and controls
44 lines (44 loc) · 2.16 KB
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
<!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">
<meta name="description" content="Light Weight Component Library called 'FlareFrontUI' for building fast and responsive websites very quickly and efficiently.">
<meta name="keywords" content="FlareFrontUI ComponentLibrary CSS Framework">
<title>FlareFront UI</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<script type="module" src="https://unpkg.com/@deckdeckgo/core@latest/dist/deckdeckgo/deckdeckgo.esm.js"></script>
</head>
<body>
<section>
<input type="checkbox" id="check">
<header>
<h2> <a href="#" class="logo">FlareFrontUI</a></h2>
<div class="navbar">
<a href="/index.html">Home</a>
<a href="/Pages/Avatar/avatar.html">Documentation</a>
<a href="https://github.com/GauravDe-git/SkyUI">GitHub</a>
</div>
<label for="check">
<i class="fas fa-bars menu-btn"></i>
<i class="fas fa-times close-btn"></i>
</label>
</header>
<div class="content">
<div class="info">
<h2><FlareFront UI/> <br> <span>Build Websites Easily!</span></h2>
<p>Speed up your website development process using this fast and easy to use component library to create elegent & responsive applications</p>
<a href="/Pages/documentation.html" class="info-btn">Get Started</a>
</div>
<img src="/Assets/undraw_starry_window_re_0v82.svg" class="hero">
</div>
<div class="media-icons">
<a href="https://www.linkedin.com/in/gaurav-de-0007/"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://github.com/GauravDe-git"><i class="fa-brands fa-github-square"></i></a>
<a href="https://twitter.com/Gaurav_De_"><i class="fa-brands fa-twitter-square"></i></a>
</div>
</section>
</body>
</html>