-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (40 loc) · 1.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
<!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="stylesheet" href="./styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="icon" href="./images/icon-logo.png" type="image/icon type">
<title>Lumos-UI | Home</title>
</head>
<body>
<nav class="navbar navbar-horizontal ">
<div class="nav-brand">
<img src="./images/logo.png">
<a class="header link" href="/">Lumos UI</a>
</div>
<ul class="list-non-bullet">
<li class="list-item-inline link-active">
<a class="link" href="/">Home</a>
</li>
<li class="list-item-inline">
<a class="link" href="/avatar.html">Docs</a>
</li>
<li class="list-item-inline">
<a class="link" href="/download.html">Download</a>
</li>
</ul>
</nav>
<div class="home ">
<!-- <div><img src="./images/homepage1.svg">
</div> -->
<div class="home-intro">
<h1 class="heading-primary center">Lumos-UI</h1>
<p class="heading-secondary">Creating something beautiful takes time, and patience.</p>
<p class="heading-intro">Need help? Lumos-UI helps build your UI faster by various components available at one click. So showcase your mettle by spending less time worrying about CSS! </p>
</div>
</div>
</body>
</html>