Skip to content

Commit

Permalink
Merge pull request #38 from nethmalds/main
Browse files Browse the repository at this point in the history
refactor: fine tune timeline
  • Loading branch information
nethmalds authored Sep 24, 2024
2 parents eecc8e9 + ae3a7d2 commit 258fcc4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ const sansation = localFont({

export const metadata: Metadata = {
title: "NSBM IEEE Day 24",
description: "IEEE Day 2024: Unleash Your Leadership Potential in AI. Join us for this year's IEEE Day celebration, where we aim to create a transformative experience that opens doors to growth, connection, and learning.",
description:
"IEEE Day 2024: Unleash Your Leadership Potential in AI. Join us for this year's IEEE Day celebration, where we aim to create a transformative experience that opens doors to growth, connection, and learning.",
};

export default function RootLayout({
Expand Down
3 changes: 1 addition & 2 deletions src/components/sections/Timeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const Timeline = () => {
</div>
<div className="relative col-span-1 w-full h-full flex justify-center items-center">
<div className="mt-1 md:mt-20 md:h-[125%] h-full w-1 bg-white"></div>
<div className="top-0.5 absolute w-6 h-6 rounded-full bg-white z-10 text-white text-center"></div>
<div className="top-0.5 absolute w-6 h-6 rounded-full bg-timelinefill z-10 text-white text-center"></div>
</div>
<div className="md:col-span-4 w-full h-full md:mb-5 mb-5 col-span-8">
<TimelineTextContent
Expand All @@ -38,7 +38,6 @@ const Timeline = () => {
/>
</div>

{/* Stack 2 */}
<div className="relative col-span-1 w-full h-full flex justify-center items-center md:hidden">
<div className="h-full mt-2 w-1 bg-white"></div>
<div className="top-0 absolute w-6 h-6 rounded-full bg-white z-10 text-white text-center"></div>
Expand Down
6 changes: 3 additions & 3 deletions src/components/sections/register-soon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ const RegisterSoon: React.FC = () => {
{/* Get ready for IEEE Day 2024 with the IEEE Student Branch of NSBM! Join
a day of innovation, inspiring talks, and future tech collaboration.
Registration opens soon! */}
Join us for IEEE Day 2024 with the IEEE Student Branch of NSBM.
Enjoy innovation, inspiring talks, and exciting opportunities to connect with future tech leaders!

Join us for IEEE Day 2024 with the IEEE Student Branch of NSBM. Enjoy
innovation, inspiring talks, and exciting opportunities to connect
with future tech leaders!
</p>
<div className="">
<a href="https://forms.gle/U4Wy9fG7qN8U3b5i8">
Expand Down
1 change: 1 addition & 0 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { time } from "console";
import type { Config } from "tailwindcss";
const { fontFamily } = require('tailwindcss/defaultTheme')

Expand Down

0 comments on commit 258fcc4

Please sign in to comment.