mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 15:53:57 +00:00
text content update
This commit is contained in:
parent
4b43bcc578
commit
f542b11d41
3 changed files with 282 additions and 280 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -19,3 +19,6 @@ pnpm-debug.log*
|
||||||
|
|
||||||
# macOS-specific files
|
# macOS-specific files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
# Other files
|
||||||
|
todo.md
|
||||||
|
|
@ -18,14 +18,15 @@ import Line from "../elements/NetworkLine.astro";
|
||||||
<hr class="mb-3 w-full" />
|
<hr class="mb-3 w-full" />
|
||||||
<p class="mb-3">
|
<p class="mb-3">
|
||||||
Currently pursuing my Bachelor's degree in Computer
|
Currently pursuing my Bachelor's degree in Computer
|
||||||
Science in Melbourne as a Vice-Chancellor 50%
|
Science in Australia as a 50% Vice-Chancellor Scholar.
|
||||||
Scholarship Awardee.
|
|
||||||
</p>
|
</p>
|
||||||
<h3 class="mb-1 text-lg font-bold">Relevant skills:</h3>
|
<h3 class="mb-1 text-lg font-bold">Relevant skills:</h3>
|
||||||
<div
|
<div
|
||||||
class="flex flex-col items-start justify-start gap-0 md:flex-row md:gap-10"
|
class="flex flex-col items-start justify-start gap-0 md:flex-row md:gap-10"
|
||||||
>
|
>
|
||||||
<ul class="list-inside list-disc">
|
<ul class="list-inside list-disc">
|
||||||
|
<li>Java</li>
|
||||||
|
<li>Kotlin</li>
|
||||||
<li>C#</li>
|
<li>C#</li>
|
||||||
<li>Vue.JS</li>
|
<li>Vue.JS</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
|
|
@ -28,22 +28,20 @@ import Footer from "../components/sections/FooterComponent.astro";
|
||||||
<div class="mb-5">
|
<div class="mb-5">
|
||||||
<h3 class="text-xl font-bold">Websites</h3>
|
<h3 class="text-xl font-bold">Websites</h3>
|
||||||
<p class="mt-1 text-left">
|
<p class="mt-1 text-left">
|
||||||
I go beyond coding; I'm a developer who translates
|
I am beyond just a programmer; I'm a developer who
|
||||||
your vision into a captivating online presence.
|
can turn your vision into a clickable product.
|
||||||
Through custom designs, intuitive user experiences,
|
Through custom designs, intuitive user experiences,
|
||||||
and special attention to detail, I bring your brand
|
and special attention to detail, I can bring your
|
||||||
to life online.
|
brand to life online.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-5">
|
<div class="mb-5">
|
||||||
<h3 class="text-xl font-bold">Web Apps</h3>
|
<h3 class="text-xl font-bold">Web Apps</h3>
|
||||||
<p class="mt-1 text-left">
|
<p class="mt-1 text-left">
|
||||||
I craft solutions that streamline workflows, boost
|
With a growing dislike against tools with premium
|
||||||
efficiency, and empower your users to achieve more.
|
features stuck behind a subscription service, I
|
||||||
With a focus on intuitive interfaces, powerful
|
design and craft solutions that solves problems and
|
||||||
functionality, and data-driven optimization, I
|
improves my workflow.
|
||||||
design and develop robust, scalable applications
|
|
||||||
that align with your business objectives.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|
@ -123,13 +121,13 @@ import Footer from "../components/sections/FooterComponent.astro";
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-5">
|
<div class="mb-5">
|
||||||
<h3 class="text-xl font-bold">Video Editing</h3>
|
<h3 class="text-xl font-bold">Video Marketing</h3>
|
||||||
<p class="mt-1 text-left">
|
<p class="mt-1 text-left">
|
||||||
I may be at the beginning of my video editing
|
In this world where brand marketing centres around
|
||||||
adventure, but I'm committed to making your vision a
|
short videos (Instagram reels, Tiktok videos,
|
||||||
reality. I'll learn, adapt, and work tirelessly to
|
YouTube shorts...), I aim to craft and produce
|
||||||
translate your ideas into compelling videos that
|
videos that will engage with your targeted audience
|
||||||
resonate with your audience.
|
while maintaining a brand friendly identity.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|
@ -197,7 +195,7 @@ import Footer from "../components/sections/FooterComponent.astro";
|
||||||
}
|
}
|
||||||
|
|
||||||
#content-creation {
|
#content-creation {
|
||||||
background: linear-gradient(90deg, #9d76c1 40%, #ff6868 90%);
|
background: linear-gradient(90deg, #d09dff 40%, #ff6868 90%);
|
||||||
|
|
||||||
background-size: 300%;
|
background-size: 300%;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue