Skip to content

Commit

Permalink
Remove image, start tweaking the text
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Oct 2, 2023
1 parent bdde33c commit 20ed1b4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 36 deletions.
19 changes: 2 additions & 17 deletions _sass/fabric.scss
Original file line number Diff line number Diff line change
Expand Up @@ -133,23 +133,8 @@ p {
font-size: 32px; /* same as h2 */
}

.row-showcase {
display: flex;
flex-direction: row;
gap: 24px;

@media screen and (max-width: 700px) {
flex-direction: column-reverse;
}

figure {
margin: 0;

img {
width: 100%;
height: 100%;
}
}
.showcase {
text-align: center;
}

@for $i from 2 through 3 {
Expand Down
31 changes: 12 additions & 19 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,43 +4,36 @@ layout: default

<div class="home post-content">
<header>
<div class="row-showcase">
<article class="column">
<h1>What is Fabric?</h1>
<section>
<p>Fabric provides a cohesive platform to develop and play with Minecraft mods. Fabric"s lightweight and modular design allows for greater flexibility enabling releases for stable and snapshot versions of Minecraft.<br><br>The Fabric toolchain is <a href="https://github.com/FabricMC">open source</a> for everyone to use, even if you only want some of it!</p>
</section>
<a class="button primary" href="/use">Download</a>
</article>
<figure class="column">
<img class="cover" src="/assets/cliffs.png" alt="">
</figure>
<div class="showcase">
<h1>Fabric Loader</h1>
<p>Fabric is a modular, open source mod loader for Minecraft</p>
<br>
<a class="button primary" href="/use">Download</a>
</div>
</header>
<hr>
<section>
<h2>Core Toolchain Projects</h2>
<div class="row-3">
<article class="column">
<h3>Fabric API</h3>
<h3>Play</h3>
<section>
<p>An extensive set of developer APIs that enable developers to create mods. Fabric API provides critical hooks to allow mods to extend and integrate with Minecraft. </p>
<p class="component-body">Fabric API provides an extenstive set of tools that helps developers create their mods. Fabric API is a requirement for most mods, it can be installed by copying it to the mods directory.</p>
</section>
<a class="button secondary" href="https://minecraft.curseforge.com/projects/fabric/files">Download Fabric API</a>
</article>
<article class="column">
<h3>Fabric Loader</h3>
<h3>Develop</h3>
<section>
<p>A flexible platform independent mod loader designed for Minecraft and other games and applications. Fabric loader enables mods to make use of technology such as <a href="https://github.com/FabricMC/Mixin">Mixin</a> and <a href="https://github.com/FabricMC/intermediary">Intermediary</a>.</p>
<p>A flexible platform independent mod loader designed for Minecraft and other games and applications. Fabric loaders enables mods to make use of technology such as <a href="https://github.com/FabricMC/Mixin">Mixin</a> and <a href="https://github.com/FabricMC/intermediary">Intermediary</a>.</p>
</section>
<a class="button secondary" href="https://fabricmc.net/wiki/documentation:fabric_loader">Find out more</a>
<a class="button secondary" href="/develop">Develop a mod</a>
</article>
<article class="column">
<h3>Fabric Loom</h3>
<h3>Explore</h3>
<section>
<p>A Gradle plugin enabling developers to develop and debug mods. Fabric Loom utilizes a number of Fabric-developed tools such as <a href="https://github.com/FabricMC/tiny-remapper">Tiny Remapper</a>, <a href="https://github.com/FabricMC/mapping-io">Mapping-IO</a> and <a href="https://github.com/FabricMC/yarn">Yarn</a>.</p>
</section>
<a class="button secondary" href="/develop">Get started</a>
<a class="button secondary" href="/wiki">Visit the wiki</a>
</article>
</div>
</section>
Expand Down

0 comments on commit 20ed1b4

Please sign in to comment.