diff --git a/src/app.css b/src/app.css index 7c7b59b..4c59189 100644 --- a/src/app.css +++ b/src/app.css @@ -3,16 +3,6 @@ @import 'tailwindcss/components'; @import 'tailwindcss/utilities'; -* { - overflow-x: hidden; -} - -*:not(a), -*:not(button), -*:not(input) { - user-select: none; -} - /* @font-face { font-family: 'Nunita'; src: url('$lib/assets/fonts/Nunito-VariableFont_wght.ttf'); diff --git a/src/lib/components/Contact.svelte b/src/lib/components/Contact.svelte deleted file mode 100644 index 2945fbd..0000000 --- a/src/lib/components/Contact.svelte +++ /dev/null @@ -1,37 +0,0 @@ - - -
-
-

Contact Us

-
-

Fullname

-
-
- -
-

Email

-
-
- -
-

Subject

-
-
- -
-

Your Message

- -
- -
-
-
\ No newline at end of file diff --git a/src/lib/components/Header.svelte b/src/lib/components/Header.svelte deleted file mode 100644 index e965d7f..0000000 --- a/src/lib/components/Header.svelte +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - -
-
- -
- {#if isAtTop} -
- -
- {/if} -
-
\ No newline at end of file diff --git a/src/lib/components/Hero.svelte b/src/lib/components/Hero.svelte deleted file mode 100644 index 1585cb9..0000000 --- a/src/lib/components/Hero.svelte +++ /dev/null @@ -1,38 +0,0 @@ - - -
-

Backwards Development

-

A Software Development and Distribution Company

-
- - - - - - - - - - - - - - - -
-
- - \ No newline at end of file diff --git a/src/lib/components/Media.svelte b/src/lib/components/Media.svelte deleted file mode 100644 index 493d331..0000000 --- a/src/lib/components/Media.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -
-

Backwards Media

-

Upload and Share Media with your Friends

-
- - Try it out - - - - Learn more - - -
-
- - diff --git a/src/lib/components/Projects.svelte b/src/lib/components/Projects.svelte deleted file mode 100644 index 0580be0..0000000 --- a/src/lib/components/Projects.svelte +++ /dev/null @@ -1,50 +0,0 @@ - - - -
-

Projects

-
- {#each projects as project} - -
- {project.name} -
-
-

{project.name}

-
-

- {project.description} -

-
-
-
- -
- {/each} -
-
diff --git a/src/lib/components/TechStack.svelte b/src/lib/components/TechStack.svelte deleted file mode 100644 index c01b1cd..0000000 --- a/src/lib/components/TechStack.svelte +++ /dev/null @@ -1,36 +0,0 @@ - - - - -
-
-

My Current Tech Stack

- Subject to Change -
-
- {#each Techs as tech} - - - {tech.name} -
-
- {/each} -
-
\ No newline at end of file diff --git a/src/lib/components/items/BrandIcon.svelte b/src/lib/components/items/BrandIcon.svelte new file mode 100644 index 0000000..dd5ea1b --- /dev/null +++ b/src/lib/components/items/BrandIcon.svelte @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index b0d1a15..0a1f250 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,98 +1,56 @@ - -
- {#each slides as content} -
- -
- {/each} -
- - -{#if currentSection > 0} -
- {#each slides.slice(1) as _, i} -
- {/each} +
+
+

Tools

-{/if} +
+
+

Alexander Harding

+

Software and Application Developer

+
+ {#each brands as brand} + + {/each} +
+
+
+
+

Downloads

+
+
+
+
+
+
+ \ No newline at end of file