Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
feat: remove register from open source course page (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandraprakash-Darji authored Aug 5, 2023
1 parent 66c23c1 commit 0a21e7d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
5 changes: 0 additions & 5 deletions src/content/courses/opensource.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ const OpenSourcePageContent = {
},
],

CTA: {
name: 'Register',
href: '#register',
},

videoLink: 'https://www.youtube.com/embed/rZ41y93P2Qo',
whyjoin: [
{
Expand Down
13 changes: 0 additions & 13 deletions src/pages/OpenSourceCoursePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,19 +198,6 @@ const OpenSourcePage = ({ content }) => {
/>
<Faq faq={content.faq} />

<section id='register'>
<div className='mx-auto flex flex-col items-center justify-center gap-4 py-20 text-center'>
<h2 className='h1'>Register for course</h2>
<hr className='styled-hr' />
<iframe
src='https://wemakedevs-newsletter.vercel.app/opensource-course.html'
width='100%'
style={{ border: '0' }}
height={700}
title='Register for the course'
></iframe>
</div>
</section>
<JoinUs />
<Partner />
</main>
Expand Down

0 comments on commit 0a21e7d

Please sign in to comment.