Skip to content

Commit 8bdac55

Browse files
committed
Cleanup comments
1 parent bca6b2d commit 8bdac55

File tree

4 files changed

+11
-25
lines changed

4 files changed

+11
-25
lines changed

src/includes/header.njk

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,6 @@
8686
>{{ link.text }}</a
8787
>
8888
{% endfor %}
89-
{# <a
90-
href="#"
91-
class="mt-1 block px-3 py-2 rounded-md text-base font-medium text-gray-300 hover:text-white hover:bg-gray-700 focus:outline-none focus:text-white focus:bg-gray-700 transition duration-150 ease-in-out"
92-
>🚀</a
93-
> #}
9489
</div>
9590
</div>
9691
</nav>

src/index.njk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: base
33
title: JavaScriptMN
44
---
55

6-
<!-- primary content -->
6+
{# primary content #}
77
<div class="special-bg">
88
<div class="container mx-auto px-2 py-10 mb-10">
99
<div class="x-h-screen flex justify-center items-center">
@@ -27,7 +27,7 @@ title: JavaScriptMN
2727
</div>
2828
</div>
2929

30-
<!-- the next section -->
30+
{# the next section #}
3131

3232
<div class="container mx-auto px-2 mb-10">
3333
<div class="x-h-screen flex justify-center items-center">
@@ -73,7 +73,7 @@ title: JavaScriptMN
7373
</div>
7474
</div>
7575

76-
<!-- location, speaking -->
76+
{# location, speaking #}
7777

7878
<div class="container mx-auto px-2 mb-10">
7979
<div class="x-h-screen flex justify-center items-center">

src/sponsors.njk

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ title: Sponsors
99
<div class="mb-8">
1010

1111
<div class="flex justify-between items-center">
12-
<h1
13-
class="inline-block bg-black text-white text-3xl font-bold px-4 mb-2 transform -rotate-1"
14-
>
15-
Sponsors
16-
</h1>
17-
<p><a class="hover:underline" href="{{ '/sponsorship-opportunities/' | url }}">Become a sponsor →</a></p>
12+
<h1
13+
class="inline-block bg-black text-white text-3xl font-bold px-4 mb-2 transform -rotate-1"
14+
>
15+
Sponsors
16+
</h1>
17+
<p>
18+
<a class="hover:underline" href="{{ '/sponsorship-opportunities/' | url }}">Become a sponsor →</a>
19+
</p>
1820
</div>
1921

2022
<div class="border-jsmn-yellow border-4 p-4 divide-y divide-gray-200">
@@ -58,12 +60,3 @@ title: Sponsors
5860
</div>
5961
</div>
6062
</div>
61-
62-
<!-- <div class="flex justify-center items-center space-x-2">
63-
<a
64-
class="block shadow border border-gray-200 transition-all transform hover:scale-110 p-8"
65-
href="#"
66-
>
67-
Become a sponsor →
68-
</a>
69-
</div> -->

src/sponsorship-opportunities.njk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,5 @@ layout: base
125125
</div>
126126
</div>
127127
</div>
128-
129-
<!-- end -->
130128
</div>
131129
</div>

0 commit comments

Comments
 (0)