Landing + About
This commit is contained in:
parent
0dcdf009b8
commit
511cacb78a
|
|
@ -23,7 +23,7 @@
|
||||||
nav a
|
nav a
|
||||||
@apply no-underline me-5 rounded-1 transition
|
@apply no-underline me-5 rounded-1 transition
|
||||||
|
|
||||||
margin: auto 1rem auto 0
|
margin: 5px 1rem auto 0
|
||||||
|
|
||||||
font-size: 1.3rem
|
font-size: 1.3rem
|
||||||
@media screen and (max-width: 1023px)
|
@media screen and (max-width: 1023px)
|
||||||
|
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
<svelte:head>
|
|
||||||
|
|
||||||
<meta name="description" content="Blog posts and reviews about revivals" />
|
|
||||||
<title>Revival Archive</title>
|
|
||||||
</svelte:head>
|
|
||||||
|
|
||||||
# Revival Archive
|
|
||||||
|
|
||||||
Visit [kit.svelte.dev](https://kit.svelte.dev) to read the documentation
|
|
||||||
|
|
@ -0,0 +1,39 @@
|
||||||
|
<svelte:head>
|
||||||
|
|
||||||
|
<meta name="description" content="Blog posts and reviews about revivals" />
|
||||||
|
<title>Revival Archive</title>
|
||||||
|
</svelte:head>
|
||||||
|
|
||||||
|
# Revival Archive
|
||||||
|
|
||||||
|
### a [Mercury](https://banland.xyz) project
|
||||||
|
|
||||||
|
Welcome to the Revival Archive, a website dedicated to keeping track of active/defunct old brickbuilding private servers.
|
||||||
|
|
||||||
|
Check out our [blog posts](/blog), [reviews](/reviews) and most importantly, the [revival index](/index).
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## What is a "revival"?
|
||||||
|
|
||||||
|
A "revival" or a private server aims to recreate or bring back the experience of a popular MMOG up to 15 years ago.
|
||||||
|
These use specific clients, depending on what year they would like to focus on (e.g. 2014). Almost all revivals have a website where the user can socialize with other members of the community, etc. Typically, Discord is favoured in terms of communication but some revivals can have an active forum.
|
||||||
|
|
||||||
|
## How can I join a revival?
|
||||||
|
|
||||||
|
You can easily find a revival perfect for you on the Revival Archive!
|
||||||
|
|
||||||
|
## I have my own revival, how can I put it on the Revival Archive?
|
||||||
|
|
||||||
|
You can go ahead and join our [Discord](https://discord.gg/zfC3VH2WBa) server - there you can request for your/somebody else's revival to be added to the archive!
|
||||||
|
|
||||||
|
## How can I create my own revival?
|
||||||
|
|
||||||
|
There are many resources available online. Just kidding.
|
||||||
|
|
||||||
|
<style lang="sass">
|
||||||
|
h1
|
||||||
|
margin-bottom: 0
|
||||||
|
h3
|
||||||
|
margin-top: 0
|
||||||
|
</style>
|
||||||
|
|
@ -1,3 +1,35 @@
|
||||||
|
<svelte:head>
|
||||||
|
|
||||||
|
<meta name="description" content="Blog posts and reviews about revivals" />
|
||||||
|
<title>About • Revival Archive</title>
|
||||||
|
</svelte:head>
|
||||||
|
|
||||||
# About
|
# About
|
||||||
|
|
||||||
Revival Archive
|
The Revival Archive is dedicated to keeping track of active/defunct old brickbuilding private servers.
|
||||||
|
|
||||||
|
We also review revivals on specific features such as:
|
||||||
|
|
||||||
|
+ Website
|
||||||
|
+ This rating is influenced by how good the revival website is - function, form and features.
|
||||||
|
+ Community
|
||||||
|
+ This rating is influenced by the activity of the community and the behaviour (including administrators.)
|
||||||
|
+ Client
|
||||||
|
+ This rating is influenced by the activity of exploits, features (toolbox, etc), and ease of access (downloading, joining servers)
|
||||||
|
+ Overall
|
||||||
|
+ This rating is a conclusion of all the previous ratings and this rating will be the one shown in the index.
|
||||||
|
|
||||||
|
We have a blog post where we go over recent events in the community (such as popular revivals going defunct, upcoming revivals, etc).
|
||||||
|
|
||||||
|
Revivals can also be featured in the *Revival Of The Month*, a special place where one revival is, in our opinion - the best revival for users to join at the moment.
|
||||||
|
There can't be more than one *Revival Of The Month* obviously, so we also have a featured section where we recommend other good revivals. Additionally, if you own a revival, you can request to be on the featured section!
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Requirements for submitting a revival to the Archive
|
||||||
|
|
||||||
|
The revival must:
|
||||||
|
+ Have atleast 100 members
|
||||||
|
+ Atleast half should be active
|
||||||
|
+ Have a client
|
||||||
|
+ Have a website (some revivals are launcher based, if your revival fits into this it will be an exception)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue