mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-29 12:10:22 +02:00
Add about page
This commit is contained in:
@@ -7,6 +7,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
<div class='container'>
|
||||
<div class='flex items-center'>
|
||||
<img
|
||||
style='--aspect-ratio:170/170'
|
||||
src='/authors/kamran.jpeg'
|
||||
class='h-[170px] w-[170px] rounded-md mr-5 hidden sm:block'
|
||||
alt='Kamran Ahmed'
|
||||
@@ -119,7 +120,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
<a
|
||||
href='https://github.com/kamranahmedse/developer-roadmap'
|
||||
class='font-bold underline'
|
||||
target='_blank'>can be found on GitHub</a>
|
||||
target='_blank'>can be found on GitHub</a
|
||||
>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user