Improve Responsiveness

- Remove old SVG and use a proper library for iconography
~ Adjust formatting for various objects, including the footer, and countdown
+ Add in a barebones home page
This commit is contained in:
2024-04-20 15:48:54 +10:00
parent 1074f98c39
commit d0afdc696e
9 changed files with 44 additions and 44 deletions
+12 -1
View File
@@ -1 +1,12 @@
<h1>Home</h1>
<div
class="hero height-minus-nav bg-gradient-to-br from-primary from-10% to-accent to-80%"
>
<div class="hero-overlay bg-opacity-30"></div>
<div class="hero-content text-left text-accent-content flex-col lg:flex-row">
<div>
<h1 class="mb-6 text-5xl md:text-7xl lg:text-9xl font-bold text-primary-content">
nickbland.dev
</h1>
</div>
</div>
</div>
+15 -4
View File
@@ -2,6 +2,8 @@
import Divider from "../../components/divider.svelte";
import Countdown from "../../components/countdown.svelte";
import TextContent from "../../components/textContent.svelte";
import Skills from "../../components/skills.svelte";
import Timeline from "../../components/timeline.svelte";
</script>
<div
@@ -11,10 +13,10 @@
<div class="hero-content text-left text-accent-content flex-col lg:flex-row">
<div class="skeleton w-48 h-64 shadow-2xl max-w-sm"></div>
<div>
<h1 class="mb-6 text-6xl font-bold">
Hello,<br /> my name is Nick
<h1 class="mb-6 text-6xl font-bold text-wrap text-center text-primary-content">
Hello, my name is Nick
</h1>
<p class="py-5 text-lg max-w-sm">
<p class="py-5 text-lg max-w-fit text-center text-primary-content">
I am an IT Student at Griffith University with a passion for developing neat
things.
</p>
@@ -58,4 +60,13 @@
I felt it appropriate to not hem myself in to a single major or minor.
</TextContent>
<h1 class="my-6 text-6xl text-center text-base-content font-bold">Skills</h1>
<h1 class="my-6 text-6xl p-5 text-center text-base-content font-bold">Skills</h1>
<Skills />
<TextContent>
While this isn't an exhaustive list of all my skills, it is a brief list of skills I
wished to highlight. Please see the next section for detailed information on how I have
utilised these skills in other workplaces.
</TextContent>
<h1 class="my-6 text-6xl p-5 text-center text-base-content font-bold">Experiences</h1>
<Timeline />