New page type

This commit is contained in:
Justin Ehrenhofer
2024-04-24 12:20:50 -05:00
parent 48301d478a
commit 85a211c066
29 changed files with 83 additions and 31 deletions

32
_layouts/page.html Normal file
View File

@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
<main>
{% include header.html %}
<section class="blog-section">
<div class="container post-wrap">
<div class="row">
<div class="col post-page">
{%if page.img%}
<img src="{{page.img}}" alt="{{page.alt}}">
{%endif%}
{% if page.date %}
<p class="post-date">{{page.date | date: '%B %d, %Y'}}</p>
{% endif %}
<h1>{{page.title}}</h1>
<div class="post-body">
<img src="{{page.img}}" alt="{{page.alt}}">
{{content}}
</div>
</div>
</div>
</div>
</section>
{% include footer.html %}
</main>
</body>
</html>

13
_layouts/redirected.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<link rel="canonical" href="{{ page.redirect_to }}"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="refresh" content="0;url={{ page.redirect_to }}" />
</head>
<body>
<h1>Redirecting...</h1>
<a href="{{ page.redirect_to }}">Click here if you are not redirected.<a>
<script>location='{{ page.redirect_to }}'</script>
</body>
</html>

View File

@@ -1,5 +1,5 @@
---
layout: base
layout: page
title: "Documentation"
---

View File

@@ -1,5 +1,5 @@
---
layout: base
layout: page
title: "About"
---

View File

@@ -1,5 +1,5 @@
---
layout: base
layout: page
title: "Donate"
---

View File

@@ -1,5 +1,5 @@
---
layout: base
layout: page
title: "Membership"
---

View File

@@ -1,5 +1,5 @@
---
layout: base
layout: page
title: "MAGIC Grants Committee Compensation Limits"
---

View File

@@ -1,5 +1,5 @@
---
layout: base
layout: page
title: "Committee Expectations"
---

View File

@@ -1,5 +1,5 @@
---
layout: base
layout: page
title: "MAGIC Firo Fund"
---

View File

@@ -1,5 +1,5 @@
---
layout: base
layout: page
title: "MAGIC Fund Fees"
---

View File

@@ -1,5 +1,5 @@
---
layout: base
layout: page
title: "MAGIC Fund Initial Steps"
---

View File

@@ -1,5 +1,5 @@
---
layout: base
layout: page
title: "MAGIC <Project> Fund TEMPLATE"
---

View File

@@ -1,5 +1,5 @@
---
layout: base
layout: page
title: "MAGIC Funds"
---

View File

@@ -1,5 +1,5 @@
---
layout: base
layout: page
title: "Initial Fund Template"
---

View File

@@ -1,5 +1,5 @@
---
layout: base
layout: page
title: "MAGIC Monero Fund"
---

View File

@@ -1,5 +1,5 @@
---
layout: base
layout: page
title: "MAGIC Monero Fund"
---

View File

@@ -1,5 +1,5 @@
---
layout: base
layout: page
title: "MAGIC Monero Fund Voters"
---

View File

@@ -1,5 +1,5 @@
---
layout: base
layout: page
title: "MAGIC Privacy Guides Fund"
---

View File

@@ -1,5 +1,5 @@
---
layout: base
layout: page
title: "Voter Expectations"
---

View File

@@ -1,5 +1,5 @@
---
layout: base
layout: page
title: "Voting Guide"
---

View File

@@ -1,11 +1,12 @@
---
layout: base
layout: page
title: MAGIC Grants Scholarships
---
MAGIC distributes scholarships available to assist students accomplish their educational goals. Applications open in the Spring for the following school year.
MAGIC Grants distributes scholarships available to assist students accomplish their educational goals. Applications open in the Spring for the following school year.
We are eager to support cryptocurrency research and to alleviate the financial burden for students.
[Apply](/scholarships/scholarship-application/)
[Apply](/scholarships/scholarship-application/){: .btn-primary}
[See Recipients](/scholarships/scholarship-recipients)
[See Recipients](/scholarships/scholarship-recipients){: .btn-secondary}

View File

@@ -1,5 +1,6 @@
---
layout: base
layout: page
title: MAGIC Grants Cryptocurrency Scholarship Application
---
<!--
@@ -18,7 +19,7 @@ We welcome worldwide applicants, not just US students!
Click on the link below to view the full scholarship instructions. If you need assistance, please contact [applications@magicgrants.org](mailto:applications@magicgrants.org).
**[2024 Application on Google Forms](https://docs.google.com/forms/d/e/1FAIpQLSebLtxLxWATwmXR6_WqAajLw1nHmwCOmk4UGD0Nzn-8vu_YJA/viewform)**
[Apply on Google Forms](https://docs.google.com/forms/d/e/1FAIpQLSebLtxLxWATwmXR6_WqAajLw1nHmwCOmk4UGD0Nzn-8vu_YJA/viewform){: .btn-primary}
Don't have a Google account? [See the instructions here](/scholarships/scholarship-application/2024-Scholarship-Application.pdf). You can submit the relevant information by email to [applications@magicgrants.org](mailto:applications@magicgrants.org), or contact us for other submission options.

View File

@@ -1,5 +1,6 @@
---
layout: base
layout: page
title: MAGIC Grants Cryptocurrency Scholarship 2019-2020 Recipients
---
No 2019 scholarship recipients have agreed to make their names public. We will update the page if recipients wish to be listed.

View File

@@ -1,5 +1,6 @@
---
layout: base
layout: page
title: MAGIC Grants Cryptocurrency Scholarship 2020-2021 Recipients
---
MAGIC Grants is pleased to announce our 2020 Scholarship recipients! These three individuals wished to be recognized.

View File

@@ -1,5 +1,6 @@
---
layout: base
layout: page
title: MAGIC Grants Cryptocurrency Scholarship 2021-2022 Recipients
---
MAGIC Grants is pleased to announce our 2021 Scholarship recipients! These three individuals wished to be recognized.

View File

@@ -1,5 +1,6 @@
---
layout: base
layout: page
title: MAGIC Grants Cryptocurrency Scholarship 2022-2023 Recipients
---
MAGIC Grants is pleased to announce our 2022 Scholarship recipients! These three individuals wished to be recognized.

View File

@@ -1,5 +1,6 @@
---
layout: base
layout: page
title: MAGIC Grants Cryptocurrency Scholarship 2023-2024 Recipients
---
MAGIC Grants is pleased to announce our 2023 Scholarship recipients! These three individuals wished to be recognized.

View File

@@ -1,5 +1,5 @@
---
layout: base
layout: page
---
This page indexes the scholarship recipients who wished to be recognized publicly. We are inspired by their commitment and interest!

View File

@@ -1,5 +1,5 @@
---
layout: base
layout: page
title: MAGIC Grants Updates
---