mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 07:44:26 +00:00
modified content
This commit is contained in:
parent
eee8eac96d
commit
79bbe78407
2 changed files with 4 additions and 2 deletions
|
|
@ -113,9 +113,11 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="text-2xl font-bold mt-10">
|
||||
Good {greeting}, I'm Ryan!
|
||||
Good {greeting}, <br class="sm:hidden" />I'm Ryan!
|
||||
</div>
|
||||
<p class="text-left lg:text-justify">
|
||||
I am born and raised in Malaysia, fluent in Mandarin and English.
|
||||
<br /><br />
|
||||
I'm passionate in developing open source projects to benefit others,
|
||||
with vast experience in leadership roles.
|
||||
<br /><br />
|
||||
|
|
|
|||
|
|
@ -235,7 +235,7 @@
|
|||
class="flex flex-col lg:flex-row justify-center h-fit w-full px-10 lg:px-20"
|
||||
>
|
||||
<div
|
||||
class="image-container flex w-full lg:ml-auto lg:w-1/2 mb-3 lg:mb-0 aspect-video [perspective:200px] relative lg:mr-5"
|
||||
class="image-container flex w-full lg:ml-auto lg:w-1/2 mb-5 lg:mb-0 aspect-video [perspective:200px] relative lg:mr-5"
|
||||
>
|
||||
<img
|
||||
src="/images/projects/coworking-guide.webp"
|
||||
|
|
|
|||
Loading…
Reference in a new issue