-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
182 lines (177 loc) · 6.98 KB
/
index.html
File metadata and controls
182 lines (177 loc) · 6.98 KB
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
---
layout: default
title: Crownicles - A multiplayer role-play game for Discord
description: Join the Crownicles adventure on Discord! Explore a medieval world, battle monsters, complete quests, and win the kingdom's princess's hand in this immersive multiplayer RPG.
custom_header_placement: true
---
<div class="hero-bg">
{% include header.html %}
<div class="hero-infos">
<div>
<h1 class="title">Crownicles - A Discord Adventure</h1>
</div>
<a href="https://discord.gg/WwgBfSg" class="button buttonWhite buttonLarge" id="buttonJoin"><i
class="fab fa-discord buttonIcon"></i>
Join the community!</a>
<a href="https://guide.crownicles.com" class="button buttonGrey buttonLarge buttonUse"><i
class="fas fa-chevron-right buttonIcon"></i>Read the player's guide!</a>
</div>
<div class="waves">
<svg fill="none" preserveAspectRatio="none" version="1.1" viewBox="0 0 1440 150"
xmlns="http://www.w3.org/2000/svg">
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#fff"/>
</linearGradient>
<path fill="url(#grad1)" d="
M0 67
C 273,183
822,0
1440.00,106
V 359
H 0
V 67
Z">
<animate repeatCount="indefinite" fill="url(#grad1)" attributeName="d" dur="35s" attributeType="XML"
values="
M0 67
C 473,283
822,0
1440,116
V 359
H 0
V 67
Z;
M0 67
C 473,0
1222,283
1440,67
V 359
H 0
V 67
Z;
M0 67
C 973,260
1722,0
1440,120
V 359
H 0
V 67
Z;
M0 67
C 473,283
822,0
1440,116
V 359
H 0
V 67
Z
M0 67
C 473,283
822,0
1440,106
V 359
H 0
V 67
Z
"/>
</path>
</svg>
</div>
</div>
<section class="mediumPadding" id="imgExample">
<div class="container" data-aos="fade-up" data-aos-duration="700">
<img alt="Gameplay example" src="public/ressources/example-white-min.png" class="shadowed pc-content">
</div>
<div class="container smallMargin-pc smallMarginBottom" data-aos="fade-up" data-aos-duration="700">
<div class="div-1">
<div class="text-left">
<h2 class="title">
Start your adventure...
</h2>
<div class="text">
<b>Crownicles is a simple textual adeventure game.</b> Use the <code>/report</code> command and choose your
action,
earn money, stuff, points, and use them to buy stuff in the shop, fight other players,
create your guild, and ascend the leaderboards.
</div>
</div>
</div>
<div class="pc-content">
<div class="text-right">
<h2 class="title">
... and write the next chapter
</h2>
<div class="text">
<b>Crownicles' story is written by the players!</b> You can join the community and help us write
stories for
all the players. We are also searching for testers and translators!
</div>
</div>
</div>
</div>
</section>
<section id="open-source" class="mediumMargin background">
<div class="container" data-aos="fade-up" data-aos-duration="700">
<div class="div-1">
<div class="description">
<h2 class="title">
A fully open-source project!
</h2>
<div class="text">
The whole community works together to create and improve the game experience. Your help is more than
welcome!
You can follow our progression <a rel="noopener"
href="https://github.com/Crownicles/Crownicles"
target="_blank">here on Github!</a>
</div>
</div>
</div>
<div class="div-2">
<img alt="Github logo" src="public/ressources/github-min.png" class="question invert pc-content">
</div>
</div>
</section>
<section class="mediumMargin" id="add">
<div class="container" data-aos="fade-up" data-aos-duration="700">
<div class="div-1">
<img alt="permission list" src="public/ressources/permissionsThousands-min.webp"
class="screen longScreen pc-content">
</div>
<div class="div-2">
<div class="description">
<h2 class="title">
Add the bot to your server!
</h2>
<div class="text">
The bot only needs basic permissions <b>in one channel</b> to be fully functional!
All the features are unlocked without giving access to your precious server's admin panel.
<a href="https://invite.crownicles.com"
target="_blank" rel="noopener" class="button buttonGrey buttonLarge buttonUse"><i
class="fas fa-chevron-right buttonIcon"></i>Add Crownicles to your server</a>
</div>
</div>
</div>
</div>
</section>
<section class="mediumMargin paddingWave">
<div class="container" data-aos="fade-up" data-aos-duration="700">
<div class="div-1">
<div class="description">
<h2 class="title">
Read the guide!
</h2>
<div class="text">
We wrote a complete guide to help you start your adventure and contribute to the project! You can
learn
everything about the project <a rel="noopener" href="https://guide.crownicles.com" target="_blank">here
on
gitbook!</a>
</div>
</div>
</div>
<div class="div-2">
<img alt="logo retro crownicles" src="public/ressources/logo-retro-min.png" class="Bigquestion pc-content">
</div>
</div>
{% include footerwave.html %}
</section>