Add in Education text
+ Add in education & goals information ~ Slightly adjust some formatting in components
This commit is contained in:
parent
8e56b372c4
commit
964a8d4ec4
@ -35,7 +35,9 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<h3 class="p-5 text-4xl text-center">Time to Graduation</h3>
|
<h3 class="p-5 text-4xl text-center">Time to Graduation</h3>
|
||||||
<div class="grid grid-flow-col gap-5 text-center auto-cols-max justify-center">
|
<div
|
||||||
|
class="grid grid-flow-col gap-5 pb-5 text-center auto-cols-max justify-center"
|
||||||
|
>
|
||||||
<div class="flex flex-col">
|
<div class="flex flex-col">
|
||||||
<span class="countdown font-mono text-5xl">
|
<span class="countdown font-mono text-5xl">
|
||||||
<span style="--value:{years};"></span>
|
<span style="--value:{years};"></span>
|
||||||
|
@ -29,13 +29,36 @@
|
|||||||
Since 2014, I've had an interest in programming and making things. I've made
|
Since 2014, I've had an interest in programming and making things. I've made
|
||||||
this portfolio as a place for me to collate and show off some of the work that
|
this portfolio as a place for me to collate and show off some of the work that
|
||||||
I've done.
|
I've done.
|
||||||
<br /><br />
|
</p>
|
||||||
|
<p class="p-5 mx-auto text-xl max-w-3xl">
|
||||||
At the moment, I've returned back to Uni to finish my degree after achieving a
|
At the moment, I've returned back to Uni to finish my degree after achieving a
|
||||||
point in my career that I am happy with. With the experience I've gained, and after
|
point in my career that I am happy with. With the experience I've gained, and
|
||||||
finishing my studies, my plan is to work in the cybersecurity field.
|
after finishing my studies, my plan is to work in the cybersecurity field.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<Divider />
|
<Divider />
|
||||||
|
|
||||||
<h1 class="my-6 text-6xl text-center text-base-content font-bold">Education</h1>
|
<h1 class="my-6 text-6xl text-center text-base-content font-bold">
|
||||||
|
Education & Goals
|
||||||
|
</h1>
|
||||||
<Countdown />
|
<Countdown />
|
||||||
|
<p class="p-5 mx-auto text-xl max-w-3xl">
|
||||||
|
I am currently studying a Bachelor of Information Technology at Griffith
|
||||||
|
University, opting for a no major or minor option. Having previously studied
|
||||||
|
Computer Science at QUT from 2019-2021, I decided to take a break from study
|
||||||
|
and focus on work experience. As of 2023, I returned to studying at Griffith
|
||||||
|
using the experiences I gained from both QUT and from work.
|
||||||
|
</p>
|
||||||
|
<p class="px-5 mx-auto text-xl max-w-3xl">
|
||||||
|
From my previous work experience, employers look more for relevant skills and
|
||||||
|
industry knowledge over the type of degree or the majors and minors you study.
|
||||||
|
The mentorship I gained from those jobs was what influenced me to change my
|
||||||
|
degree over, and to not choose a major.
|
||||||
|
</p>
|
||||||
|
<p class="p-5 mx-auto text-xl max-w-3xl">
|
||||||
|
As time has progressed, my goals and ambitions have also adapted. Initially, I
|
||||||
|
wanted to be a systems administrator. Upon reaching that goal, I shifted my
|
||||||
|
gaze to what I wanted to do work towards, setting on cybersecurity. Given that
|
||||||
|
the industry is ever-changing, I felt it appropriate to not hem myself in to a
|
||||||
|
single major or minor.
|
||||||
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user