aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIndrajith K L2022-10-26 22:17:18 +0530
committerIndrajith K L2022-10-26 22:17:18 +0530
commitb337536de9d14bd75e1039382a154e5b528f6110 (patch)
treec53d473133967d324b4d1e0c312857fcfd042e5a /src
parent2d8216789e336fd3190010d37a192f7536d27eb7 (diff)
downloadindrajith-dev-b337536de9d14bd75e1039382a154e5b528f6110.tar.gz
indrajith-dev-b337536de9d14bd75e1039382a154e5b528f6110.tar.bz2
indrajith-dev-b337536de9d14bd75e1039382a154e5b528f6110.zip
Content Changes
* CV => Career Timeline * CV Content Changes * Intro Content Changes * About Content Changes
Diffstat (limited to 'src')
-rw-r--r--src/_includes/assets/css/styles.css105
-rw-r--r--src/_includes/partials/header.njk2
-rw-r--r--src/about.njk6
-rw-r--r--src/cv.njk6
-rw-r--r--src/index.njk2
5 files changed, 57 insertions, 64 deletions
diff --git a/src/_includes/assets/css/styles.css b/src/_includes/assets/css/styles.css
index d67f983..c65f12d 100644
--- a/src/_includes/assets/css/styles.css
+++ b/src/_includes/assets/css/styles.css
@@ -851,10 +851,6 @@ select {
margin-bottom: 1.25rem;
}
-.mt-5 {
- margin-top: 1.25rem;
-}
-
.mt-auto {
margin-top: auto;
}
@@ -863,6 +859,10 @@ select {
margin-left: auto;
}
+.mt-5 {
+ margin-top: 1.25rem;
+}
+
.mt-1 {
margin-top: 0.25rem;
}
@@ -1168,9 +1168,9 @@ select {
border-color: transparent;
}
-.bg-main-dark-brown-2 {
+.bg-main-cream-white-2 {
--tw-bg-opacity: 1;
- background-color: rgb(51 39 42 / var(--tw-bg-opacity));
+ background-color: rgb(250 238 231 / var(--tw-bg-opacity));
}
.bg-main-normal-brown {
@@ -1183,14 +1183,9 @@ select {
background-color: rgb(51 39 42 / var(--tw-bg-opacity));
}
-.bg-darkish-50 {
- --tw-bg-opacity: 1;
- background-color: rgb(141 105 122 / var(--tw-bg-opacity));
-}
-
-.bg-darkish-300 {
+.bg-main-dark-brown-2 {
--tw-bg-opacity: 1;
- background-color: rgb(13 43 69 / var(--tw-bg-opacity));
+ background-color: rgb(51 39 42 / var(--tw-bg-opacity));
}
.bg-gray-300 {
@@ -1213,14 +1208,24 @@ select {
background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
-.bg-darkish-200 {
+.bg-darkish-100 {
--tw-bg-opacity: 1;
- background-color: rgb(32 60 86 / var(--tw-bg-opacity));
+ background-color: rgb(84 78 104 / var(--tw-bg-opacity));
}
-.bg-darkish-100 {
+.bg-darkish-50 {
--tw-bg-opacity: 1;
- background-color: rgb(84 78 104 / var(--tw-bg-opacity));
+ background-color: rgb(141 105 122 / var(--tw-bg-opacity));
+}
+
+.bg-darkish-300 {
+ --tw-bg-opacity: 1;
+ background-color: rgb(13 43 69 / var(--tw-bg-opacity));
+}
+
+.bg-darkish-200 {
+ --tw-bg-opacity: 1;
+ background-color: rgb(32 60 86 / var(--tw-bg-opacity));
}
.bg-black {
@@ -1273,11 +1278,6 @@ select {
background-color: rgb(255 139 167 / var(--tw-bg-opacity));
}
-.bg-main-cream-white-2 {
- --tw-bg-opacity: 1;
- background-color: rgb(250 238 231 / var(--tw-bg-opacity));
-}
-
.object-cover {
-o-object-fit: cover;
object-fit: cover;
@@ -1434,6 +1434,10 @@ select {
font-weight: 700;
}
+.font-thin {
+ font-weight: 100;
+}
+
.font-extrabold {
font-weight: 800;
}
@@ -1446,10 +1450,6 @@ select {
font-weight: 500;
}
-.font-thin {
- font-weight: 100;
-}
-
.italic {
font-style: italic;
}
@@ -1463,19 +1463,29 @@ select {
color: rgb(255 255 254 / var(--tw-text-opacity));
}
+.text-main-red {
+ --tw-text-opacity: 1;
+ color: rgb(255 139 167 / var(--tw-text-opacity));
+}
+
.text-lightish-50 {
--tw-text-opacity: 1;
color: rgb(255 236 214 / var(--tw-text-opacity));
}
-.text-lightish-200 {
+.text-main-cream-white-2 {
--tw-text-opacity: 1;
- color: rgb(255 170 94 / var(--tw-text-opacity));
+ color: rgb(250 238 231 / var(--tw-text-opacity));
}
-.text-darkish-300 {
+.text-main-dark-brown-2 {
--tw-text-opacity: 1;
- color: rgb(13 43 69 / var(--tw-text-opacity));
+ color: rgb(51 39 42 / var(--tw-text-opacity));
+}
+
+.text-main-dark-brown {
+ --tw-text-opacity: 1;
+ color: rgb(51 39 42 / var(--tw-text-opacity));
}
.text-gray-500 {
@@ -1503,6 +1513,11 @@ select {
color: rgb(255 255 255 / var(--tw-text-opacity));
}
+.text-darkish-300 {
+ --tw-text-opacity: 1;
+ color: rgb(13 43 69 / var(--tw-text-opacity));
+}
+
.text-lightish-300 {
--tw-text-opacity: 1;
color: rgb(208 129 89 / var(--tw-text-opacity));
@@ -1518,6 +1533,11 @@ select {
color: rgb(84 78 104 / var(--tw-text-opacity));
}
+.text-lightish-200 {
+ --tw-text-opacity: 1;
+ color: rgb(255 170 94 / var(--tw-text-opacity));
+}
+
.text-yellow-500 {
--tw-text-opacity: 1;
color: rgb(234 179 8 / var(--tw-text-opacity));
@@ -1563,26 +1583,6 @@ select {
color: rgb(89 74 78 / var(--tw-text-opacity));
}
-.text-main-cream-white-2 {
- --tw-text-opacity: 1;
- color: rgb(250 238 231 / var(--tw-text-opacity));
-}
-
-.text-main-red {
- --tw-text-opacity: 1;
- color: rgb(255 139 167 / var(--tw-text-opacity));
-}
-
-.text-main-dark-brown-2 {
- --tw-text-opacity: 1;
- color: rgb(51 39 42 / var(--tw-text-opacity));
-}
-
-.text-main-dark-brown {
- --tw-text-opacity: 1;
- color: rgb(51 39 42 / var(--tw-text-opacity));
-}
-
.underline {
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
@@ -1785,11 +1785,6 @@ pre[class*="language-"] {
color: rgb(13 43 69 / var(--tw-text-opacity));
}
-.hover\:text-white:hover {
- --tw-text-opacity: 1;
- color: rgb(255 255 255 / var(--tw-text-opacity));
-}
-
.focus\:border-indigo-500:focus {
--tw-border-opacity: 1;
border-color: rgb(99 102 241 / var(--tw-border-opacity));
diff --git a/src/_includes/partials/header.njk b/src/_includes/partials/header.njk
index bedbfbd..5ee2cf2 100644
--- a/src/_includes/partials/header.njk
+++ b/src/_includes/partials/header.njk
@@ -6,7 +6,7 @@
</li>
<li class="hover:text-lightish-50"><a href="/about" id="about" class="links">About</a></li>
<li class="hover:text-lightish-50"><a href="/posts" id="posts" class="links">Posts</a></li>
- <li class="hover:text-lightish-50"><a href="/cv" id="cv" class="links">CV</a></li>
+ <li class="hover:text-lightish-50"><a href="/cv" id="cv" class="links">Timeline</a></li>
</ul>
<ul class="hidden md:flex flex-row gap-2 font-supply-regular font-bold right-0 -my-8 mx-6 absolute">
<li class="hover:text-lightish-50"><a title="Twitter" target="_blank" href="https://twitter.com/indrajithKLIS" class="links">{% feather "twitter" %}</a></li>
diff --git a/src/about.njk b/src/about.njk
index 7da7c2f..bab19e5 100644
--- a/src/about.njk
+++ b/src/about.njk
@@ -8,12 +8,10 @@ title: About
<img class="object-cover h-48 rounded-full" src="/images/me.jpg" alt="me"/>
</div>
<p class="mt-3 text-main-dark-brown">
- My Name is Indrajith K L, a Web Developer currently working as a Systems Analyst with 9+ years of experience with various
- frontend frameworks and libraries like Angular 2+, React, AngularJS (v1.x), JQuery, RequireJS etc.
+ My Name is Indrajith K L, a Web Developer currently working as a Systems Analyst with 9+ years of experience in various frontend frameworks and libraries like Angular 2+, React, AngularJS (v1.x), JQuery, RequireJS etc.
</p>
<p class="mt-2 text-main-dark-brown">
- I'm fluent in ES6, Typescript &amp; NodeJS. I started out as a Android Developer in 2012 and then switched to Web Development and focused on
- frontend &amp; other web technologies.
+ Fluent in ES6, Typescript, &amp; NodeJS. Started out as an Android Developer in 2012, and then switched to Web Development and now focusing on frontend &amp; other web technologies.
</p>
</div> \ No newline at end of file
diff --git a/src/cv.njk b/src/cv.njk
index 5ea950c..49134d9 100644
--- a/src/cv.njk
+++ b/src/cv.njk
@@ -1,14 +1,14 @@
---
layout: base.njk
-title: CV
+title: Career Timeline
---
-<div class="flex flex-start justify-center items-center underline text-2xl mb-10"><h1>Curriculum Vitae</h1></div>
+<div class="flex flex-start justify-center items-center underline text-2xl mb-10"><h1>Career Timeline</h1></div>
<ol class="border-l border-gray-300">
<li>
<div class="flex flex-start items-center pt-3">
<div class="bg-gray-300 w-2 h-2 rounded-full -ml-1 mr-3"></div>
- <p class="text-gray-500 text-sm">Jan 2020 - Present</p>
+ <p class="text-gray-500 text-sm">Jan 2020 - Till Present</p>
</div>
<div class="mt-0.5 ml-4 mb-6">
<h4 class="text-gray-800 font-semibold text-xl mb-1.5">Systems Analyst</h4>
diff --git a/src/index.njk b/src/index.njk
index 751d15d..19443ef 100644
--- a/src/index.njk
+++ b/src/index.njk
@@ -7,7 +7,7 @@ alternatetitle: "Hello Friend!! My name is Indrajith K L."
<div class="bg-main-normal-brown text-md md:text-xl text-main-cream-white-1 font-supply-regular shadow-[5px_5px_0px_0px_rgba(0,0,0,255)] p-3 mt-10 ml-5 mr-5 md:p-10 md:ml-0 md:mr-0 rounded-lg">
<p class="text-lg md:text-2xl font-thin">{{alternatetitle}}</p>
<p class="mt-3 text-justify font-thin">
- I'm a web developer, hobbyist game developer from Kerala, India working as a front-end developer.
+ I'm a web developer, hobbyist game developer from India, working as a front-end developer.
This site is where I write about my fun side projects, R&amp;D's, random thoughts, game development etc. Since you here why don't you read some <a href="/posts" class="text-main-cardheading font-bold">posts</a>.
</p>
</div>