Skip to content

Commit 2ac71ff

Browse files
committed
add Google form
1 parent ff6f84f commit 2ac71ff

File tree

2 files changed

+34
-6
lines changed

2 files changed

+34
-6
lines changed

index.html

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,13 @@ <h1 class="nohyphenate">The <em>April Cools' Club</em> Manifesto</h1>
6666
normally don't get a chance to, and it'll be surprising and enriching for readers (or watchers, or
6767
listeners). The spirit of April Fools' Day without any of the cringe.</p>
6868

69-
<p>Want to contribute? See <a href="#faq">the FAQ below</a> for instructions.</p>
69+
<p>Want to contribute? See <a href="#faq">the FAQ below</a> for
70+
instructions. Or click one of the big buttons:</p>
71+
72+
<p class="submit">
73+
<a href="https://github.com/april-cools/april-cools.github.io/blob/main/_data/projects.yml">Submit via GitHub</a>
74+
<a href="https://forms.gle/hqgDbvgpfUmZway86">Submit via form</a>
75+
</p>
7076
</div>
7177
</section>
7278

@@ -100,11 +106,17 @@ <h1 id="faq">FAQs</h1>
100106
<dt>How can I participate?</dt>
101107

102108
<dd>Do you have an idea that fits the spirit of the April Cools' Day?
103-
Excellent. Get creating, and once you're done, send a pull request to
104-
<a href="https://github.com/april-cools/april-cools.github.io/blob/main/_data/projects.yml">the
105-
repository of this website</a>.
106-
Alternatively, poke <a href="https://mastodon.hupel.info/@lars">Lars on Mastodon</a>
107-
or <a href="https://bsky.app/profile/hillelwayne.com">Hillel on Bluesky</a>.
109+
Excellent. Get creating, and once you're done, tell us about it via
110+
one of these channels:
111+
<ul>
112+
<li>use <a href="https://forms.gle/hqgDbvgpfUmZway86">this anonymous form</a>; or</li>
113+
<li>send a pull request to
114+
<a href="https://github.com/april-cools/april-cools.github.io/blob/main/_data/projects.yml">the
115+
repository of this website</a>; or
116+
</li>
117+
<li>poke <a href="https://mastodon.hupel.info/@lars">Lars on Mastodon</a>
118+
or <a href="https://bsky.app/profile/hillelwayne.com">Hillel on Bluesky</a>.</li>
119+
</ul>
108120
</dd>
109121

110122
<dt>Where is your privacy policy?</dt>

main.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,22 @@ a:hover, a:focus {
3838
color: black;
3939
}
4040

41+
p.submit {
42+
display: flex;
43+
justify-content: center;
44+
align-items: center;
45+
gap: 1em;
46+
}
47+
48+
p.submit a {
49+
padding: .5em;
50+
border-radius: 3px;
51+
color: var(--light-yellow);
52+
background-color: var(--dark-brown);
53+
box-shadow: 0px 0px 10px 3px var(--dark-brown);
54+
text-decoration: none;
55+
}
56+
4157
em {
4258
font-style: normal;
4359
text-decoration: underline dotted;

0 commit comments

Comments
 (0)