Skip to content

Commit

Permalink
Post-GIM updates
Browse files Browse the repository at this point in the history
  • Loading branch information
benborgers committed Sep 13, 2024
1 parent 3b5046e commit 099fdd2
Showing 1 changed file with 27 additions and 42 deletions.
69 changes: 27 additions & 42 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -37,68 +37,53 @@ import MailchimpForm from "../components/mailchimp-form.astro";
for nonprofit clients.
</p>
<p>
We set up 10-12 teams with 1 project manager, 1 tech lead, 1 designer,
10 developers, and a client that we’ve found. Over the course of a year,
We set up 12 teams with 1 project manager, 1 tech lead, 1 designer, 10
developers, and a client that we’ve found. Over the course of a year,
the team builds a custom app for the nonprofit client.
</p>
<p>
JumboCode is one of Tufts’ largest clubs, with 180 members last year.
JumboCode is one of Tufts’ largest clubs, with ~170 members each year.
</p>
</div>

<div class="mt-16 space-y-3">
<div class="mt-16">
<p class="font-bold text-accent">
Applications open in September 12th, 2024 and close September 20th,
2024.
Applications are OPEN and due September 20th, 2024!
</p>
<p class="opacity-80">To stay updated:</p>
<ul class="list-disc ml-5 space-y-1 opacity-85">
<li class="font-bold">
Come to our GIM on Thursday, September 12th, 2024, at 7pm in Cabot
ASEAN Auditorium.
<ul class="mt-3 list-disc ml-5 space-y-1 opacity-85">
<li class="font-semibold">
<a
href="https://bit.ly/jumbocode24"
target="_blank"
class="underline decoration-gray-300"
>
Click here to apply to JumboCode
</a>
</li>
<li>
Follow us on
<a
href="https://instagram.com/jumbocode"
target="_blank"
class="underline"
class="underline decoration-gray-500"
>
Instagram</a
>.
>
</li>
<li>
Email <a
href="mailto:[email protected]"
class="underline decoration-gray-500">[email protected]</a
> with any questions
</li>
<li>Join our email list:</li>
</ul>

<div class="pt-2" id="newsletter">
<div class="border border-white/40 bg-white/5 p-4 rounded-xl">
<p class="mb-4 text-accent font-bold">
Get updates about developer applications!
</p>
<MailchimpForm />
</div>
</div>
</div>

<div class="mt-16">
<p class="opacity-70">
<a
href="https://docs.google.com/forms/d/e/1FAIpQLSddqN8iMuVSAkfjqRBn-3oU4YddSvgZa0Jqe90HCGypViZRZA/viewform"
class="underline decoration-white/40"
>
Tech Lead applications</a
> are open and being reviewed on a rolling basis.
<br />
Project Manager applications took place in the spring of 2024.
</p>
<p class="opacity-70 mt-4">
Questions? Email <a
href="mailto:[email protected]"
class="underline decoration-white/40"
>
[email protected]</a
>!
</p>
<div class="mt-16" id="newsletter">
<div class="border border-white/40 bg-white/5 p-4 rounded-xl">
<p class="mb-4 text-accent font-bold">Join our email list!</p>
<MailchimpForm />
</div>
</div>
</body>
</html>

0 comments on commit 099fdd2

Please sign in to comment.