From f76f2d4133977abcb999d4cddf053cd3c169ec35 Mon Sep 17 00:00:00 2001 From: shreyas20003 Date: Sun, 11 Feb 2024 11:13:58 +0530 Subject: [PATCH 1/2] add link to hacktoberfest text --- index.html | 9 +++++++-- tailwind.config.js | 4 +++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index cde17b1..30b915c 100644 --- a/index.html +++ b/index.html @@ -69,8 +69,13 @@

- What is Hacktoberfest - ?

+ What is + Hacktoberfest + ? +

+ + +

Hacktoberfest is an annual celebration of open source during the month diff --git a/tailwind.config.js b/tailwind.config.js index 5b072de..0f1c1b1 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -4,5 +4,7 @@ module.exports = { theme: { extend: {}, }, - plugins: [], + plugins: [ + require('tailwindcss-transforms') + ], } \ No newline at end of file From 895f1731f9991207c9d62f761c0d9db8856480b9 Mon Sep 17 00:00:00 2001 From: shreyas20003 Date: Sun, 11 Feb 2024 11:44:44 +0530 Subject: [PATCH 2/2] nav bar corrections --- index.html | 65 +++++++++++++++++++++++++--------------------- tailwind.config.js | 4 +-- 2 files changed, 36 insertions(+), 33 deletions(-) diff --git a/index.html b/index.html index 30b915c..bcaf5e5 100644 --- a/index.html +++ b/index.html @@ -10,41 +10,46 @@ - - Open Source IIIT Ranchi - - + + + + + + + diff --git a/tailwind.config.js b/tailwind.config.js index 0f1c1b1..5b072de 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -4,7 +4,5 @@ module.exports = { theme: { extend: {}, }, - plugins: [ - require('tailwindcss-transforms') - ], + plugins: [], } \ No newline at end of file