hmn/src/templates/src/wheeljam_index.html

336 lines
12 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{{/*
This is a copy-paste from base.html because we want to preserve the unique
style of this page no matter what future changes we make to the base.
*/}}
<!DOCTYPE html{{ if .OpenGraphItems }} prefix="og: http://ogp.me/ns#"{{ end }}>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
{{ if .CanonicalLink }}<link rel="canonical" href="{{ .CanonicalLink }}">{{ end }}
{{ range .OpenGraphItems }}
{{ if .Property }}
<meta property="{{ .Property }}" content="{{ .Value }}" />
{{ else }}
<meta name="{{ .Name }}" content="{{ .Value }}" />
{{ end }}
{{ end }}
{{ if .Title }}
<title>{{ .Title }} | Handmade Network</title>
{{ else }}
<title>Handmade Network</title>
{{ end }}
<link rel="stylesheet" href="{{ static "fonts/mohave/stylesheet.css" }}">
<link href='https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,600' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Fira+Mono:300,400,500,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="{{ static "style.css" }}">
<style>
body {
background: linear-gradient(#ab4c47, #a5467d);
}
.user-options,
header form,
header .menu-bar .wiki,
header .menu-bar .library
{
display: none !important;
}
header {
border-bottom-color: white;
margin-bottom: 0 !important;
}
.hmdev-logo {
background-color: rgba(255, 255, 255, 0.1) !important;
}
header a, footer a {
color: white !important;
}
#top-container {
margin: 3rem 0;
}
#logo {
width: 16rem;
}
h1, h2, h3 {
font-family: 'MohaveHMN', sans-serif;
margin-bottom: 0;
font-weight: normal;
}
#title {
color: white;
font-size: 2.4rem;
line-height: 0.8;
margin-top: 2rem;
letter-spacing: -0.06rem;
text-transform: uppercase;
}
#dates {
font-variant: small-caps;
font-size: 1.6rem;
margin-top: 0.2rem;
}
#tagline {
font-size: 1rem;
margin-top: 1rem;
line-height: 1.4;
}
#top-container a {
color: white !important;
text-decoration: underline;
}
#actions {
margin-top: 1.5rem;
}
#actions a {
text-decoration: none;
line-height: 1.4;
font-weight: 500;
transition: background-color 50ms ease-in-out;
background-color:rgba(255, 255, 255, 0.1);
}
#actions a:hover {
background-color: rgba(255, 255, 255, 0.2);
}
#actions a:active {
background-color: rgba(255, 255, 255, 0.15);
}
.section {
font-size: 1rem;
line-height: 1.4;
}
.section h2 {
font-variant: small-caps;
font-size: 2.2rem;
line-height: 1.1;
}
.section h3 {
font-variant: small-caps;
font-size: 2rem;
line-height: 0.8;
margin-top: 1.4rem;
}
.section p {
margin-top: 1em;
margin-bottom: 1em;
}
.flex-fair {
flex-basis: 1px;
flex-grow: 1;
flex-shrink: 1;
}
ul {
list-style-type: disc;
}
li {
margin-top: 0.6rem;
margin-bottom: 0.6rem;
}
.section li p {
margin-top: 0.6rem;
margin-bottom: 0.6rem;
}
footer {
border-top: 2px solid white;
margin-top: 2rem;
text-align: center;
}
footer h2 {
text-transform: uppercase;
}
@media screen and (min-width: 30em) {
/* not small styles */
#top-container {
margin: 5.4rem 0;
}
#logo {
width: 31rem;
}
#title {
font-size: 5.2rem;
margin-top: 4rem;
}
#dates {
font-size: 2.8rem;
}
#tagline {
font-size: 1.2rem;
margin-top: 1.2rem;
}
#actions {
margin-top: 2.2rem;
}
#actions a {
font-size: 1.2rem;
}
.section h2 {
font-size: 3.4rem;
}
.section h3 {
font-size: 2.4rem;
margin-top: 1.6rem;
}
}
</style>
</head>
<body>
<div class="left white">
<div class="mt4-ns mw8 margin-center ph3-m ph4-l">
{{ template "header.html" . }}
</div>
<div id="top-container" class="flex flex-column items-center ph3">
<img id="logo" src="{{ static "wheeljam/logo.svg" }}">
<h1 id="title">Wheel Reinvention Jam</h1>
<h2 id="dates">September 27 - October 3</h2>
<div id="tagline" class="center">
A one-week jam to bring a fresh perspective to old ideas.
</div>
<div id="actions" class="flex justify-center">
<a class="ba b--white br2 pv2 pv3-ns ph3 ph4-ns" target="_blank" href="https://handmade.network/whenisit?t=1632744000&n=HMN%20Wheel%20Reinvention%20Jam&u=https%3A%2F%2Fhandmade.network%2Fjam">Countdown</a>
<a class="ba b--white br2 pv2 pv3-ns ph3 ph4-ns ml3" target="_blank" href="https://discord.gg/hxWxDee">Join the Discord</a>
</div>
</div>
<div class="section mw8 margin-center ph3 ph4-l mv4">
<p>
The <strong>Wheel Reinvention Jam</strong> is a one-week-long jam where you create a replacement for a program that frustrates you.
</p>
<p>
Maybe it's a common utility that always breaks. Maybe it's a slow, bloated program that does too much for its own good. Or maybe it's a program that never caught on because the design was too confusing. Whatever the case, this is your chance to replace it with something new.
</p>
<p>
The rules for the jam are flexible. You can participate alone or with a team, and for as much of the time as your schedule allows. And there's no winner - our goal is to kickstart meaningful projects of all kinds.
</p>
</div>
<div class="section flex-fair mw8 margin-center ph3 ph4-l mv4">
<h2>Why reinvent the wheel?</h2>
<p>
How can you reinvent something that's never been invented?
</p>
<p>
To “reinvent the wheel” is to solve a problem thats already been solved. But most problems in computing <em>havent</em> been solved, at least not very well. After all, computers have only been around for about 80 years - thats one person's lifetime. Most of the tech you use is essentially the first draft.
</p>
<p>
Despite this, many people seem to think that we've hit the ceiling. They criticize others for questioning the assumptions that got us here today. And they ignorantly assume that what we have <em>must</em> be good, because otherwise why would we be using it?
</p>
<p>
If your bike had square wheels, you'd want to reinvent them too. So let's take the "square wheels" that we have today, and make them better!
</p>
</div>
<div class="bg-black-20 pt4 pb3 pb4-ns">
<div class="section mw8 margin-center ph3 ph4-l">
<h2>Details</h2>
<p>
The jam takes place from Monday, September 27 through Sunday, October 3. Here's how you can participate:
</p>
<h3>Pick a project.</h3>
<p>
Find a project idea that excites you! Closer to the time of the jam, we'll have a page where you can officially sign up, which will give you a special role on our Discord server and will enable your work to be highlighted here on the website during the jam. It also helps us plan and organize the event.
</p>
<p>
If you have some tech that you prefer to use, feel free to use it. Otherwise, you can use one of our app templates as a starting point (coming soon!), or chat with us on Discord and we can help you find a setup that works for you.
</p>
<h3>Participate.</h3>
<p>
Build your program over the course of the week. Sharing your work in progress is highly recommended - you can post here on the forums, discuss ideas in #jams on the Discord, or share your work on Twitch or Twitter using the hashtag <b>#hmnjam</b>. More ways to participate will be announced over the coming weeks.
</p>
<h3>Submit your work!</h3>
<p>
At the end of the jam, you can submit your project by creating a post in a specific forum here on the website. Exact submission details will be announced closer to the jam.
</p>
<h3>Rules</h3>
<ul>
<li>Any tech is allowed, but we encourage you to use only use what you really need. If you want some lightweight templates to get you started, check out our app templates (coming soon).</li>
<li>Work solo or with a team.</li>
<li>Submit your work by the end of October 3 in your local timezone.</li>
<li>
<p>
Your submission post is required to have multiple screenshots of your software in action, and ideally should include a demo video. It doesnt need to be fancy, but people should be able to see it without needing to run the actual program.
</p>
<p>
We recommend ShareX for recording desktop video on Windows; on Mac, just press ⌘-Option-5 and record a video, or use QuickTime.
</p>
</li>
<li>Publishing your source code, or builds, is encouraged but not required.</li>
</ul>
</div>
</div>
<div class="flex-ns flex-row-ns mw8 margin-center ph3 ph4-l mv4">
<div class="section flex-fair mb4 mb0-ns">
<h2>Make it by hand.</h2>
<p>
Since you're building something new, turn a critical eye to your tech. Rebuild the things that need rebuilding. Cross boundaries no one else has crossed. Build what you need, not what you think youll need.
</p>
<p>
Of course, this is a jam, so don't waste time on things that don't matter. You should freely use other peoples code and other peoples tools. You only want to reinvent one wheel, not all of them at once!
</p>
<p>
No tech is off-limits; use what makes sense for you. But dont use things blindly, and always be watching for where your tools hold you back.
</p>
</div>
<div class="section flex-fair ml4-m ml5-l">
<h2>Don't just rebuild. Reinvent.</h2>
<p>
Dont just mimic existing work. Dont settle for “the same, but better”. If you're going to bother building something new, it should be <em>truly new</em>. Otherwise, you'll probably fail the same way your predecessors did.
</p>
<p>
Instead, find a unique angle. Think about where existing tools have let you down. What would fit better into your own personal workflow? What did you want when you were first learning? What parts of the existing tools are worth keeping, and what should be left behind?
</p>
</div>
</div>
<div class="mw8 margin-center ph3-m ph4-l">
{{ template "footer.html" . }}
</div>
</div>
</body>
</html>