diff --git a/app/javascript/components/PageTitleWithContainer.jsx b/app/javascript/components/PageTitleWithContainer.jsx index 58edadc..b93c101 100644 --- a/app/javascript/components/PageTitleWithContainer.jsx +++ b/app/javascript/components/PageTitleWithContainer.jsx @@ -4,7 +4,7 @@ import PageTitle from 'components/PageTitle'; const PageTitleWithContainer = ({ text }) => { return ( -
+
); diff --git a/app/javascript/components/pages/Meetups.jsx b/app/javascript/components/pages/Meetups.jsx index 299cfee..3743b67 100644 --- a/app/javascript/components/pages/Meetups.jsx +++ b/app/javascript/components/pages/Meetups.jsx @@ -7,7 +7,6 @@ import PageTitleWithContainer from 'components/PageTitleWithContainer'; import Meetup from '../meetups/MeetUp'; import YearSection from '../meetups/YearSection'; import MonthSection from '../meetups/MonthSection'; -import Card from '../Card'; import 'stylesheets/meetup'; @@ -27,10 +26,52 @@ const Meetups = () => { return ( <> - Past Meetups | WNB.rb + Meetups | WNB.rb - + +
+

+ Our meetups are held virtually on the last Tuesday of every month at{' '} + + 12 pm Eastern Time + {' '} + . The content is typically + focused on Ruby or career-related topics, with 1-2 talks presented in a + lecture-style format. Anyone who identifies as a woman or non-binary + individual is welcome to attend. Fill in{' '} + + the Subscription form + {' '} + to receive an invitation to the Google Group, which will opt you into + calendar invites for upcoming meetups. +

+

+ Are you interested in being a speaker? + {` We're constantly on the + lookout for presenters, whether you're an experienced speaker or if this is + your first time. Speaking at a WNB.rb meetup is an excellent opportunity to + enhance your public speaking abilities. If you're interested in giving a + talk, please provide your talk details via `} + + the Talk Proposal form + {' '} + or feel free to contact{' '} + Adrianna Chang on the WNB.rb Slack for more information. +

+
{loading ? ( ) : ( diff --git a/app/javascript/packs/application.js b/app/javascript/packs/application.js index eae385d..f8ca860 100644 --- a/app/javascript/packs/application.js +++ b/app/javascript/packs/application.js @@ -9,6 +9,7 @@ import 'channels'; import '../stylesheets/application.scss'; import '../stylesheets/page.scss'; +import 'bootstrap-icons/font/bootstrap-icons.css'; // Rails.start(); diff --git a/app/javascript/stylesheets/page-title.scss b/app/javascript/stylesheets/page-title.scss index c81cfc9..33d3068 100644 --- a/app/javascript/stylesheets/page-title.scss +++ b/app/javascript/stylesheets/page-title.scss @@ -1,6 +1,5 @@ .page-title { - @apply relative - min-h-[10rem]; + @apply min-h-[10rem]; /* overflow-auto; */ } @@ -9,7 +8,7 @@ } .title-container { - @apply pt-10 pl-20; + @apply pt-10 pl-4 md:pl-20; } .title-text {