-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (35 loc) · 1.89 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
<!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">
<meta name="description" content="component library for web applications to ease the css and styling process with custom styles designed for all websites">
<meta name="keywords" content="HTML, CSS, JavaScript, component library, css styles, UI, raga ui, raga-ui, ragaui, custom styles, free component library">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css" />
<title>Raga UI</title>
</head>
<body>
<nav class="navbar-doc">
<h2 class="nav-title">RAGA UI</h2>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="getting_started/intro.html">Docs</a></li>
<li><a href="#">Support</a></li>
</ul>
</nav>
<main class="section-content">
<h1 class="section-title">Build Interactive UI with Custom made Components</h1>
<p class="section-description">RAGA UI is a CSS library, integrated with pre-defined styled classes, Utilities, for a quick creation of dynamic websites, with eye on Functionality</p>
<button class="btn"><a href="https://github.com/ramalingaa/RAGA-UI">GitHub</a></button>
<a href="getting_started/intro.html" class="btn btn-link btn-primary">Get Started</a>
</main>
</body>
</html>