-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
87 lines (83 loc) · 3.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link
rel="icon"
sizes="76x76"
type="image/png"
href="assets/images/favicon.png"
/>
<link
rel="apple-touch-icon"
sizes="76x76"
href="assets/images/apple-icon.png"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<!-- Fonts and icons -->
<link
href="https://fonts.googleapis.com/css?family=Poppins:200,300,400,600,700,800"
rel="stylesheet"
/>
<link
href="https://use.fontawesome.com/releases/v5.13.0/css/all.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous" />
<link rel="stylesheet" href="assets/css/main.css" />
<title>Revibe Developer Docs</title>
<meta name="title" content="Revibe Developer Docs">
<meta name="description" content="Revibe is an all-in-one platform where independent artists can manage their entire career!">
<meta name="image" content="https://docs.revibe.tech/site_preview.png">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://docs.revibe.tech/">
<meta property="og:title" content="Revibe Developer Docs">
<meta property="og:description" content="Revibe is an all-in-one platform where independent artists can manage their entire career!">
<meta property="og:image" content="https://docs.revibe.tech/site_preview.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://docs.revibe.tech/">
<meta property="twitter:title" content="Revibe Developer Docs">
<meta property="twitter:description" content="Revibe is an all-in-one platform where independent artists can manage their entire career!">
<meta property="twitter:image" content="https://docs.revibe.tech/site_preview.png">
</head>
<body>
<div id="root" class="content">
<div id="main-container" class="container">
<nav id="header" class="nav align-items-center">
<div class="col-md-3">
<a class="nav-link" href="https://revibe.tech"><img src="assets/images/revibe-long.png" alt="..." style="width:100%;" /></a>
</div>
<div class="col-md-5"></div>
<div class="col-md-4 text-center">
<a class="nav-link revibe-link" href="https://artist.revibe.tech">Revibe Artists</a>
</div>
</nav>
<div class="row mt-5 mb-3">
<div class="col-12">
<h1>Revibe Developer Docs</h1>
<p>
Welcome to the Revibe Developer Documentation website! Here you can find all the documentation pages for each set
of available documentation for the package/application you are using.
</p>
</div>
</div>
<div class="row mt-3 justify-content-center">
<div class="col-md-4 col-sm-6">
<h3 class="text-center">Revibe Web Component Library</h3>
<p>
The Revibe Web Component Library for React is used for creating webpages for the various Revibe websites.
<br /><br />
<a class="revibe-link" href="web-component-library/">Go To Docs <i class="fas fa-arrow-circle-right"></i></a>
</p>
</div>
<!-- Add more docs tabs here! -->
</div>
</div>
</div>
</body>
</html>