-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (98 loc) · 3.43 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
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!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="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="stylesheet" href="/css/docs.css">
<link rel="stylesheet" href="/css/rabiui.components.css">
<link rel="stylesheet" href="/css/index.css">
<title>Rabi UI</title>
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
</head>
<body>
<div class="grid-row-main">
<nav class="navbar fix-top">
<div class="nav-left">
<div class="nav-brand">
<h1>
<a class="brand-logo" href="/index.html"><span class="nav-highlight">Rabi</span> UI</a>
</h1>
</div>
<div class="version-mobile">
<p>v0.1</p>
</div>
<div id="nav-pills-mobile">
<ul class="nav-links-mobile">
<li class="link active-mobile">
<a href="/index.html">Home</a>
</li>
<li class="link">
<a href="/docs/docs.html">Docs</a>
</li>
</ul>
</div>
<div id="nav-pills-desktop">
<ul class="nav-links-desktop">
<li class="link active-desktop">
<a href="/index.html">Home</a>
</li>
<li class="link">
<a href="/docs/docs.html">Docs</a>
</li>
</ul>
</div>
</div>
<div class="nav-right">
<button id="nav-toggle"><i class="bi bi-list"></i></button>
<div class="version-desktop">
<p>v0.1</p>
</div>
</div>
</nav>
<header class="hero-header">
<div class="hero">
<img class="image" src="/images/rabindranath-tagore.jpg" alt="hero">
</div>
<div class="overlay-text">
<h1>‘You can't cross the sea merely by standing and staring at the water.’</h1>
<p>-Rabindranath Tagore</p>
</div>
</header>
<div class="header-text">
<h2>Build fast and responsive sites with Rabi UI</h2>
<div class="btn links btn-desktop">
<a href="/docs/docs.html">Get Started</a>
</div>
<p class="version-desktop">Currently <strong>v0.1</strong></p>
</div>
<div class="get-started">
<div class="btn links">
<a href="/docs/docs.html">Get Started</a>
</div>
<p>Currently <strong>v0.1</strong></p>
</div>
<div class="footer">
<ul class="footer-pills">
<li class="link">
<a href="https://github.com/tuhindas30/rabiui-component-library" target="_blank">GitHub</a>
</li>
<li class="link">
<a href="https://twitter.com/tuhindas30" target="_blank">Twitter</a>
</li>
<li class="link">
<a href="https://linkedin.com/in/tuhindas30" target="_blank">LinkedIn</a>
</li>
</ul>
<div class="footer-text">
<p>
Inspired from <a href="https://getbootstrap.com" target="_blank">Bootstrap</a>
</p>
<p>Made with 🧡 by <a href="https://tuhindas.me" target="_blank">Tuhin</a> </p>
</div>
</div>
</div>
<script src="/js/rabiui.js"></script>
</body>
</html>