Skip to content

Commit

Permalink
✨ New article - Fast brew
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Wagner committed Dec 29, 2024
1 parent 70d9604 commit 3b58a6f
Show file tree
Hide file tree
Showing 9 changed files with 593 additions and 14 deletions.
550 changes: 550 additions & 0 deletions UI/app/fast-brew/page.jsx

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions UI/app/fast-brew/style.module.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.headerLink {
text-decoration: none;
}

.goBackLink {
display: flex;
align-items: center;
gap: 0.2rem;
}
30 changes: 16 additions & 14 deletions UI/app/first-commander-deck/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@ export default function Page() {
<div className="container contentContainer">
<section id="introduction" className="container">
<p>
Building your first Commander deck can be both exciting and
overwhelming. With thousands of cards to choose from and countless
strategies to explore, it's easy to feel lost. This guide is
designed to help new players step into the world of Commander.
We'll start by commanders that are perfect for beginners. Then,
we'll walk you through a simple framework for building your first
deck. Finally, we'll give you a few extra tools to help you refine
your deck as you play and make it your own!
Have you ever had a moment where you find a commander and you
think it’s cool but you’re not sure if there will be enough cards
available to make the deck run smoothly, or you weren’t sure if it
will feel good to play so you’ve not wanted to waste time brewing
up a 100-card deck? Well, in this guide, I’m going to show you how
you can dramatically reduce the time it takes to test out a deck
idea or even just a commander.
</p>
</section>

Expand Down Expand Up @@ -212,9 +211,9 @@ export default function Page() {
>
Finneas, Ace Archer
</a>{" "}
- Focuses on creating tokens (like rabbits) and attacking. His
simple game plan of "going wide" is a recipe for success and a
proven strategy.
- Focuses on creating tokens {"("}like rabbits{")"} and
attacking. His simple game plan of "going wide" is a recipe
for success and a proven strategy.
</p>
</li>
</ul>
Expand Down Expand Up @@ -437,9 +436,13 @@ export default function Page() {
</li>
</ul>

<h4>Building the core of your deck</h4>
<h4 id="building-the-core-of-your-deck">
Building the core of your deck
</h4>

<h5>List of online tools for building your deck</h5>
<h5 id="list-of-online-tools-for-building-your-deck">
List of online tools for building your deck
</h5>

<ul>
<li>
Expand Down Expand Up @@ -1101,7 +1104,6 @@ export default function Page() {
</main>

<Footer />

</>
);
}
18 changes: 18 additions & 0 deletions UI/app/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,24 @@ export default function home() {
</div>
<div className={`${styles.blogCardContainer}`}>
<h3 className={`container ${styles.blogContainerHeading}`}>Blogs</h3>
<BlogCard
className={`container`}
url="fast-brew"
urlAria="navigate to the Advanced Deck-building: Fast Brew article"
releaseDate={"December 29th 2024"}
>
<h3>Advanced Deck-building: Fast Brewing</h3>
<p>
Building your first Commander deck can be both exciting and
overwhelming. With thousands of cards to choose from and countless
strategies to explore, it's easy to feel lost. This guide is
designed to help new players step into the world of Commander. We'll
start by commanders that are perfect for beginners. Then, we'll walk
you through a simple framework for building your first deck.
Finally, we'll give you a few extra tools to help you refine your
deck as you play and make it your own!
</p>
</BlogCard>
<BlogCard
className={`container`}
url="first-commander-deck"
Expand Down
Binary file added UI/public/fast-brew/endgameComplete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added UI/public/fast-brew/fullDeckList.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added UI/public/fast-brew/midgameComplete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added UI/public/fast-brew/openingSeven.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added UI/public/fast-brew/setupComplete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3b58a6f

Please # to comment.