-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocs.html
63 lines (54 loc) · 1.87 KB
/
docs.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
<!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="/main.css" />
<link rel="stylesheet" href="/docs/docs.css">
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico" />
<title>Components | Raptor UI</title>
</head>
<body>
<header class="header-nav">
<a href="index.html" class="header-logo-link">
<img class="header-logo-img" src="/assets/jurassic-park-logo.png" alt="jurassic-park-logo" />
<p class="header-logo-name">Raptor UI</p>
</a>
<div class="header-nav-links">
<nav>
<ul>
<li><a href="components-list.html" class="header-link">Components</a></li>
<li><a href="https://github.com/MarkVed17/raptor-ui" class="header-link">Github</a></li>
</li>
</ul>
</nav>
</div>
</header>
<div class="docs-container">
<div>
<h1>Getting Started</h1>
<p class="docs-text">About Raptor UI, and getting set up with the component library locally.</p>
</div>
<div>
<h1>Introduction to Raptor UI</h1>
<p class="docs-text">
An open source design system for building modern websites and applications. Create an efficient and enjoyable
jurassic experience.
</p>
</div>
<div>
<h1>Installation Guide</h1>
<p class="docs-text">
In order to use Raptor UI for your project, copy the link given below and paste it in the
head tag of your HTML, above all other style sheets.
</p>
</div>
<pre class="code installation-code"><code class="language-html">
<link rel="stylesheet" href="https://raptor-ui.netlify.app/main.css"></code>
</pre>
</div>
<!-- Prism JS -->
<script src="/docs/docs.js"></script>
</body>
</html>