Skip to content

Commit

Permalink
Add merch and theming for 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsuta committed Mar 23, 2024
1 parent 59eddaa commit e1f7fcd
Show file tree
Hide file tree
Showing 10 changed files with 47 additions and 52 deletions.
Binary file modified magstock/static/icons/super.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 modified magstock/static/icons/supporter.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 modified magstock/static/images/landing-logo.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 modified magstock/static/swag/theme.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 modified magstock/static/theme/banner.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 modified magstock/static/theme/banner_2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion magstock/static/theme/prereg_extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ body {
}

.masthead {
padding-top: 40.66%; /* The height is 40.66% of the width (1500 / 610px) */
padding-top: 30.86%; /* The height is 30.86% of the width (1620 / 500px) */
}

@media
Expand Down
40 changes: 0 additions & 40 deletions magstock/templates/static_views/pioneer.html

This file was deleted.

36 changes: 36 additions & 0 deletions magstock/templates/static_views/super.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!doctype html>
<html>
<head>
<title>Hylian Tier</title>
<style type="text/css">
html, html * { font-family: Arial, Helvetica, sans-serif; }
img { max-width: 100%; }
h1 { text-align: center; }
</style>
</head>
<body>

<h1>Hylian Tier</h1>

<p>
This package is for the adventurer of discerning taste looking for everything they need on a quest
to save a royal heir or to enjoy the scenery.

This year, the Hylian tier package includes:
<ul>
<li>Everything in the Korok Tier</li>
<li>Themed Enamel Pin</li>
<li>Themed Koozie</li>
<li>Themed Marshmallow</li>
<li>MAGStock-branded Camp Chair</li>
<li>MAGStock-branded Lantern</li>
<li>MAGStock-branded Mess Kit</li>
<li>MAGStock-branded Multi-Utensil</li>
<li>MAGStock-branded Nalgene</li>
</ul>
</p>

<img src="../static/swag/theme.png">

</body>
</html>
21 changes: 10 additions & 11 deletions magstock/templates/static_views/supporter.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<title>Supporter Package</title>
<title>Korok Tier</title>
<style type="text/css">
html, html * { font-family: Arial, Helvetica, sans-serif; }
img { max-width: 100%; }
Expand All @@ -10,21 +10,20 @@
</head>
<body>

<h1>Supporter Package</h1>
<h1>Korok Tier</h1>

<p>
The swag for the Supporter Package will include:
This minimalist package includes the bare essentials for any adventurer to stuff into their rucksack and meet their friends by a fire.

This year, the Korok Tier package includes:
<ul>
<li>Keepsake Wristband - A specially designed wristband exclusive to supporters.</li>
<li>A MAGStock T-Shirt - Printed on soft cotton blend, this shirt is great indoors or out.</li>
<li>A MAGStock Nalgene - Help save the environment with a high-quality reusable waterbottle. This year we are adding chilled filtered water dispensers at the campground, so you'll have a place to fill this waterbottle.</li>
<li>A MAGStock Bandana - Keep cool in the hot sun, or dress up as a robber! A stylish addition to any ensemble.</li>
<li>A sticker pack - Does your laptop need more MAGStock? How about your bag? Add some color to anything with these!</li>
<li>Themed T-Shirt</li>
<li>Themed Patch</li>
<li>Themed Sticker Sheet</li>
<li>MAGStock-branded Bandana</li>
<li>MAGStock-branded Sunglasses</li>
</ul>
</p>
<p>
Along with the above items, your donation helps support the future of MAGStock and allows us to do all sorts of cool things. Thank you!
</p>

<img src="../static/swag/theme.png">

Expand Down

0 comments on commit e1f7fcd

Please sign in to comment.