Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update references 50 #63

Merged
merged 3 commits into from
Mar 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions src/lib/components/About.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
} from 'svelte-vertical-timeline';
const options = [
{
title: 'Launched SSO Facebook Group',
title: 'Launched SCH Facebook Group',
time: 'August 2021',
description:
'Created SSO Facebook group as a central hub for information sharing within our community',
'Created SCH Facebook group as a central hub for information sharing within our community',
url: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ'
},
{
title: 'Created SSO Discord Channel',
title: 'Created SCH Discord Channel',
time: 'September 2021',
description:
'Started a Discord Channel facilitating streamlined communication and collaboration for SSO members',
'Started a Discord Channel facilitating streamlined communication and collaboration for SCH members',
url: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ'
},
{
Expand All @@ -31,17 +31,17 @@
url: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ'
},
{
title: 'Launched SSO Website',
title: 'Launched SCH Website',
time: 'March 2024',
description:
'Unveiled the official SSO Website, streamlining user access and enhacing information sharing within',
'Unveiled the official SCH Website, streamlining user access and enhacing information sharing within',
url: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ'
}
];
</script>

<div id={Section.About} class="container bg-transparent py-12 mx-auto w-full">
<h1 class="text-4xl font-bold text-center">Samoa Stack Overflow - Our Journey in Code</h1>
<div id={Section.About} class="container w-full py-12 mx-auto bg-transparent">
<h1 class="text-4xl font-bold text-center">Samoa Code Hub - Our Journey in Code</h1>
<Timeline position="alternate" style={'padding: 50px 0;'}>
{#each options as option}
<TimelineItem>
Expand Down Expand Up @@ -74,7 +74,7 @@
}
p {
letter-spacing: 1.5px;
margin: 0;
margin: 0;
font-size: 14px;
}
</style>
2 changes: 1 addition & 1 deletion src/lib/components/Appbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<section class="hidden px-5 space-x-1 sm:inline-flex">
<a
class="btn-icon hover:variant-soft-primary"
href="https://github.com/Samoa-Stack-Overflow"
href="https://github.com/Samoa-Code-Hub"
target="_blank"
rel="noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/Contact.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</div>
<div class="flex gap-5">
<IconMailFilled />
<span>admin@sso.com</span>
<span>admin@sch.com</span>
</div>
<div class="flex gap-5">
<IconMapPinFilled />
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@
</div>
</svelte:fragment>
<svelte:fragment slot="trail">
Copyright © {new Date().getFullYear()} Samoa Stack Overflow. All Rights Reserved.
Copyright © {new Date().getFullYear()} Samoa Code Hub. All Rights Reserved.
</svelte:fragment>
</AppBar>
28 changes: 14 additions & 14 deletions src/lib/components/Hero.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
import { Section } from '$lib/utils';
</script>

<section id={Section.Hero} class="py-8 md:py-24 text-black dark:text-white">
<div class="max-w-screen-xl mx-auto px-3 md:px-10">
<div class="flex flex-col xl:flex-row items-center space-x-0">
<section id={Section.Hero} class="py-8 text-black md:py-24 dark:text-white">
<div class="max-w-screen-xl px-3 mx-auto md:px-10">
<div class="flex flex-col items-center space-x-0 xl:flex-row">
<div class="flex flex-col w-full xl:w-2/3">
<div class="flex flex-col space-y-4">
<h1
class="text-4xl sm:text-6xl md:text-7xl font-bold font-heading text-center xl:text-left"
class="text-4xl font-bold text-center sm:text-6xl md:text-7xl font-heading xl:text-left"
>
Innovate,
<div class="relative py-2 xl:py-4">
Expand All @@ -21,40 +21,40 @@
</div>
Create
</h1>
<p class="text-md xl:text-xl text-center xl:text-left">
Samoa Stack Overflow - Where Innovation meets Collaboration
<p class="text-center text-md xl:text-xl xl:text-left">
Samoa Code Hub - Where Innovation meets Collaboration
</p>
</div>

