diff --git a/src/_includes/about.html b/src/_includes/about.html index 3936fdc..af0c131 100644 --- a/src/_includes/about.html +++ b/src/_includes/about.html @@ -5,7 +5,7 @@
-

{{title}}

+

{{title}}

{{ content | safe }}
diff --git a/src/_includes/partials/content.html b/src/_includes/partials/content.html index 85b1a2a..6f38988 100644 --- a/src/_includes/partials/content.html +++ b/src/_includes/partials/content.html @@ -4,7 +4,7 @@ {% for item in quicklinks.links %} - +

{{item.title}}

diff --git a/src/_includes/partials/footer.html b/src/_includes/partials/footer.html index d8ca4d1..fcacd91 100644 --- a/src/_includes/partials/footer.html +++ b/src/_includes/partials/footer.html @@ -1,44 +1,44 @@ -
\ No newline at end of file diff --git a/src/_includes/partials/navbar.html b/src/_includes/partials/navbar.html index 318adb0..15fd66f 100644 --- a/src/_includes/partials/navbar.html +++ b/src/_includes/partials/navbar.html @@ -1,11 +1,11 @@ -
+
@@ -59,7 +59,7 @@

From the community, to the community

Ready to Join?

-

Join us at https://meetup.com/OrlandoDevs to see when our next meetup will happen.

- +

Join us at https://meetup.com/OrlandoDevs to see when our next meetup will happen.

+
\ No newline at end of file diff --git a/src/slack/index.html b/src/slack/index.html index 7552bfd..d24bbf4 100644 --- a/src/slack/index.html +++ b/src/slack/index.html @@ -11,7 +11,7 @@

Orlando Devs Slack

How to get in?

-Our Slack works via invite-only. To get an invitation simply email us at orlandodevcommunity@gmail.com and we'll get back to you promptly. +Our Slack works via invite-only. To get an invitation simply email us at orlandodevcommunity@gmail.com and we'll get back to you promptly.
diff --git a/src/static/css/tailwind.css b/src/static/css/tailwind.css index e9cf722..8e030b4 100644 --- a/src/static/css/tailwind.css +++ b/src/static/css/tailwind.css @@ -21,17 +21,17 @@ } h1 { - @apply text-4xl tracking-tighter mb-3 text-center lg:text-7xl; + @apply text-4xl tracking-tighter text-center lg:text-7xl; } h2{ @apply text-3xl tracking-normal font-bold; } h3 { - @apply text-2xl font-bold mb-3; + @apply text-2xl font-bold; } .body-link{ - @apply underline text-tPalette4; + @apply underline text-secondary; } code{ @apply bg-gray-300; @@ -45,7 +45,7 @@ body pre[class*="language-"] { } .footer-link{ - @apply no-underline text-white hover:text-tPalette4; + @apply no-underline text-white hover:text-secondary transition-all duration-200; } .sponsor-logos{ diff --git a/tailwind.config.js b/tailwind.config.js index 37008b9..71ad35e 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -23,12 +23,6 @@ module.exports = { cyan: colors.cyan, trueGray: colors.neutral, violet: colors.violet, - tPalette1: '#bfbfbf', - tPalette2: '#0b3b59', - tPalette3: '#092b40', - tPalette4: '#7eadbf', - tPalette5: '#f2f2f2', - }, }, },