diff --git a/src/app.html b/src/app.html index 6784559..cbabff7 100644 --- a/src/app.html +++ b/src/app.html @@ -6,12 +6,13 @@ + - + diff --git a/src/lib/components/About.svelte b/src/lib/components/About.svelte index 8a819e9..ff5201b 100644 --- a/src/lib/components/About.svelte +++ b/src/lib/components/About.svelte @@ -1,42 +1,10 @@
- +

About me

diff --git a/src/lib/components/Home.svelte b/src/lib/components/Home.svelte index 63aebb6..f39af8e 100644 --- a/src/lib/components/Home.svelte +++ b/src/lib/components/Home.svelte @@ -24,7 +24,7 @@ style="mask-type: alpha" maskUnits="userSpaceOnUse" x="27" - y="0"t + y="0" width="90" height="145" > @@ -51,6 +51,7 @@ on:click={()=> smoothScrollTo('about')} on:keydown={handleKeydown} role="button" + aria-label="Scroll down for more" tabindex=0 > diff --git a/src/lib/components/Modal.svelte b/src/lib/components/Modal.svelte index 91c1e33..50e08fb 100644 --- a/src/lib/components/Modal.svelte +++ b/src/lib/components/Modal.svelte @@ -50,9 +50,10 @@ out:fly={{ y: 200, duration: 300 }} > {#if contentComponent} - + {:else} +


No content provided

{/if}
diff --git a/src/lib/components/Projects.svelte b/src/lib/components/Projects.svelte index 66e5b5b..fc2296e 100644 --- a/src/lib/components/Projects.svelte +++ b/src/lib/components/Projects.svelte @@ -1,6 +1,6 @@ + + + +{#if page === 'about'} + +{/if} + +{#if page === 'projects'} + +{/if} + +{#if page === 'socials'} + +{/if} diff --git a/src/styles/socials.scss b/src/styles/socials.scss index 07c6c0a..e536488 100644 --- a/src/styles/socials.scss +++ b/src/styles/socials.scss @@ -164,12 +164,6 @@ footer { margin: 2em; - svg.logo { - height: 3em; - width: 3em; - cursor: pointer; - } - .footer { font-size: 18px; } diff --git a/static/assets/debug.json b/static/assets/debug.json index 5777550..1ad645d 100644 --- a/static/assets/debug.json +++ b/static/assets/debug.json @@ -1,4 +1,5 @@ { + "__comment__": "Do not edit file directly, this will be populated by the build script.", "commit": "unavailable", "tag": "unavailable" }