Skip to content

Commit

Permalink
Probably fixed about page
Browse files Browse the repository at this point in the history
  • Loading branch information
LIUKRAST committed Nov 16, 2024
1 parent 3717a5a commit d24f7db
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 21 deletions.
1 change: 0 additions & 1 deletion 404.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<script src="/js/decorator.js"></script>
<head>
<meta charset="UTF-8">
<title>FrozenBlock - 404</title>
Expand Down
37 changes: 17 additions & 20 deletions about/index.html
Original file line number Diff line number Diff line change
@@ -1,36 +1,33 @@
<!DOCTYPE html>
<html lang="en">
<script src="/js/decorator.js"></script>
<head>
<meta charset="UTF-8">
<title>FrozenBlock - 404</title>
<link rel="stylesheet" href="/css/index.css">
<link rel="stylesheet" href="/css/about/index.css">
</head>
<body>
<header></header>
<section>
<div id="home" style=" background-image:
<div style="background-image:
linear-gradient(var(--palette-background), transparent, var(--palette-background)),
url('/assets/frozenblock/textures/not_found_background.png');">
<div>
<h1>Who are we?</h1>
url('/assets/frozenblock/textures/about_background.jfif');">
<h1>Who are we?</h1>

FrozenBlock is a minecraft mod development team created back in 2020 by <a href="./portfolio/?user-id=liukrast">LiukRast</a> and now
owned by <a href="./portfolio/lunade">Lunade</a>.
It became famous thanks to the <a href="">Caves and Cliffs mod</a> and from now on
FrozenBlock is focused on creating big vanilla overhauls, with a lot of features,
but keeping them in the same style/mechanics of minecraft. We really want our mods to look like
minecraft's actual updates.
FrozenBlock is a minecraft mod development team created back in 2020 by <a href="./portfolio/?user-id=liukrast">LiukRast</a> and now
owned by <a href="./portfolio/lunade">Lunade</a>.
It became famous thanks to the <a href="">Caves and Cliffs mod</a> and from now on
FrozenBlock is focused on creating big vanilla overhauls, with a lot of features,
but keeping them in the same style/mechanics of minecraft. We really want our mods to look like
minecraft's actual updates.

<h1 id="join-us">Want to join the team?</h1>
You can join our <a href="https://discord.com/invite/frozenblock-modding-oasis-780746010614956112">Discord</a> if you're interested in working with us!
<h1 id="join-us">Want to join the team?</h1>
You can join our <a href="https://discord.com/invite/frozenblock-modding-oasis-780746010614956112">Discord</a> if you're interested in working with us!

<h1 id="legals">Legal disclaimers</h1>
- Our work is not affiliated with Mojang AB nor any of his members.<br>
- Our work is provided for free and hosted not here, but on famous mod platforms like Modrinth & CurseForge.<br>
- This website, which is <a href="https://github.com/FrozenBlock/frozenblock.net">Open Source</a> and hosted on GitHub, does not collect any data from users who visit us.<br>
- Our work is not trying to make lame of the minecraft updates, instead we just want to enhance what we already like.<br>
</div>
<h1 id="legals">Legal disclaimers</h1>
- Our work is not affiliated with Mojang AB nor any of his members.<br>
- Our work is provided for free and hosted not here, but on famous mod platforms like Modrinth & CurseForge.<br>
- This website, which is <a href="https://github.com/FrozenBlock/frozenblock.net">Open Source</a> and hosted on GitHub, does not collect any data from users who visit us.<br>
- Our work is not trying to make lame of the minecraft updates, instead we just want to enhance what we already like.<br>
</div>
</section>
<footer></footer>
Expand Down
Binary file not shown.
12 changes: 12 additions & 0 deletions css/about/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
section {
padding: 10px 0;
}

section div h1 {
font-family: MinecraftFiveBold, poppins, system-ui;
}

section div a {
text-decoration: none;
color: var(--palette-blue-2);
}

0 comments on commit d24f7db

Please sign in to comment.