Skip to content

Rj979/hyperblock2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyperblock SMP Website

Welcome to the official repository of the Hyperblock SMP website. This project contains the source code and assets for our Minecraft server's website.

Project Structure

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

Folders and Files

  • 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.

License

This project is licensed under the GPL-3.0 License. See the LICENSE file for more details.

Contributing

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.

Contact

For any questions or inquiries, please contact us at [email protected].

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published