Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove meeting and twitter from community page #153

Merged
merged 2 commits into from
Feb 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions src/Client/Components/App.razor
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@
<html lang="en">
<head>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" data-domain-script="018ee7f5-70e6-7787-8d98-05c8f935c75d"></script>
<script>function OptanonWrapper(){}</script>
<script>
function setGTM(w,d,s,l,i){ w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);}
if(document.cookie.indexOf('OptanonConsent')>-1&&document.cookie.indexOf('groups=')>-1){setGTM(window,document,'script','dataLayer','GTM-MMDFJKF');}else{waitForOnetrustActiveGroups();}var timer;function waitForOnetrustActiveGroups(){if(document.cookie.indexOf('OptanonConsent')>-1&&document.cookie.indexOf('groups=')>-1){clearTimeout(timer);setGTM(window,document,'script','dataLayer','GTM-MMDFJKF');}else{timer=setTimeout(waitForOnetrustActiveGroups,250);}}
</script>
@if (!HostEnvironment.IsDevelopment())
{
<script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" data-domain-script="018ee7f5-70e6-7787-8d98-05c8f935c75d"></script>
<script>function OptanonWrapper(){}</script>
<script>
function setGTM(w,d,s,l,i){ w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);}
if(document.cookie.indexOf('OptanonConsent')>-1&&document.cookie.indexOf('groups=')>-1){setGTM(window,document,'script','dataLayer','GTM-MMDFJKF');}else{waitForOnetrustActiveGroups();}var timer;function waitForOnetrustActiveGroups(){if(document.cookie.indexOf('OptanonConsent')>-1&&document.cookie.indexOf('groups=')>-1){clearTimeout(timer);setGTM(window,document,'script','dataLayer','GTM-MMDFJKF');}else{timer=setTimeout(waitForOnetrustActiveGroups,250);}}
</script>
}
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta charset="utf-8">
<meta content="width=device-width,initial-scale=1.0" name="viewport">
Expand Down
20 changes: 0 additions & 20 deletions src/Client/Components/Pages/Community.razor
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,6 @@
<Template Name="Community" MetaDescription="Connect with other developers and share your project with the Steeltoe community.">
<Description>Connect with other developers and share your project with the Steeltoe community.</Description>
<OtherArea>
<div class="row no-gutters">
<div class="col">
<div class="component-whatis-title"><h2>Office Hours Meetup</h2></div>
<div class="my-5">
<div>The Steeltoe team hosts office hours meetup every other month. All of Steeltoe community is invited. It's a chance to discuss open issues, pull requests, review features in an upcoming release, and propose new ideas.</div>
<br />
<div>
<a href="site-data/SteeltoeCommunityMeetingInvite.ics" target="_blank">Add to Calendar (.ics)</a> - Occurs on the second Tuesday of every other month (January, March, May, July, September, November) at 10:30am ET <br />
<a href="https://docs.google.com/document/d/1Um9FmlgOb4QiU2bNdg9oXLadWyDgW1167QXH9HUG068/">Meeting Agenda and Notes link</a><br />
Zoom meeting ID: 926 8707 7667<br />
Passcode: 224068<br />
<a href="https://broadcom.zoom.us/j/92687077667?pwd=NXpPWWxlMVlEREZuNHRta2JlS2dZdz09">Zoom invite link</a>
<br />
</div>
<br />
<div>Our previous community meetings are available on our <a href="https://www.youtube.com/channel/UC_H-y302UxKnjx_fRmrqBMA">Steeltoe OSS Channel</a></div>
<br />
</div>
</div>
</div>
<div class="row no-gutters mb-5">
<div class="col-6">
<div class="component-whatis-title"><h2>Developers</h2></div>
Expand Down