-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (68 loc) · 2.76 KB
/
index.html
File metadata and controls
82 lines (68 loc) · 2.76 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
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
<!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>cleanUI</title>
<script src="https://kit.fontawesome.com/a15dea0e37.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="/Components/global.css">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="/Components/main.css">
</head>
<body>
<header>
<div>
<img class="ui-logo" src="Assets/clean-logos.jpeg"/>
</div>
<div class="right-icons">
<a href="/index.html" class="active-tab" class="link-text-primary">Home</a>
<a href="/Components/docs.html" class="link-text-primary">Docs</a>
<div class="btn-toggle">
<i class="fas fa-sun"></i>
</div>
</div>
</header>
<!-- Main -->
<main>
<h1>Build fast,<br>
responsive websites<br>
with <span class="span-imp">cleanUI</span></h1>
<p> Welcome to <span>cleanUI</span>, <br>
<span>cleanUI</span> is a lightweight and customizable Component Library. <br>
This library will make it simple for devs to use and style different CSS components! <br>
It helps you build your projects sooner 😎. <br>
Copy and paste the components at one click. <br>
It is user-friendly and customizable. <br>
Spend less time in designing and concentrate more on logic without hustling on UI.
</p>
<img class="hero-image" src="/Assets/hero-img.svg" alt="hero image">
<div class="container-feature">
<h1>Features</h1>
<div class="section-features">
<label><i class="fas fa-folder-open"></i> Open source</label>
<label><i class="fas fa-laptop-code"></i> Responsive</label>
<label><i class="fas fa-code"></i> Clean code</label>
<label><i class="fas fa-file"></i> Ready to use</label>
</div>
</div>
<a href="/Components/docs.html">
<button class="btn-floating-gs"><i class="fas fa-arrow-circle-right"></i> Get Started</button
></a>
</main>
<!-- Footer -->
<footer class="flex-align-center">
<ul class="social-links list-non-bullet">
<li class="list-item" ;>
<a href="https://github.com/AshutoshM29"> <i class="fab fa-github"></i></a></li>
<li class="list-item">
<a href="https://twitter.com/Astomi_29?s=08"> <i class="fab fa-twitter"></i></a></li>
<li class="list-item">
<a href="https://www.instagram.com/the.astomi/"> <i class="fab fa-instagram"></i></a></li>
<li class="list-item">
<a href="https://www.linkedin.com/mwlite/in/ashutosh-mishra-b50423206"><i class="fab fa-linkedin"></i></a></li>
</ul>
<div class="with-love">Made with ❤️ by : Ashutosh</div>
</footer>
</body>
</html>