diff --git a/src/lib/components/arrowitem.svelte b/src/lib/components/arrowitem.svelte index 5ecd228..5496e65 100644 --- a/src/lib/components/arrowitem.svelte +++ b/src/lib/components/arrowitem.svelte @@ -10,7 +10,7 @@ -
+

{title}

{description}

@@ -37,22 +37,22 @@ font-family: 'Nunito', sans-serif; } - .imgbg { - width: calc(173px * (16/9)); - height: 173px; - background-size: calc(173px * (16/9)) auto; - background-repeat: no-repeat; - background-position: center; - } + .imgbg { + width: calc(173px * (16 / 9)); + height: 173px; + background-size: calc(173px * (16 / 9)) auto; + background-repeat: no-repeat; + background-position: center; + } @media screen and (orientation: portrait) { a { flex-direction: column; } - .imgbg { - max-width: 100%; - } + .imgbg { + max-width: 100%; + } } @media screen and (orientation: landscape) { @@ -71,6 +71,8 @@ align-items: center; flex-direction: column; width: 50%; + text-align: center; + padding: 0.75em 2em; } .projectinfo > h2 { @@ -91,6 +93,7 @@ font-size: 4vh; color: #555; text-decoration: none; + padding-bottom: 0.5em; } .button:hover { diff --git a/src/lib/components/eventrow.svelte b/src/lib/components/eventrow.svelte index c14c57e..0ceb81e 100644 --- a/src/lib/components/eventrow.svelte +++ b/src/lib/components/eventrow.svelte @@ -1,62 +1,76 @@ - - - - - -
- {#await loadEvents()} -

waiting for the events to load...

- {:then value} - {#each value as event} - - {/each} - {:catch error} -

There was an error loading the events

- {/await} + {#await loadEvents()} +

waiting for the events to load...

+ {:then value} + {#each value as event} + + {/each} + {:catch error} +

There was an error loading the events

+ {/await}
- \ No newline at end of file + .eventrow { + width: 100%; + overflow: scroll; + white-space: nowrap; + flex-direction: row; + scrollbar-width: none; + padding-bottom: 1vh; + } + diff --git a/src/routes/resources/+page.svelte b/src/routes/resources/+page.svelte index 667957d..876bd70 100644 --- a/src/routes/resources/+page.svelte +++ b/src/routes/resources/+page.svelte @@ -1,53 +1,86 @@
+ + + + + - - - - - - - -

Past Presentations and Workshops

-

Academic Support

-

Workspace is a place where students come together to work on CS projects and coursework. It is a great opportunity to make connections with other CS students and get help from them. Additionally, tutors who work for Oxy's Scientific Scholars Achievement Program (SSAP), a student-led academic support organization, as well as class TAs are available for further help.

-

Workspace & SSAP Hours

-

Sun, 6-8 pm PST

-

Tues, 6-8 pm PST

-

Career Support

+

Past Presentations and Workshops

+

Academic Support

+

+ Workspace is a place where students come together to work on CS projects and coursework. It is a + great opportunity to make connections with other CS students and get help from them. + Additionally, tutors who work for Oxy's Scientific Scholars Achievement Program (SSAP), a + student-led academic support organization, as well as class TAs are available for further help. +

+

Workspace & SSAP Hours

+

Sun, 6-8 pm PST

+

Tues, 6-8 pm PST

+

Career Support

\ No newline at end of file + p { + } +