Add "we're closed" notice :(
This commit is contained in:
parent
a602a76ae0
commit
98f35f6c40
2 changed files with 83 additions and 2 deletions
69
src/img/pup-with-globe.svg
Normal file
69
src/img/pup-with-globe.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 39 KiB |
|
@ -2,12 +2,24 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Snipette Writers' Programme</title>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
</head>
|
||||
<body class="bg-orange-100">
|
||||
<div class="bg-red-800 px-10 py-20 text-white text-center min-h-screen align-middle">
|
||||
<div class="max-w-4xl mx-auto text-left text-xl">
|
||||
<p class="text-4xl pb-10 text-center">We're currently closed.</p>
|
||||
<p class="pb-10">Snipette <a href="https://snipettemag.com/p/10dfdcc5-267a-45a8-8386-8c00779072e7/" class="underline">has stopped regular publication</a>, as of June 2023. Due to this, the Writers' Programme is also on hold.</p>
|
||||
<p class="pb-10">However, the Snipette team is still very much into editing! So if you're interested in writing we'd love to connect. Feel free to <a href="mailto:editors@snipettemag.com" class="underline">drop us a line</a> as well as <a href="https://snipettemag.com/subscribe/#/portal/signup/free" class="underline">join our mailing list</a> to stay updated on whatever we work on next!</p>
|
||||
<p>The original Writers' Programme website remains up, minus the signup form, for posterity.</p>
|
||||
</div>
|
||||
<a href="#main">
|
||||
<img src="/img/pup-with-globe.svg" class="w-1/4 sm:w-auto md:w-64 lg:w-64 mx-auto my-20"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="bg-orange-800 uppercase text-lg text-orange-900 p-5">
|
||||
<a href="https://www.snipettemag.com/" target="_blank" class="m-5"><img src="img/snipette-logo-inverse.png" class="h-6 inline mr-4" alt="Snipette"/> Writers' Programme</a>
|
||||
<a href="https://www.snipettemag.com/" name="main" target="_blank" class="m-5"><img src="img/snipette-logo-inverse.png" class="h-6 inline mr-4" alt="Snipette"/> Writers' Programme</a>
|
||||
</div>
|
||||
<div class="bg-orange-800 p-10 text-center">
|
||||
<img src="img/penknife.png" class="w-1/2 sm:w-auto md:w-full lg:w-64 mx-auto mb-10" />
|
||||
|
@ -117,7 +129,7 @@
|
|||
<div class="w-auto my-auto sm:mx-auto md:ml-10">
|
||||
<div class="w-auto flex flex-wrap justify-center sm:justify-start">
|
||||
<p class="text-3xl text-orange-200 my-auto text-center sm:text-left m-2">Ready to give us a spin?</p>
|
||||
<a href="//goo.gl/forms/NAf4TRKFBZ73v9C02"class="text-base m-4 p-4 border-2 border-solid border-orange-500 text-orange-500 uppercase rounded">Apply Now</a>
|
||||
<a href="#"class="text-base m-4 p-4 border-2 border-solid border-orange-500 text-orange-500 uppercase rounded cursor-not-allowed">Apply now</a>
|
||||
</div>
|
||||
<p class="text-sm text-orange-200 text-center sm:text-left m-3">Or, email <a href="mailto:editors@snipettemag.com" class="text-orange-300">editors@snipettemag.com</a> to know more</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue