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 974defc commit 0dc20c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Timeline.astro
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<div
class="font-caveat font-light text-xl text-gray-700 dark:text-gray-200 mb-1 sm:mb-0"
>
Master of Science - MS, Computer Engineering
Trakya University - Institute of Natural and Applied Sciences
</div>
<div
class="flex flex-col sm:flex-row items-start mb-1 group-last:before:hidden before:absolute before:left-2 sm:before:left-0 before:h-full before:px-px before:bg-teal-900 before:dark:bg-purple-900 sm:before:ml-[6.5rem] before:self-start before:-translate-x-1/2 before:translate-y-3 after:absolute after:left-2 sm:after:left-0 after:w-2 after:h-2 after:bg-teal-600 after:dark:bg-purple-600 after:border-4 after:box-content after:border-teal-50 after:rounded-full sm:after:ml-[6.5rem] after:-translate-x-1/2 after:translate-y-1.5"
Expand All @@ -62,15 +62,15 @@
>Aug, 2023</time
>
<div class="text-xl font-medium from-purple-400 to-pink-800">
Trakya University
Master of Science - MS, Computer Engineering
</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"
>
Bachelor of Engineering - BE, Computer Engineering
Trakya University - Faculty of Engineering
</div>
<div
class="flex flex-col sm:flex-row items-start mb-1 group-last:before:hidden before:absolute before:left-2 sm:before:left-0 before:h-full before:px-px before:bg-teal-900 before:dark:bg-purple-900 sm:before:ml-[6.5rem] before:self-start before:-translate-x-1/2 before:translate-y-3 after:absolute after:left-2 sm:after:left-0 after:w-2 after:h-2 after:bg-teal-600 after:dark:bg-purple-600 after:border-4 after:box-content after:border-teal-50 after:rounded-full sm:after:ml-[6.5rem] after:-translate-x-1/2 after:translate-y-1.5"
Expand All @@ -80,7 +80,7 @@
>Jul, 2021</time
>
<div class="text-xl font-medium from-purple-400 to-pink-800">
Trakya University
Bachelor of Engineering - BE, Computer Engineering
</div>
</div>
</div>
Expand Down

0 comments on commit 0dc20c2

Please sign in to comment.