-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
118 lines (99 loc) · 3.92 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
<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="mask-icon" href="/safari-pinned-tab.svg" color="#1c253c">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="theme-color" content="#ffffff">
<script defer src="https://analytics.moonstar-x.dev/script.js" data-website-id="2f19bbe1-1b2c-4ae4-b6f6-12e45d26c9f8"></script>
<title>moonstar-x's Documentation Portal</title>
</head>
<body>
<!-- Hero Section -->
<section class="hero is-info">
<div class="hero-body">
<p class="title">
Welcome to moonstar-x's Documentation Portal
</p>
<p class="subtitle">
Here you can find links to all my documentation sites for my personal projects. Consult these to learn how to install, configure and use my projects.
</p>
</div>
</section>
<div class="container">
<section class="section">
<p class="title">
Libraries
</p>
<div class="tile is-ancestor">
<a href="/react-twitch-embed" class="tile is-parent is-3 pop-on-hover">
<div class="card tile is-child">
<div class="card-image">
<figure class="image is-1by1">
<img src="https://res.cloudinary.com/startup-grind/image/upload/c_fill,f_auto,g_center,q_auto:good/v1/gcs/platform-data-twitch/contentbuilder/community-meetups_event-thumbnail_400x400.png" alt="react-twitch-embed">
</figure>
</div>
<div class="card-content">
<p class="title">
react-twitch-embed
</p>
<div class="content">
A collection of components to embed Twitch.
</div>
</div>
</div>
</a>
</div>
</section>
<!-- Discord Bots Section -->
<section class="section">
<p class="title">
Discord Bots
</p>
<div class="tile is-ancestor">
<a href="/discord-free-games-notifier" class="tile is-parent is-3 pop-on-hover">
<div class="card tile is-child">
<div class="card-image">
<figure class="image is-1by1">
<img src="https://i.imgur.com/Nn2d4tY.png" alt="discord-free-games-notifier">
</figure>
</div>
<div class="card-content">
<p class="title">
Free Games Notifier for Discord
</p>
<div class="content">
Receive notifications of free game offers from Steam, Epic Games and more.
</div>
</div>
</div>
</a>
<a href="/discord-tts-bot" class="tile is-parent is-3 pop-on-hover">
<div class="card tile is-child">
<div class="card-image">
<figure class="image is-1by1">
<img src="https://i.imgur.com/7Biv9Pp.png" alt="discord-tts-bot">
</figure>
</div>
<div class="card-content">
<p class="title">
Text-to-Speech for Discord
</p>
<div class="content">
Multi language support powered by Google Translate.
</div>
</div>
</div>
</a>
</div>
</section>
</div>
</body>
</html>