Skip to content

Commit 4bf1f95

Browse files
committed
Initial draft for OSCAFest 2025
1 parent 44e0782 commit 4bf1f95

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/components/2024/header.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,18 @@ function Header() {
6666
<div className="center flex flex-col flex-1 w-screen object-cover bg-no-repeat">
6767
<div style={bgWrapperStyles} className="flex flex-col z-30 left-0 w-full min-h-screen lg:pt-16 overflow-hidden">
6868
<div className="z-20 flex flex-wrap m-auto items-center">
69-
<div className="w-full h-full sm:mt-36 sm:m-auto sm:my-24 lg:mt-16 m-auto lg:w-7/12 text-white flex flex-col items-center">
69+
<div className="w-full h-full sm:mt-36 sm:m-auto sm:my-24 sm:px-10 sm:container lg:mt-16 m-auto lg:w-7/12 text-white flex flex-col items-center">
7070
<img Alt="OSCAFest Title 2025" src={homeBackground.title} className="mb-5 lg:px-7" />
7171
<div className="flex flex-col w-full ">
72-
<text className="font-clashDisplay text-5xl text-center justify-center tracking-widest text-white0 w-full">
72+
<text className="font-clashDisplay lg:text-5xl text-3xl text-center justify-center tracking-widest text-white w-full">
7373
{" "}
7474
JUNE 12 - JUNE 14, 2025
7575
</text>
7676
</div>
7777
<div className="lg:mx-5">
7878
<div className="flex sm:flex-row flex-col mt-5 sm:mb-16 md:mb-10 lg:mb-0 lg:p-0">
7979
<a
80-
href="https://opencollective.com/osca/events/open-source-festival-2023-e17954c1"
80+
href="mailto:[email protected]"
8181
className="font-clashDisplay font-bold bg-white p-6 m-4 text-lg text-black tracking-wider mx-5 w-fit flex items-center"
8282
>
8383
Become a Sponsor &nbsp;

src/components/2024/nav.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ function Nav() {
142142
</div>
143143
<div className="mx-2 flex sm:flex-row flex-col sm:mb-16 md:mb-10 lg:mb-0 bg-white">
144144
<a
145-
href="/past-events"
145+
href="/2023"
146146
className="font-clashDisplay font-bold p-5 text-black tracking-wider w-full mx-5 w-fit flex items-center justify-center"
147147
onClick={() => toggleExpansion(!isExpanded)}
148148
>

src/css/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,5 +148,5 @@ div .overlay {
148148
}
149149

150150
body {
151-
background-color: gray;
151+
background-color: #383b3c;
152152
}

0 commit comments

Comments
 (0)