<div
class="mt-4 w-[80%] lg:w-[100%] mx-auto xl:mx-0 lg:max-w-[600px] flex sm:flex-row flex-col items-center sm:gap-8 gap-4"
>
<div class="flex-1 sm:w-auto w-full">
<div class="flex-1 w-full sm:w-auto">
<p class="sr-only">
Press Join us Now to find out more about becoming a Samoa Stack Overflow Member
Press Join us Now to find out more about becoming a Samoa Code Hub Member
</p>
<a
rel="external"
target="_blank"
href="https://docs.google.com/forms/d/e/1FAIpQLSckLWtZky5-jGFWi4HnzuCQC3F1af3-LaCYhRrU5NCK36HJ4g/viewform"
class="bg-blue-500 hover:bg-blue-600 rounded-xl px-14 py-3">Join us Now</a
class="py-3 bg-blue-500 hover:bg-blue-600 rounded-xl px-14">Join us Now</a
>
</div>
<div class="flex-1 flex flex-row sm:gap-2 text-sm sm:text-base justify-center">
<div class="flex flex-row justify-center flex-1 text-sm sm:gap-2 sm:text-base">
<div
class="flex-1 flex sm:flex-col flex-row sm:gap-0 gap-1 text-sm sm:text-base justify-center"
class="flex flex-row justify-center flex-1 gap-1 text-sm sm:flex-col sm:gap-0 sm:text-base"
>
<p class="font-semibold">
A community of software developers<span class="sm:hidden inline">.</span>
A community of software developers<span class="inline sm:hidden">.</span>
</p>
<p class="text-base-content/70">
+20 contributing members<span class="sm:hidden inline">.</span>
+20 contributing members<span class="inline sm:hidden">.</span>
</p>
</div>
</div>
</div>
</div>
<div class="w-full xl:w-2/3 pt-2">
<div class="w-full pt-2 xl:w-2/3">
<img src="/images/sso-banner-img.svg" class="w-full h-full" alt="Hero Section" />
</div>
</div>
Expand Down
22 changes: 11 additions & 11 deletions src/lib/components/Media.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,55 +9,55 @@
</script>

<section id={Section.Media} class="w-full">
<div class="container px-5 py-2 lg:px-32 lg:pb-24 text-white mx-auto">
<div class="container px-5 py-2 mx-auto text-white lg:px-32 lg:pb-24">
<h1
class="text-center h1 font-bold border-yellow-50 pb-7 drop-shadow-xl dark:shadow-none md:pb-[5%]"
>
Samoa Stack Overflow <br /> Meet Ups
Samoa Code Hub <br /> Meet Ups
</h1>
<div class="-m-1 flex flex-wrap md:-m-2">
<div class="flex w-full flex-wrap lg:w-1/2">
<div class="flex flex-wrap -m-1 md:-m-2">
<div class="flex flex-wrap w-full lg:w-1/2">
<div class="w-full p-1 md:p-2 md:w-1/2">
<img
alt="gallery"
class="block h-full w-full rounded-lg object-cover object-center"
class="block object-cover object-center w-full h-full rounded-lg"
src={ssoLunch3}
/>
</div>
<div class="w-full p-1 md:p-2 md:w-1/2">
<img
alt="gallery"
class="block h-full w-full rounded-lg object-cover object-center"
class="block object-cover object-center w-full h-full rounded-lg"
src={lunchSita}
/>
</div>
<div class="w-full p-1 md:p-2">
<img
alt="gallery"
class="block h-full w-full rounded-lg object-cover object-center"
class="block object-cover object-center w-full h-full rounded-lg"
src={workshop}
/>
</div>
</div>
<div class="flex w-full flex-wrap lg:w-1/2">
<div class="flex flex-wrap w-full lg:w-1/2">
<div class="w-full p-1 md:p-2">
<img
alt="gallery"
class="block h-full w-full rounded-lg object-cover object-center"
class="block object-cover object-center w-full h-full rounded-lg"
src={ssoLunch1}
/>
</div>
<div class="w-full p-1 md:p-2 md:w-1/2">
<img
alt="gallery"
class="block h-full w-full rounded-lg object-cover object-center"
class="block object-cover object-center w-full h-full rounded-lg"
src={ssoLunch2}
/>
</div>
<div class="w-full p-1 md:p-2 md:w-1/2">
<img
alt="gallery"
class="block h-full w-full rounded-lg object-cover object-center"
class="block object-cover object-center w-full h-full rounded-lg"
src={sprintMeeting}
/>
</div>
Expand Down
4 changes: 2 additions & 2 deletions tests/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ test('Hero section has expected p', async ({ page }) => {
await page.goto('/');
await expect(
page.getByText(
'Press Join us Now to find out more about becoming a Samoa Stack Overflow Member'
'Press Join us Now to find out more about becoming a Samoa Code Hub Member'
)
).toBeVisible();
});

test('Media section has expected h1', async ({ page }) => {
await page.goto('/');
await expect(page.getByText('Samoa Stack Overflow Meet Ups')).toBeVisible();
await expect(page.getByText('Samoa Code Hub Meet Ups')).toBeVisible();
});

test('Contact section has expected h1', async ({ page }) => {
Expand Down
Loading