Skip to content
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
439 changes: 439 additions & 0 deletions src/lib/assets/lino/lino-wingout.svg
Comment thread
ehrelevant marked this conversation as resolved.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/lib/components/headers/WhoWeAre.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script>
import LinkButton from '$lib/components/buttons/LinkButton.svelte';
import src from '$lib/assets/lino/lino-sablay.svg';
import src from '$lib/assets/lino/lino-wingout.svg';
</script>

<div
Expand All @@ -10,7 +10,7 @@
<img class="w-4/5 md:w-full" {src} alt="Placeholder" />
</div>
<div class="text-foreground flex w-full flex-col gap-6 px-2 md:w-1/2">
<h1 class="transition-colors ease-in-out">Who we are</h1>
<h1 class="text-5xl transition-colors ease-in-out">Who we are</h1>
<p class="text-xl transition-colors ease-in-out md:text-2xl">
We are a service-oriented organization aimed towards the enhancement of student learning
from the University of the Philippines Diliman, Department of Computer Science by
Expand Down
10 changes: 7 additions & 3 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@
<WhoWeAre />

<section class="prose">
<h1 class="text-center font-normal transition-colors ease-in-out">Why UP CSI?</h1>
<h1 class="text-csi-blue-600 text-center text-5xl font-normal transition-colors ease-in-out">
Why UP CSI?
</h1>
<div class="space-y-4">
<CardContainer>
{#snippet text()}
<p>For organizations</p>
<p class="text-csi-blue-600 text-3xl">For organizations</p>
<hr class="border-csi-blue-600 border-t-2" />
<h3 class="font-dm text-2xl font-normal sm:text-3xl">
We offer services catered to your specific software needs.
</h3>
Expand All @@ -31,7 +34,8 @@
</CardContainer>
<CardContainer>
{#snippet text()}
<p>For students</p>
<p class="text-csi-blue-600 text-3xl">For students</p>
<hr class="border-csi-blue-600 border-t-2" />
<h3 class="font-dm text-2xl font-normal sm:text-3xl">
We enhance and upskill student abilities.
</h3>
Expand Down
Loading