Skip to content

Commit

Permalink
Update Timeline.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
huseink authored Nov 20, 2024
1 parent 102e139 commit 5490c41
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/components/Timeline.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</h1>
<div class="relative pl-8 sm:pl-32 py-6 group">
<div
class="font-caveat font-light text-xl text-gray-700 dark:text-gray-200 mb-1 sm:mb-0"
class="font-caveat font-light text-lg text-gray-700 dark:text-gray-200 mb-1 sm:mb-0"
>
Mojob
</div>
Expand All @@ -17,14 +17,14 @@
class="sm:absolute left-0 translate-y-0.5 inline-flex items-center justify-center text-xs font-semibold uppercase w-20 h-6 mb-3 sm:mb-0 text-gray-50 bg-gradient-to-r from-teal-500 to-teal-600 dark:from-purple-500 dark:to-purple-600 rounded-full"
>Oct, 2021</time
>
<div class="text-xl font-medium from-purple-400 to-pink-800">
<div class="text-lg font-medium from-purple-400 to-pink-800">
Full Stack Software Engineer
</div>
</div>
</div>
<div class="relative pl-8 sm:pl-32 py-6 group">
<div
class="font-caveat font-light text-xl bg-clip-text text-gray-700 dark:text-gray-200 mb-1 sm:mb-0"
class="font-caveat font-light text-lg bg-clip-text text-gray-700 dark:text-gray-200 mb-1 sm:mb-0"
>
Sechard
</div>
Expand All @@ -35,7 +35,7 @@
class="sm:absolute left-0 translate-y-0.5 inline-flex items-center justify-center text-xs font-semibold uppercase w-20 h-6 mb-3 sm:mb-0 text-gray-50 bg-gradient-to-r from-teal-800 to-teal-900 dark:from-purple-800 dark:to-purple-900 rounded-full"
>Aug, 2020</time
>
<div class="text-xl font-medium from-purple-400 to-pink-800">
<div class="text-lg font-medium from-purple-400 to-pink-800">
Full Stack Software Engineer
</div>
</div>
Expand All @@ -61,7 +61,7 @@
class="sm:absolute left-0 translate-y-0.5 inline-flex items-center justify-center text-xs font-semibold uppercase w-20 h-6 mb-3 sm:mb-0 text-gray-50 bg-gradient-to-r from-teal-500 to-teal-600 dark:from-purple-500 dark:to-purple-600 rounded-full"
>Aug, 2023</time
>
<div class="text-xl font-medium from-purple-400 to-pink-800">
<div class="text-lg font-medium from-purple-400 to-pink-800">
Master of Science (M.S.) in Computer Engineering
</div>
</div>
Expand All @@ -79,7 +79,7 @@
class="sm:absolute left-0 translate-y-0.5 inline-flex items-center justify-center text-xs font-semibold uppercase w-20 h-6 mb-3 sm:mb-0 text-gray-50 bg-gradient-to-r from-teal-800 to-teal-900 dark:from-purple-800 dark:to-purple-900 rounded-full"
>Jul, 2021</time
>
<div class="text-xl font-medium from-purple-400 to-pink-800">
<div class="text-lg font-medium from-purple-400 to-pink-800">
Bachelor of Engineering (B.E.) in Computer Engineering
</div>
</div>
Expand All @@ -94,7 +94,7 @@
</h1>
<div class="relative pl-8 sm:pl-32 py-6 group">
<div
class="font-caveat font-light text-xl bg-clip-text text-gray-700 dark:text-gray-200 mb-1 sm:mb-0"
class="font-caveat font-light text-lg bg-clip-text text-gray-700 dark:text-gray-200 mb-1 sm:mb-0"
>
Nebula
</div>
Expand All @@ -105,14 +105,14 @@
class="sm:absolute left-0 translate-y-0.5 inline-flex items-center justify-center text-xs font-semibold uppercase w-20 h-6 mb-3 sm:mb-0 text-gray-50 bg-gradient-to-r from-teal-800 to-teal-900 dark:from-purple-800 dark:to-purple-900 rounded-full"
>Jan, 2021</time
>
<div class="text-xl font-medium from-purple-400 to-pink-800">
<div class="text-lg font-medium from-purple-400 to-pink-800">
Software Engineer, Intern
</div>
</div>
</div>
<div class="relative pl-8 sm:pl-32 py-6 group">
<div
class="font-caveat font-light text-xl bg-clip-text text-gray-700 dark:text-gray-200 mb-1 sm:mb-0"
class="font-caveat font-light text-lg bg-clip-text text-gray-700 dark:text-gray-200 mb-1 sm:mb-0"
>
Kocaeli University
</div>
Expand All @@ -123,7 +123,7 @@
class="sm:absolute left-0 translate-y-0.5 inline-flex items-center justify-center text-xs font-semibold uppercase w-20 h-6 mb-3 sm:mb-0 text-gray-50 bg-gradient-to-r from-teal-800 to-teal-900 dark:from-purple-800 dark:to-purple-900 rounded-full"
>Jun, 2019</time
>
<div class="text-xl font-medium from-purple-400 to-pink-800">
<div class="text-lg font-medium from-purple-400 to-pink-800">
Software Engineer, Intern
</div>
</div>
Expand Down

0 comments on commit 5490c41

Please sign in to comment.