Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kn4ihp authored Jul 29, 2024
1 parent ec69a64 commit 9ec4fea
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions app/overview/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,22 @@ const ProgramOverview = () => {
<div className="flex xl:flex-col flex-col gap-5 relative z-0 max-w-[1440px] mx-auto p-36">
<div className="hero__title ">
<h1 className="hero__title justify-center text-center items-center">
Summer of 2024 Program Overview
Program Overview
</h1>
<h1 className="text-center hero__subtitle font-bold">
The NaijaCoder program is a 10-day course that teaches the basics of algorithms and computer programming.
The course is designed to be accessible to all students, especially those who are underprivileged.
</h1>
<h2 className="font-large text-3xl>The Lagos camp is in collaboration with the AirLab of the University of Lagos.
The camp will take place from the 19th of August to the 30th of August at the AI & Robotics Labs in the University of Lagos.
The Abuja camp will take place at the Olumawu School in Abuja from the 12th of August to the 23rd of August.
</h2>
</div>

<div className= "hero__image-container" >
<div className="hero__image-container">
<div className="hero__image">
<Image src="./picture_overview.png" alt="hero" fill className="object-contain" />
<Image src="/picture_overview.png" alt="hero" fill className="object-contain" />
</div>
</div>



<div className="hero__subtitle text-center">
<ol>
<li>Day 1: Introductions and Motivations</li>
Expand All @@ -39,16 +36,11 @@ const ProgramOverview = () => {
<li>Day 10: Review, Recap, Exam</li>
</ol>
</div>



</div>



);
}

export default ProgramOverview;



0 comments on commit 9ec4fea

Please sign in to comment.