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