Skip to content

Commit

Permalink
disabled past projects section
Browse files Browse the repository at this point in the history
This change is temporary and has to be reverted once the past projects list is updated.
  • Loading branch information
chandansgowda committed Feb 12, 2024
1 parent 73b089d commit e164419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/projects.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default function Projects() {
{/* <h1 className="text-4xl font-mono font-extrabold tracking-tighter text-zinc-800 dark:text-zinc-100">
InActive Projects
</h1> */}
<SectionHeading>Past Projects</SectionHeading>
{/* <SectionHeading>Past Projects</SectionHeading>
<p className='text-zinc-600 dark:text-zinc-400 text-lg font-mono leading-7 mt-3'>The following projects are currently inactive. If you are brave and independent, you are welcome and even encouraged to contribute to these projects as well. However, help from mentors will be significantly reduced.</p>
<ul role="list" className="grid grid-cols-1 gap-x-12 gap-y-16 sm:grid-cols-2 lg:grid-cols-3 mt-12 mb-16">
{projects.map((project) => (
Expand All @@ -87,7 +87,7 @@ export default function Projects() {
</p>
</Card>
))}
</ul>
</ul> */}
</div>
</Container>
</>
Expand Down

0 comments on commit e164419

Please sign in to comment.