aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIndrajith K L2023-01-18 19:50:35 +0530
committerIndrajith K L2023-01-18 19:50:35 +0530
commit18d89a5482b32d2ee38b94fc6182cc3535ef75cf (patch)
tree63e04fbf8642a45fc8aea6bbc6d33f0e2b2b9e5d
parente2e122a692313ef0719a03dad808235e16f07cd3 (diff)
downloadindrajith-dev-18d89a5482b32d2ee38b94fc6182cc3535ef75cf.tar.gz
indrajith-dev-18d89a5482b32d2ee38b94fc6182cc3535ef75cf.tar.bz2
indrajith-dev-18d89a5482b32d2ee38b94fc6182cc3535ef75cf.zip
Cosmetic & Content Changes
* New Entry in Career Timeline * Changes header Fonts * Stylesheet changes (link font & font-family changes)
-rw-r--r--src/_includes/partials/header.njk2
-rw-r--r--src/css/fonts/BUBBCB.TTFbin48468 -> 0 bytes
-rw-r--r--src/css/fonts/VGA437.ttfbin0 -> 81192 bytes
-rw-r--r--src/css/styles.css6
-rw-r--r--src/timeline.njk26
5 files changed, 22 insertions, 12 deletions
diff --git a/src/_includes/partials/header.njk b/src/_includes/partials/header.njk
index 64b8846..6fa08c6 100644
--- a/src/_includes/partials/header.njk
+++ b/src/_includes/partials/header.njk
@@ -1,6 +1,6 @@
<header class="header">
<div class="logo-container">
- <a class="logo" href="/">indrajith.dev</a>
+ <a class="logo" href="/">{indrajith.dev}</a>
</div>
<h4 class="slogan">(Software is Art)</h4>
<nav>
diff --git a/src/css/fonts/BUBBCB.TTF b/src/css/fonts/BUBBCB.TTF
deleted file mode 100644
index 054e9b3..0000000
--- a/src/css/fonts/BUBBCB.TTF
+++ /dev/null
Binary files differ
diff --git a/src/css/fonts/VGA437.ttf b/src/css/fonts/VGA437.ttf
new file mode 100644
index 0000000..f5cbfc0
--- /dev/null
+++ b/src/css/fonts/VGA437.ttf
Binary files differ
diff --git a/src/css/styles.css b/src/css/styles.css
index 66c28be..a951211 100644
--- a/src/css/styles.css
+++ b/src/css/styles.css
@@ -1,6 +1,6 @@
@font-face {
- font-family: "BUBBCB";
- src: url("./fonts/BUBBCB.TTF");
+ font-family: "VGA437";
+ src: url("./fonts/VGA437.ttf");
}
:root {
@@ -87,7 +87,7 @@ footer ul>li>p {
.logo {
text-decoration: none;
- font-family: "BUBBCB", sans-serif;
+ font-family: "VGA437", sans-serif;
font-size: 220%;
color: #000000;
}
diff --git a/src/timeline.njk b/src/timeline.njk
index e1ae40c..ef70138 100644
--- a/src/timeline.njk
+++ b/src/timeline.njk
@@ -8,22 +8,32 @@ title: Career Timeline
<li>
<div>
<div></div>
- <p>Jan 2020 - Till Present</p>
+ <p>Jan 2023 - Till Present</p>
</div>
<div>
- <h4>Systems Analyst</h4>
- <h3>InApp</h3>
+ <h4>Senior Systems Analyst</h4>
+ <h5>[InApp Information Technologies]</h5>
{# <p class="text-gray-500 mb-3">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque scelerisque diam non nisi semper, et elementum lorem ornare. Maecenas placerat facilisis mollis. Duis sagittis ligula in sodales vehicula.</p> #}
</div>
</li>
<li>
<div>
<div></div>
+ <p>Jan 2020 - Dec 2022</p>
+ </div>
+ <div>
+ <h4>Systems Analyst</h4>
+ <h5>[InApp Information Technologies]</h5>
+ </div>
+ </li>
+ <li>
+ <div>
+ <div></div>
<p>Jul 2017 - Jan 2020</p>
</div>
<div>
<h4>Senior Software Engineer</h4>
- <h3>InApp</h3>
+ <h5>[InApp Information Technologies]</h5>
<p></p>
</div>
</li>
@@ -34,7 +44,7 @@ title: Career Timeline
</div>
<div>
<h4>Software Engineer</h4>
- <h3>InApp</h3>
+ <h5>[InApp Information Technologies]</h5>
<p></p>
</div>
</li>
@@ -45,7 +55,7 @@ title: Career Timeline
</div>
<div>
<h4>Software Engineer</h4>
- <h3>Naga Info Solutions</h3>
+ <h5>[Naga Info Solutions]</h5>
<p></p>
</div>
</li>
@@ -56,7 +66,7 @@ title: Career Timeline
</div>
<div>
<h4>Software Engineer</h4>
- <h3>SQube</h3>
+ <h5>[SQube]</h5>
<p></p>
</div>
</li>
@@ -67,7 +77,7 @@ title: Career Timeline
</div>
<div>
<h4>Freelance Developer</h4>
- <h3>Simple Graphics</h3>
+ <h5>[Simple Graphics]</h5>
<p></p>
</div>
</li>