mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 07:44:26 +00:00
109 lines
3.3 KiB
Text
109 lines
3.3 KiB
Text
---
|
|
import Card from "../global/Card.astro";
|
|
import Line from "../global/NetworkLine.astro";
|
|
---
|
|
|
|
<div id="Experience" class="h-fit">
|
|
<h1 class="text-center text-5xl">Experience</h1>
|
|
<div class="flex flex-col items-center pt-10">
|
|
<div class="w-[90%] md:w-[600px] lg:w-1/2">
|
|
<Card primaryColor="#F6DFD8" className="animate-fadeIn">
|
|
<div class="px-4 py-4 md:px-8 md:py-8">
|
|
<div class="mb-3 flex w-full flex-col justify-start gap-1">
|
|
<h2 class="text-xl font-bold">Full Stack Developer</h2>
|
|
<h3 class="font-bold">@ Hyson Horizon</h3>
|
|
<h3>Dec 2024 - Present</h3>
|
|
</div>
|
|
<hr class="mb-3 w-full" />
|
|
<p class="mb-3">
|
|
Led development of Astro websites with Payload CMS
|
|
backend implementation, manage Github Actions CI/CD and
|
|
deployments.
|
|
</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>NextJS</li>
|
|
<li>React</li>
|
|
<li>Payload CMS</li>
|
|
</ul>
|
|
<ul class="list-inside list-disc">
|
|
<li>Astro</li>
|
|
<li>Typescript</li>
|
|
<li>TailwindCSS</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</Card>
|
|
<Line height="50px" />
|
|
<Card primaryColor="#F6DFD8" className="view-fadeUp">
|
|
<div class="px-4 py-4 md:px-8 md:py-8">
|
|
<div class="mb-3 flex w-full flex-col justify-start gap-1">
|
|
<h2 class="text-xl font-bold">
|
|
Bachelor of Computer Science student
|
|
</h2>
|
|
<h3>July 2024 - Present</h3>
|
|
</div>
|
|
<hr class="mb-3 w-full" />
|
|
<p class="mb-3">
|
|
Awarded 50% Vice-Chancellor Scholarship to study
|
|
Bachelor's in Computer Science. Active committee member
|
|
in cybersecurity association and software engineering
|
|
club.
|
|
</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>
|
|
</ul>
|
|
<ul class="list-inside list-disc">
|
|
<li>Vue.JS</li>
|
|
<li>MongoDB</li>
|
|
<li>PostgreSQL</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</Card>
|
|
|
|
<Line height="50px" />
|
|
<Card primaryColor="#F6DFD8" className="view-fadeUp">
|
|
<div class="px-4 py-4 md:px-8 md:py-8">
|
|
<div class="mb-3 flex w-full flex-col justify-start gap-1">
|
|
<h2 class="text-xl font-bold">
|
|
Frontend Web Developer Intern
|
|
</h2>
|
|
<h3>Jan 2024 - April 2024</h3>
|
|
</div>
|
|
<hr class="mb-3 w-full" />
|
|
<p class="mb-3">
|
|
Learnt how to build WordPress sites and further enhance
|
|
my skills in PHP. I also learnt how to closely work with
|
|
UI/UX designers and pay close attention to details with
|
|
the designs I am given.
|
|
</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>WordPress & PHP</li>
|
|
<li>NextJS</li>
|
|
<li>React</li>
|
|
</ul>
|
|
<ul class="list-inside list-disc">
|
|
<li>Adobe XD</li>
|
|
<li>Typescript</li>
|
|
<li>TailwindCSS</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</Card>
|
|
</div>
|
|
</div>
|
|
</div>
|