Welcome to the official repository of the Hyperblock SMP website. This project contains the source code and assets for our Minecraft server's website.
The project is organized as follows:
project-root/
├── css/
│ └── main.css
├── img/
│ ├── bg.webm
│ ├── factions-dark.webp
│ ├── factions.webp
│ ├── hb-logo.webp
│ ├── jointoday-dark.webp
│ ├── jointoday.webp
│ ├── landing-dark.webp
│ ├── landing.webp
│ ├── questionsv2-dark.webp
│ ├── questionsv2.webp
│ ├── zombies.webp
│ ├── coming-soon.webp
│ └── other-images/
├── favicons/
│ ├── android-chrome-192x192.png
│ ├── android-chrome-512x512.png
│ ├── apple-touch-icon.png
│ ├── favicon-16x16.png
│ ├── favicon-32x32.png
│ ├── favicon.ico
│ └── site.webmanifest
├── vote/
│ └── index.html
├── CNAME
├── LICENSE
└── index.html
-
css/
: Contains the main stylesheet for the website.main.css
: The main CSS file for styling the website.
-
img/
: Contains image assets used on the website.bg.webm
: Background video.factions-dark.webp
,factions.webp
: Images for factions section.hb-logo.webp
: Hyperblock logo.jointoday-dark.webp
,jointoday.webp
: Join today banners.landing-dark.webp
,landing.webp
: Landing page images.questionsv2-dark.webp
,questionsv2.webp
: FAQ section images.zombies.webp
: Zombies image.coming-soon.webp
: Coming soon image.other images...
: Additional images used throughout the website.
-
favicons/
: Contains the favicon assets for the website.android-chrome-192x192.png
,android-chrome-512x512.png
: Android icons.apple-touch-icon.png
: Apple touch icon.favicon-16x16.png
,favicon-32x32.png
: Favicon images.favicon.ico
: Favicon for the website.site.webmanifest
: Web manifest file.
-
vote/
: Contains the vote page.index.html
: HTML file for the vote page.
-
CNAME
: CNAME file for custom domain settings. -
LICENSE
: The license file for the project. -
index.html
: The main HTML file for the website.
This project is licensed under the GPL-3.0 License. See the LICENSE file for more details.
If you want to contribute to this project, please fork the repository and create a pull request. We appreciate any contributions that can help improve our website.
For any questions or inquiries, please contact us at [email protected].