Skip to content

Commit

Permalink
Remove meetup
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Sep 18, 2024
1 parent 13d7c59 commit 29f39c8
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 47 deletions.
5 changes: 0 additions & 5 deletions components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -311,11 +311,6 @@ const Footer: FunctionComponent<{
Assets
</Link>
</li>
<li className='mb-2'>
<Link href='/weekly-meetup-event/' className='text-reset'>
Weekly Meetup Q&A
</Link>
</li>
<li className='mb-2'>
<Link href='/oss-friends/' className='text-reset'>
OSS friends
Expand Down
21 changes: 0 additions & 21 deletions components/weekly-meetup-banner.tsx

This file was deleted.

5 changes: 0 additions & 5 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@
"destination": "https://github.com/mockoon/mockoon/discussions",
"type": 301
},
{
"source": "/weekly-meetup-event{,/}",
"destination": "https://discord.com/events/789493376423952394/1242838028158894151",
"type": 301
},
{
"source": "/enterprise/",
"destination": "/pro/",
Expand Down
6 changes: 0 additions & 6 deletions pages/contact-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import FormHoneypot from '../components/form-honeypot';
import Hero from '../components/hero';
import Meta from '../components/meta';
import Spinner from '../components/spinner';
import WeeklyMeetupBanner from '../components/weekly-meetup-banner';
import Layout from '../layout/layout';

const ContactForm: FunctionComponent = function () {
Expand Down Expand Up @@ -59,11 +58,6 @@ const ContactForm: FunctionComponent = function () {
className='pt-4 pb-8 pb-md-14 border-top bg-gradient-light-white'
>
<div className='container'>
<div className='row'>
<div className='col col-md-8 pb-4 mx-auto'>
<WeeklyMeetupBanner />
</div>
</div>
<div className='row justify-content-center'>
<div className='col-12 col-md-10 col-lg-8 text-center'>
<p className='fs-lg text-gray-700 mb-7 mb-md-9'>
Expand Down
6 changes: 0 additions & 6 deletions pages/contact.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { FunctionComponent } from 'react';
import Hero from '../components/hero';
import Meta from '../components/meta';
import WeeklyMeetupBanner from '../components/weekly-meetup-banner';
import Layout from '../layout/layout';
import { useCurrentUser } from '../utils/queries';

Expand All @@ -21,11 +20,6 @@ const Contact: FunctionComponent = function () {
/>
<section className='pb-8'>
<div className='container'>
<div className='row'>
<div className='col col-md-8 mx-auto'>
<WeeklyMeetupBanner />
</div>
</div>
<div className='row justify-content-center'>
<div className='col-12 col-lg-4 d-flex'>
<div className='card card-border my-5 shadow-light-lg'>
Expand Down
4 changes: 0 additions & 4 deletions pages/public-roadmap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { FunctionComponent } from 'react';
import Accordion from '../components/accordion';
import Hero from '../components/hero';
import Meta from '../components/meta';
import WeeklyMeetupBanner from '../components/weekly-meetup-banner';
import Layout from '../layout/layout';
import { AccordionData } from '../models/common.model';

Expand Down Expand Up @@ -171,9 +170,6 @@ const Roadmap: FunctionComponent = function () {
most important features, including the non-open-source ones.
</p>
</div>
<div className='col col-md-8 mx-auto'>
<WeeklyMeetupBanner />
</div>
</div>

<div className='row'>
Expand Down

0 comments on commit 29f39c8

Please sign in to comment.