mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 07:44:26 +00:00
minor content updates
This commit is contained in:
parent
f7aad3af6c
commit
346e97b753
3 changed files with 63 additions and 63 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "dev-portfolio",
|
||||
"type": "module",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.1",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
|
|
|
|||
|
|
@ -119,8 +119,8 @@
|
|||
Good {greeting}, <br class="sm:hidden" />I'm Ryan!
|
||||
</div>
|
||||
<p class="text-left">
|
||||
I was born and raised in Malaysia, and fluent in Mandarin and
|
||||
English.
|
||||
I was born and raised in Malaysia, and fluent in Mandarin Chinese
|
||||
and English.
|
||||
<br /><br />
|
||||
I'm passionate about developing open source projects that benefit others,
|
||||
and I have extensive experience in leadership roles.
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ import Card from "../elements/Card.astro";
|
|||
Web Development
|
||||
</h2>
|
||||
<hr class="w-full" />
|
||||
<p class="text-center">
|
||||
<p class="text-center text-balance">
|
||||
Bringing ideas to life on the web is my passion. I enjoy
|
||||
bringing my imagination to life through web development.
|
||||
</p>
|
||||
|
|
@ -27,7 +27,7 @@ import Card from "../elements/Card.astro";
|
|||
<div class="card-content">
|
||||
<h2 class="font-bold text-xl text-center">Data Science</h2>
|
||||
<hr class="w-full" />
|
||||
<p class="text-center">
|
||||
<p class="text-center text-balance">
|
||||
Using data to make decisions is a powerful tool. I am
|
||||
experienced in analyzing data and making decisions based
|
||||
on data.
|
||||
|
|
@ -41,7 +41,7 @@ import Card from "../elements/Card.astro";
|
|||
Content Creation
|
||||
</h2>
|
||||
<hr class="w-full" />
|
||||
<p class="text-center">
|
||||
<p class="text-center text-balance">
|
||||
Everyone has something to give, or something to share. I
|
||||
produce content around productivity and software
|
||||
development.
|
||||
|
|
|
|||
Loading…
Reference in a new issue