-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (49 loc) · 3.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>R3play API</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"
integrity="sha512-NhSC1YmyruXifcj/KFRWoC561YpHpc5Jtzgvbuzx5VozKpWvQ+4nXhPdFgmx8xqexRcpAglTj9sIBWINXa8x5w=="
crossorigin="anonymous" referrerpolicy="no-referrer">
<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=Open+Sans:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat&family=Open+Sans:wght@400;700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="css/style.production.css">
</head>
<body>
<h1 id="top">R3play API</h1>
<main class="main-information">
<img src="./img/welcome.gif" class="picture" alt="An image showing an person switching buttons">
<div class="main-information_container">
<p class="overview">Please refer for more information to the <br> <a target="_blank"
href="https://github.com/yevheniiairapetian/r3play">R3play API Github repository</a>, <br> <a
target="_blank" href="https://github.com/yevheniiairapetian/r3play-documentation">R3play API
Documentation</a>, <br> <a
target="_blank" href="https://yevheniiairapetian.github.io/r3play-documentation/global.html">R3play API
Documentation Live Link</a></p>
</div>
</main>
<footer class="main-footer">
<p>R3Play API, 2023</p>
<p>© Yevhenii Airapetian. All rights reserved.</p>
<div class="social-container">
<a href="https://github.com/yevheniiairapetian/r3play" target="_blank" rel="noopener"><i alt="A icon showing a two brackets and a slash in between symbol"
class="fa-solid fa-code fa-xl"></i></a>
<a class="deployed-link" target="_blank" href="https://yevheniiairapetian.github.io/r3play-documentation/"><i
alt="An icon showing an arrow turned right symbol" class="fa-solid fa-arrow-up-right-from-square fa-xl"></i></a>
<a class="deployed-link" target="_blank" href="https://github.com/yevheniiairapetian/r3play-documentation"><i
alt="An icon showing an opened book symbol" class="fa-solid fa-book-open fa-xl"></i></a>
</div>
</footer>
</body>
</html>