Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.
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
2 changes: 1 addition & 1 deletion src/routes/index/_footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</script>

<footer
class="mx-auto flex flex-col items-center justify-center p-8 bg-gray-50 space-y-6 xl:space-y-0 xl:flex-row xl:space-x-10"
class="mx-auto flex flex-col items-center justify-center p-8 bg-gray-100 space-y-6 xl:space-y-0 xl:flex-row xl:space-x-10"
>
<div>
<a href="https://appwrite.io">
Expand Down
10 changes: 5 additions & 5 deletions src/routes/index/_rewards.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="text-center max-w-4xl mx-auto">
<p class="text-black uppercase text-[14px] title tracking-[2px]">swag</p>
<h1 class="title text-[32px] lg:text-[48px] font-semibold mt-[29px] mb-[40px]">
Win our limited edition swag!
Win our Limited Edition swag!
</h1>

<div class="flex justify-center mb-[80px]">
Expand Down Expand Up @@ -32,7 +32,7 @@
</h2>

<p class="text-[16px]">
Limited edition Appwrite Hacktoberfest T-shirt + Hacktoberfest Sticker pack + OG
Limited Edition Appwrite Hacktoberfest T-shirt + Hacktoberfest Sticker pack + OG
Appwrite Sticker Pack + Mug
</p>

Expand Down Expand Up @@ -60,7 +60,7 @@
</h2>

<p class="text-[16px]">
Limited edition Appwrite Hacktoberfest T-shirt + Hacktoberfest Sticker pack + OG
Limited Edition Appwrite Hacktoberfest T-shirt + Hacktoberfest Sticker pack + OG
Appwrite Sticker Pack + Mug
</p>

Expand All @@ -86,7 +86,7 @@
<h2 class="mt-[32px] mb-[12px] title text-[20px] font-semibold">3 contributions</h2>

<p class="text-[16px]">
OG Appwrite sticker pack + Limited edition Hacktoberfest sticker pack + Mug
OG Appwrite sticker pack + Limited Edition Hacktoberfest sticker pack + Mug
</p>

<div class="flex justify-center absolute left-0 -top-10 w-full pointer-events-none">
Expand All @@ -111,7 +111,7 @@
<h2 class="mt-[32px] mb-[12px] title text-[20px] font-semibold">2 contributions</h2>

<p class="text-[16px]">
OG Appwrite sticker pack + Limited edition Hacktoberfest sticker pack
OG Appwrite sticker pack + Limited Edition Hacktoberfest sticker pack
</p>

<div class="flex justify-center absolute left-0 -top-10 w-full pointer-events-none">
Expand Down
2 changes: 1 addition & 1 deletion src/stores.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export const events = writable([
presenter: 'Appwrite, TBA',
sessions: [
{
name: 'Intro to Docker compose and Appwrite',
name: 'Intro to Docker Compose and Appwrite',
timeISO: '2021-10-06T16:00:00.000Z',
durationInMs: DurationMinute * 30,
presenters: [
Expand Down
12 changes: 6 additions & 6 deletions src/styles/tailwind-output.css
Original file line number Diff line number Diff line change
Expand Up @@ -1169,14 +1169,18 @@ video {
--tw-bg-opacity: 1;
background-color: rgba(196, 196, 196, var(--tw-bg-opacity));
}
.bg-gray-50{
.bg-gray-100{
--tw-bg-opacity: 1;
background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.bg-gray-800{
--tw-bg-opacity: 1;
background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}
.bg-gray-50{
--tw-bg-opacity: 1;
background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.bg-gradient-to-b{
background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
Expand Down Expand Up @@ -1632,10 +1636,6 @@ body {
text-align: left;
}

.md\:text-center{
text-align: center;
}

.md\:text-base{
font-size: 1rem;
line-height: 1.5rem;
Expand Down