Skip to content

Commit 573f4ad

Browse files
committed
Adds jsmn logo
1 parent 93f7109 commit 573f4ad

File tree

3 files changed

+36
-20
lines changed

3 files changed

+36
-20
lines changed

public/jsmn-logo.svg

Lines changed: 21 additions & 0 deletions
Loading

src/includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<header class="bg-jsmn-yellow shadow mb-8">
1+
<header class="bg-jsmn-yellow shadow">
22
<nav
33
class="container mx-auto p-2 max-w-3xl px-8 pt-2 flex justify-between items-center"
44
>

src/index.html

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,20 @@
1616
---
1717

1818
<!-- primary content -->
19-
<div class="container mx-auto px-2 mb-10">
20-
<div class="x-h-screen flex justify-center items-center">
21-
<div>
22-
<!-- <div
23-
class="inline-block border-4 border-jsmn-yellow p-2 transform -rotate-25"
24-
>
25-
<span class="text-xl font-bold">Under Construction</span>
26-
</div> -->
27-
<div class="text-center">
28-
<img
29-
src="{{ site.baseUrl }}jsmn-logo.png"
30-
alt="JavaScriptMN"
31-
class="mx-auto"
32-
/>
33-
<div class="text-4xl font-bold"><h1>JavaScriptMN</h1></div>
34-
<p class="text-xl">
35-
A monthly meetup for anyone interested in JavaScript and related
36-
technologies in the Twin Cities.
37-
</p>
19+
<div class="">
20+
<div class="container mx-auto px-2 py-10 mb-10">
21+
<div class="x-h-screen flex justify-center items-center">
22+
<div>
23+
<div class="text-center">
24+
<div class="w-2/3 mx-auto">
25+
<div class="pl-8 sm:pl-16">{% include "_logo.html" %}</div>
26+
</div>
27+
<div class="text-4xl font-bold"><h1>JavaScriptMN</h1></div>
28+
<p class="text-xl">
29+
A monthly meetup for anyone interested in JavaScript and related
30+
technologies in the Twin Cities.
31+
</p>
32+
</div>
3833
</div>
3934
</div>
4035
</div>

0 commit comments

Comments
 (0)