-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (43 loc) · 2.09 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
<!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 href="/Stylesheet/Doc/docStyles.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="/Assets/logo.png">
<title>NembusUI</title>
</head>
<body>
<nav class="navbar">
<div class="nav-logo">
<a href="/index.html" class="btn-link">
<img src="/Assets/logo.png" class="img-responsive logo">
</a>
<a href="/index.html" class="btn-link">
<h2 href="/index.html" class="nav-header text-primary">
Nembus<span class="header-span text-primary-light">UI</span>
</h2>
</a>
</div>
<div class="nav-left">
<a href="/HTML_Pages/docs.html" class="btn nav-left-buttons btn-primary-link btn-link">Docs</a>
</div>
<div class="nav-right">
<a href="https://github.com/nishasen" class="btn-link"><i class="fa fa-github-alt text-primary nav-right-icons"></i></a>
<a href="https://www.linkedin.com/in/nisha-sen-13644b191/" class="btn-link"><i class="fa fa-linkedin text-primary nav-right-icons"></i></a>
<a href="https://twitter.com/NishaSe58693459" class="btn-link"><i class="fa fa-twitter text-primary nav-right-icons"></i></a>
</div>
</nav>
<div class="main centered">
<h1 class="text-primary text-header">Design your dream projects</h1>
<h1><span class="text-primary-light text-header">beautifully and faster</span></h1>
<p class="text-body">Nembus UI is a component library integrated with pre-defined styled classes for quick creation of websites.
</p>
<button class="btn btn-md main-button"><a href="/HTML_Pages/docs.html" class="btn btn-link btn-primary-contained">Get started</a></button>
</div>
<!-- <footer class="footer">
<p>Made with <i class="fa fa-heart text-span"></i> by Nisha Sen</p>
</footer> -->
</body>
</html>