Static pages
This commit is contained in:
parent
497fda3251
commit
5cdaa4e393
|
@ -1,11 +1,11 @@
|
|||
{{ template "base.html" . }}
|
||||
{{ template "base-2024.html" . }}
|
||||
|
||||
{{ define "content" }}
|
||||
<div class="post-content">
|
||||
<div class="mw7 ph3 ph0-ns m--center">
|
||||
<h3>
|
||||
<div class="mw-site pa3 center post-content">
|
||||
<div class="">
|
||||
<h2>
|
||||
We're trying to put programming back on the right track.
|
||||
</h3>
|
||||
</h2>
|
||||
<p>
|
||||
Software is bad and getting worse. Despite amazing advances in hardware, today's software has made computers slower and buggier than they were decades ago. People's computers are more powerful than they know. <b>They deserve better.</b>
|
||||
</p>
|
||||
|
@ -20,9 +20,9 @@
|
|||
</p>
|
||||
</div>
|
||||
|
||||
<div class="ph3 ph0-ns mt4">
|
||||
<div class="mt4">
|
||||
<h2>Leadership</h2>
|
||||
<div class="flex flex-column flex-row-ns g3">
|
||||
<div class="flex flex-column flex-row-l g2">
|
||||
<div class="flex-fair pa3 bg3 br3">
|
||||
<h3>Ben Visness</h3>
|
||||
<h4>Lead<!--, Foundation President--></h4>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{{ template "base.html" . }}
|
||||
{{ template "base-2024.html" . }}
|
||||
|
||||
{{ define "content" }}
|
||||
<div class="m--center mw7 mv3 ph3 ph0-ns post-content">
|
||||
<div class="mw-site pa3 post-content center">
|
||||
<h1>Handmade Guide to Community Interaction</h1>
|
||||
<h2>Our Philosophy</h2>
|
||||
<p>The Handmade community strives to create an environment conducive to innovation, education, and constructive discussion. To that end, we expect members of the community to respect the following set of principles to maintain civil discourse and create an inclusive environment.</p>
|
||||
|
@ -38,7 +38,7 @@
|
|||
</ul>
|
||||
<p>It is up to the discretion of the moderators to determine when these guidelines are being met, and they are permitted to act accordingly.</p>
|
||||
<p>If you feel an action has been made against you unreasonably, please contact the <a href="/contact">Handmade Network Team</a> privately with your grievance and we will review the decision.</p>
|
||||
<p>This code of conduct is released under a <a class="external" href="https://creativecommons.org/licenses/by-sa/4.0">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</p>
|
||||
<p>This code of conduct is released under the <a class="external" href="https://creativecommons.org/licenses/by-sa/4.0">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</p>
|
||||
<p class="c--dim i">Last updated by Ben Visness. Original by Abner Coimbre.</p>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
|
|
@ -1,14 +1,12 @@
|
|||
{{ template "base.html" . }}
|
||||
{{ template "base-2024.html" . }}
|
||||
|
||||
{{ define "content" }}
|
||||
<div class="content-block">
|
||||
<div class="description mw7 ph3 ph0-ns">
|
||||
<div class="mw6 pa3 post-content center">
|
||||
<p>
|
||||
If you are experiencing technical issues with the site, please send a detailed email to <a href="mailto:team@handmade.network">team@handmade.network</a> with a description of the problem, and we'll do our best to address it in a timely manner.
|
||||
</p>
|
||||
<p>
|
||||
For administrative issues, such as moderation disputes or content revisions, contact any of the staff on Discord, or by email at <a href="mailto:team@handmade.network">team@handmade.network</a>.
|
||||
For administrative issues, such as moderation disputes or content revisions, contact any of the staff on <a href="{{ .DiscordInviteUrl }}">Discord</a>, or by email at <a href="mailto:team@handmade.network">team@handmade.network</a>.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{{ template "base.html" . }}
|
||||
{{ template "base-2024.html" . }}
|
||||
|
||||
{{ define "content" }}
|
||||
<div class="m--center mw7 mv3 ph3 ph0-ns post-content">
|
||||
<div class="mw-site pa3 post-content center">
|
||||
<h2>Computers are amazing.</h2>
|
||||
<p>Computing has changed our lives for the better. Computers allow us to learn, connect with each other, and express ourselves in amazing new ways. And every year our devices get more powerful, less expensive, and more accessible - computers today can do things we hardly dreamed of twenty years ago.</p>
|
||||
|
||||
|
|
Loading…
Reference in New Issue