-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (53 loc) · 1.82 KB
/
index.html
File metadata and controls
59 lines (53 loc) · 1.82 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
<!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="icon" type="image/x-icon" href="./intersection.ico" />
<title>Sleek UI Css Component library</title>
<link rel="stylesheet" href="./docs/css/style.css" />
<link rel="icon" href="../../assets/favicon.ico" type="image/x-icon" />
</head>
<body>
<header class="header">
<div class="header-info-wrapper">
<div class="logo">
<img src="./assets/logo.png" alt="" class="logo-img">
<span class="logo-title">Sleek UI </span>
</div>
<nav>
<ul class="navigation list-style-none list-inline">
<li><a href="https://github.com/Utkarssh11
" class="nav-link" target="_blank"> <i class="fab fa-github"></i>
</a></li>
<li><a href="#" class="nav-link" target="_blank"> <i class="#"></i>
</a></li>
<li><a href="https://www.linkedin.com/in/utkarsh-patidar-800081221/
" class="nav-link" target="_blank"> <i
class="fab fa-linkedin"></i> </a></li>
</ul>
</nav>
</div>
</header>
<main class="main">
<div class="main-info flex flex-justify-between flex-col">
<h1 class="h1">
Build fast,
<span class=""> sleek websites with </span>
<span class="title">Sleek UI</span>
</h1>
<p class="desc">
A modern, sleek UI and accessible library of css components, enabling you to build your own design system and
develop your websites faster.
</p>
<a href="./docs/" class="main-cta">
Get Started
</a>
</div>
<div class="main-logo">
<img src="./assets/logo.png" alt="logo" class="img-responsive">
</div>
</main>
</body>
</html>