Skip to content

Commit

Permalink
Finishing touches before 6.0 (#1000)
Browse files Browse the repository at this point in the history
* Update +page.svelte

TODO: Resolve issue 999!!!

* move 6 to root level

* Fixed dev logo path

---------

Co-authored-by: Karnikaa Velumani <60043611+karnikaavelumani@users.noreply.github.com>
Co-authored-by: Karnikaa Velumani <karnikaavelumani@csu.fullerton.edu>
  • Loading branch information
3 people committed Dec 8, 2023
1 parent 16464b1 commit a11c004
Show file tree
Hide file tree
Showing 15 changed files with 563 additions and 825 deletions.
22 changes: 16 additions & 6 deletions src/routes/(site)/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<script>
import Spacing from '$lib/public/legacy/spacing.svelte';
import Hero from './hero.svelte';
import WhyJoin from './why-join.svelte';
import AcmPaths from './acm-paths.svelte';
import ReadyUp from './ready-up.svelte';
import Desc from './desc.svelte';
import Teams from './teams.svelte';
import Testimony from './testimony.svelte';
import Lucky from './lucky.svelte';
import Blog from './blog.svelte';
</script>

<svelte:head>
Expand All @@ -16,14 +18,22 @@

<Spacing --min="120px" --med="175px" --max="200px" />

<WhyJoin />
<Desc />

<Spacing --min="120px" --med="175px" --max="200px" />

<AcmPaths />
<Teams />

<Spacing --min="120px" --med="175px" --max="200px" />

<ReadyUp />
<Testimony />

<Spacing --min="120px" --med="175px" --max="200px" />

<Lucky />

<Spacing --min="120px" --med="175px" --max="200px" />

<Blog />

<Spacing --min="75px" --med="100px" --max="120px" />
39 changes: 0 additions & 39 deletions src/routes/(site)/6/+page.svelte

This file was deleted.

98 changes: 0 additions & 98 deletions src/routes/(site)/6/hero.svelte

This file was deleted.

205 changes: 0 additions & 205 deletions src/routes/(site)/6/teams/+page.svelte

This file was deleted.

Loading

0 comments on commit a11c004

Please sign in to comment.