Skip to content

Commit b5c5b37

Browse files
BrianMitchLryanmr
andcommitted
Update sponsorship opportunities page
Co-authored-by: Brian Mitchell <bman4789@gmail.com> Co-authored-by: Ryan Rampersad <ryan.rampersad@gmail.com>
1 parent a77d2ee commit b5c5b37

File tree

4 files changed

+21
-13
lines changed

4 files changed

+21
-13
lines changed

src/globals/site.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"baseUrl": "/",
66
"author": {
77
"handle": "@JavaScriptMN",
8-
"name": "JavaScriptMN"
8+
"name": "JavaScriptMN",
9+
"email": "javascriptmn@gmail.com"
910
},
1011
"navigation": [
1112
{

src/speak.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ layout: prose
88
If you have something you think would be great for the group, consider the opportunity to beef up your public speaking skills and hone your understanding of the tech topic at hand by giving a talk at an upcoming meetup. Get in front of the biggest tech meetup in the state to be seen and heard by fellow coders, coworkers, recruiters, and grow your presence in the Twin Cities tech community.
99

1010
<a class="block text-xl font-semibold border-2 border-black p-4 hover:bg-jsmn-yellow transition-all duration-100 text-center" style="text-decoration: none;"
11-
href="mailto:javascript.mn@gmail.com">Email us about your idea!</a>
11+
href="mailto:{{ site.author.email }}?subject=Speak%20at%20JavaScriptMN">Email us about your idea!</a>
1212

1313
## Speaker Questionnaire
1414

src/sponsorship-opportunities.njk

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,20 @@ layout: base
44
---
55

66
<div class="container mx-auto p-2">
7-
<div class="text-center mb-10">
8-
<h1 class="text-3xl">Plans</h1>
9-
<p class="text-xl">Choose any of our our plans and join our community</p>
7+
<div class="text-center">
8+
<h1 class="text-3xl">Sponsorship Opportunities</h1>
9+
<p class="text-xl">Choose any of our our opportunities and join our community</p>
10+
11+
</div>
12+
13+
<div class="my-8 px-0 sm:px-2 w-full sm:w-1/3 mx-auto">
14+
<a class="block text-xl font-semibold border-2 border-black p-4 hover:bg-jsmn-yellow transition-all duration-100 text-center" href="mailto:{{ site.author.email }}?subject=Speak%20at%20JavaScriptMN">
15+
Email us
16+
</a>
1017
</div>
1118

1219
<div
13-
class="flex flex-wrap sm:flex-no-wrap space-x-0 sm:space-x-4 space-y-4 sm:space-y-0"
20+
class="flex flex-wrap sm:flex-no-wrap space-x-0 sm:space-x-4 space-y-8 sm:space-y-0"
1421
>
1522
{# first option #}
1623
<div class="w-full sm:w-1/3">
@@ -29,7 +36,7 @@ layout: base
2936
What's included
3037
</p>
3138
<div class="my-4 w-full flex justify-center px-4">
32-
<ul class="list-check ml-4 list-outside space-y-4 plc-4">
39+
<ul class="list-disc ml-4 list-outside space-y-4">
3340
<li>Website: Link &amp; Logo on Sponsor page</li>
3441
<li>YouTube: End of video slide with others in this category</li>
3542
<li>Meetups: Joint slide with other sponsors at this level</li>
@@ -56,7 +63,7 @@ layout: base
5663
What's included
5764
</p>
5865
<div class="my-4 w-full flex justify-center px-4">
59-
<ul class="list-check ml-4 list-outside space-y-4 plc-4">
66+
<ul class="list-disc ml-4 list-outside space-y-4">
6067
<li>Website: Prominent link &amp; logo on sponsor page</li>
6168
<li>
6269
Meetups: Announcement of thanks by host with joint slide
@@ -75,15 +82,16 @@ layout: base
7582
{# third option #}
7683
<div class="w-full sm:w-1/3">
7784
<div class="border-4 border-jsmn-yellow shadow-lg">
78-
<div class="relative hidden sm:block">
85+
<div class="relative flex justify-center">
7986
<div
80-
class="bg-white border-2 border-yellow-500 absolute top-0 left-0 -mt-4 -ml-4 transform -rotate-25 inline-block p-2 shadow"
87+
title="Maybe, you decide!"
88+
class="text-white bg-black absolute top-0 -mt-4 transform inline-block p-2 shadow"
8189
>
8290
<small class="font-bold">Best Value</small>
8391
</div>
8492
</div>
8593
<div class="px-2 text-center my-4">
86-
<p class="text-8xl">💎</p>
94+
<p class="text-8xl transform duration-200 hover:-rotate-25">💎</p>
8795
<h2 class="text-3xl">Diamond</h2>
8896
<p class="text-xl">$2,500 / year</p>
8997
</div>
@@ -97,7 +105,7 @@ layout: base
97105
What's included
98106
</p>
99107
<div class="my-4 w-full flex justify-center px-4">
100-
<ul class="list-check ml-4 list-outside space-y-4 plc-4">
108+
<ul class="list-disc ml-4 list-outside space-y-4">
101109
<li>Website: Link &amp; Logo on front page (and sponsor page)</li>
102110
<li>
103111
Meetups: Dedicated standalone slide with thanks and description

tailwind.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@ module.exports = {
357357
none: 'none',
358358
disc: 'disc',
359359
decimal: 'decimal',
360-
check: '"✔️"',
361360
},
362361
margin: (theme, { negative }) => ({
363362
auto: 'auto',

0 commit comments

Comments
 (0)