aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIndrajith K L2022-09-30 19:35:12 +0530
committerIndrajith K L2022-09-30 19:35:12 +0530
commitf5ac2f5744cc6c0c6aefb3de97cb0beaf47db65f (patch)
treebbfc39ba4163eed86f970d820d76da8ea8cbf9a0 /src
parent0664c2c30cb90da2156e83cf18526438e2e5ff57 (diff)
downloadindrajith-dev-f5ac2f5744cc6c0c6aefb3de97cb0beaf47db65f.tar.gz
indrajith-dev-f5ac2f5744cc6c0c6aefb3de97cb0beaf47db65f.tar.bz2
indrajith-dev-f5ac2f5744cc6c0c6aefb3de97cb0beaf47db65f.zip
Adds personal git repo links
Diffstat (limited to 'src')
-rw-r--r--src/_includes/assets/css/styles.css88
-rw-r--r--src/_includes/partials/footer.njk2
-rw-r--r--src/_includes/partials/header.njk2
3 files changed, 52 insertions, 40 deletions
diff --git a/src/_includes/assets/css/styles.css b/src/_includes/assets/css/styles.css
index 3598a25..e944216 100644
--- a/src/_includes/assets/css/styles.css
+++ b/src/_includes/assets/css/styles.css
@@ -851,6 +851,10 @@ select {
margin-bottom: 1.25rem;
}
+.mt-5 {
+ margin-top: 1.25rem;
+}
+
.mt-auto {
margin-top: auto;
}
@@ -859,10 +863,6 @@ select {
margin-left: auto;
}
-.mt-5 {
- margin-top: 1.25rem;
-}
-
.mt-1 {
margin-top: 0.25rem;
}
@@ -1031,14 +1031,18 @@ select {
gap: 0.75rem;
}
-.gap-10 {
- gap: 2.5rem;
+.gap-2 {
+ gap: 0.5rem;
}
.gap-5 {
gap: 1.25rem;
}
+.gap-10 {
+ gap: 2.5rem;
+}
+
.gap-6 {
gap: 1.5rem;
}
@@ -1069,6 +1073,10 @@ select {
overflow: hidden;
}
+.rounded-lg {
+ border-radius: 0.5rem;
+}
+
.rounded-full {
border-radius: 9999px;
}
@@ -1116,49 +1124,49 @@ select {
border-color: transparent;
}
-.bg-black {
+.bg-white {
--tw-bg-opacity: 1;
- background-color: rgb(0 0 0 / var(--tw-bg-opacity));
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
-.bg-yellow-500 {
+.bg-gray-50 {
--tw-bg-opacity: 1;
- background-color: rgb(234 179 8 / var(--tw-bg-opacity));
+ background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
-.bg-purple-500 {
+.bg-indigo-600 {
--tw-bg-opacity: 1;
- background-color: rgb(168 85 247 / var(--tw-bg-opacity));
+ background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
-.bg-sky-700 {
+.bg-yellow-500 {
--tw-bg-opacity: 1;
- background-color: rgb(3 105 161 / var(--tw-bg-opacity));
+ background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}
-.bg-white {
+.bg-purple-500 {
--tw-bg-opacity: 1;
- background-color: rgb(255 255 255 / var(--tw-bg-opacity));
+ background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}
-.bg-gray-50 {
+.bg-violet-700 {
--tw-bg-opacity: 1;
- background-color: rgb(249 250 251 / var(--tw-bg-opacity));
+ background-color: rgb(109 40 217 / var(--tw-bg-opacity));
}
-.bg-indigo-600 {
+.bg-sky-700 {
--tw-bg-opacity: 1;
- background-color: rgb(79 70 229 / var(--tw-bg-opacity));
+ background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}
-.bg-violet-700 {
+.bg-purple-700 {
--tw-bg-opacity: 1;
- background-color: rgb(109 40 217 / var(--tw-bg-opacity));
+ background-color: rgb(126 34 206 / var(--tw-bg-opacity));
}
-.bg-purple-700 {
+.bg-black {
--tw-bg-opacity: 1;
- background-color: rgb(126 34 206 / var(--tw-bg-opacity));
+ background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-100 {
@@ -1272,6 +1280,10 @@ select {
font-family: supplyRegular, sans-serif;
}
+.font-supply-light {
+ font-family: supplyLight, sans-serif;
+}
+
.text-lg {
font-size: 1.125rem;
line-height: 1.75rem;
@@ -1327,16 +1339,6 @@ select {
line-height: 1rem;
}
-.text-yellow-500 {
- --tw-text-opacity: 1;
- color: rgb(234 179 8 / var(--tw-text-opacity));
-}
-
-.text-white {
- --tw-text-opacity: 1;
- color: rgb(255 255 255 / var(--tw-text-opacity));
-}
-
.text-black {
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity));
@@ -1352,11 +1354,21 @@ select {
color: rgb(107 114 128 / var(--tw-text-opacity));
}
+.text-white {
+ --tw-text-opacity: 1;
+ color: rgb(255 255 255 / var(--tw-text-opacity));
+}
+
.text-red-600 {
--tw-text-opacity: 1;
color: rgb(220 38 38 / var(--tw-text-opacity));
}
+.text-yellow-500 {
+ --tw-text-opacity: 1;
+ color: rgb(234 179 8 / var(--tw-text-opacity));
+}
+
.text-red-700 {
--tw-text-opacity: 1;
color: rgb(185 28 28 / var(--tw-text-opacity));
@@ -1575,14 +1587,14 @@ pre[class*="language-"] {
background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}
-.hover\:text-white:hover {
+.hover\:text-black:hover {
--tw-text-opacity: 1;
- color: rgb(255 255 255 / var(--tw-text-opacity));
+ color: rgb(0 0 0 / var(--tw-text-opacity));
}
-.hover\:text-black:hover {
+.hover\:text-white:hover {
--tw-text-opacity: 1;
- color: rgb(0 0 0 / var(--tw-text-opacity));
+ color: rgb(255 255 255 / var(--tw-text-opacity));
}
.focus\:border-indigo-500:focus {
diff --git a/src/_includes/partials/footer.njk b/src/_includes/partials/footer.njk
index c4ccae1..b34ef59 100644
--- a/src/_includes/partials/footer.njk
+++ b/src/_includes/partials/footer.njk
@@ -2,7 +2,7 @@
<ul class="w-full flex md:hidden gap-5 font-supply-regular ml-auto justify-center mt-5 md:mt-0">
<li class="hover:text-white inline-block"><a title="Twitter" target="_blank" href="https://twitter.com/indrajithKLIS" class="links">{% feather "twitter" %}</a></li>
<li class="hover:text-white inline-block"><a title="Github" target="_blank" href="https://github.com/cooljith91112" class="links">{% feather "github" %}</a></li>
- <li class="hover:text-white inline-block"><a title="Sourcehut" target="_blank" href="https://sr.ht/~cooljith91112/" class="links">{% feather "circle" %}</a></li>
+ <li class="hover:text-white inline-block"><a title="GIT - Personal" target="_blank" href="https://git.indrajith.dev/" class="links">{% feather "git-branch" %}</a></li>
<li class="hover:text-white inline-block"><a title="LinkedIn" target="_blank" href="https://www.linkedin.com/in/indrajithklis/" class="links">{% feather "linkedin" %}</a></li>
<li class="hover:text-white inline-block"><a title="Ko-Fi" target="_blank" href="https://ko-fi.com/indrajith" class="links">{% feather "coffee" %}</a></li>
<li class="hover:text-white inline-block"><a title="RSS" target="_blank" href="/feed.xml" class="links">{% feather "rss" %}</a></li>
diff --git a/src/_includes/partials/header.njk b/src/_includes/partials/header.njk
index bf91705..30073fa 100644
--- a/src/_includes/partials/header.njk
+++ b/src/_includes/partials/header.njk
@@ -11,7 +11,7 @@
<ul class="hidden md:flex flex-row gap-10 font-supply-regular right-0 -my-8 mx-6 absolute">
<li class="hover:text-white"><a title="Twitter" target="_blank" href="https://twitter.com/indrajithKLIS" class="links">{% feather "twitter" %}</a></li>
<li class="hover:text-white"><a title="Github" target="_blank" href="https://github.com/cooljith91112" class="links">{% feather "github" %}</a></li>
- <li class="hover:text-white"><a title="Sourcehut" target="_blank" href="https://sr.ht/~cooljith91112/" class="links">{% feather "circle" %}</a></li>
+ <li class="hover:text-white"><a title="GIT - Personal" target="_blank" href="https://git.indrajith.dev/" class="links">{% feather "git-branch" %}</a></li>
<li class="hover:text-white"><a title="LinkedIn" target="_blank" href="https://www.linkedin.com/in/indrajithklis/" class="links">{% feather "linkedin" %}</a></li>
<li class="hover:text-white"><a title="Ko-Fi" target="_blank" href="https://ko-fi.com/indrajith" class="links">{% feather "coffee" %}</a></li>
<li class="hover:text-white"><a title="RSS" target="_blank" href="/feed.xml" class="links">{% feather "rss" %}</a></li>