Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/donate/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ menu:
---
# Donate to 39 Alpha Research

Science costs money, be it for computing resources, publication fees, or conference travel. As an
Science costs money, be it for computing resources, publication fees, or conference travel. As a
nonprofit, completely independent of a university or any other research institution, 39 Alpha is
constantly looking for financial support in the form of grants, fellowships and most importantly,
donations.
Expand Down
52 changes: 9 additions & 43 deletions layouts/_default/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,49 +17,15 @@
{{ end }}
</head>

<body class="min-h-screen flex flex-col lg:justify-between">
<header class="flex flex-col justify-center font-['39Alpha'] mb-[2vh] lg:mt-[2vh]">
<h1 class="text-center my-[1vh]"><span
class="text-[#ec5c29] text-[8vw] lg:text-[5vw] py-[1vh] pr-[1vw] border-r-2 border-black">39A</span><span
class="text-[8vw] lg:text-[5vw] py-[1vh] pl-[1vw] border-l-2 border-black">Research</span>
</h1>

<h2 class="text-center text-[2vw] lg:text-[1vw] mb-[2vh] lg:mb-[5vh] text-stone-600">Expanding the Scientific
Frontier</h2>

<nav>
<ul class="flex justify-evenly text-[2.5vw] lg:text-[1vw] text-stone-700">
{{ $currentPage := . }}
{{ range .Site.Menus.main }}
{{ if not (eq $currentPage.Title .Title) }}
<li>
<a class="hover:no-underline hover:text-[#ec5c29]" href="{{ .URL }}">{{ .Title }}</a>
</li>
{{ end }}
{{ end }}
</ul>
</nav>
</header>

<main class="flex justify-center my-[2vh]">
<div class="flex justify-center w-4/5 max-w-max max-h-max">
<a href="https://www.eventbrite.com/e/beer-with-scientists-tickets-1037021367827?aff=oddtdtcreator">
<picture>
<source srcset="/images/bws-wide-banner.webp" media="(orientation: landscape)" />
<img class="border-2 border-black" src="/images/bws-narrow-banner.webp" alt="" />
</picture>
</a>
</div>
</main>

<footer class="mt-[2vh] lg:mb-[2vh]">
<ul class="flex justify-evenly font-bold lg:font-normal inline text-stone-600 text-[2vw] lg:text-[0.75vw]">
<li>&#169; 2019-{{- now.Format "2006" -}}</li>
<li>39 Alpha Research</li>
<li>A 501(c)(3) Organization</li>
<li>All Rights Reserved</li>
</ul>
</footer>
<body>
<div style="position: relative; width: 100%; height: 1vh; padding-top: 56.2225%; padding-bottom: 0; box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16); margin-top: 0; margin-bottom: 0; overflow: hidden;
border-radius: 8px; will-change: transform;">
<iframe loading="lazy"
style="position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; padding: 0;margin: 0;"
src="https://www.canva.com/design/DAGeK5KX2Lk/EhFZsdjFdumnMq8zP30NJQ/view?embed" allowfullscreen="allowfullscreen"
allow="fullscreen">
</iframe>
</div>
</body>

</html>