Title
Superpeer | Cohort-based courses, live events, or 1:1 sessions
Go Home
Category
Description
Address
Phone Number
+1 609-831-2326 (US) | Message me
Site Icon
Superpeer | Cohort-based courses, live events, or 1:1 sessions
Page Views
0
Share
Update Time
2022-05-09 11:59:46

"I love Superpeer | Cohort-based courses, live events, or 1:1 sessions"

www.superpeer.com VS www.gqak.com

2022-05-09 11:59:46

/** * Core */ :focus { outline: none; } p:last-child { margin-bottom: 0; } .user-select-none { user-select: none; } /** * Logged In Users */ .hide-from-visitors:not([data-wf-id]), .hide-from-users:not([data-wf-id]) { visibility: hidden; } html.is-logged-in .hide-from-visitors:not([data-wf-id]), html.is-not-logged-in .hide-from-visitors:not([data-wf-id]), html.is-logged-in .hide-from-users:not([data-wf-id]), html.is-not-logged-in .hide-from-users:not([data-wf-id]) { visibility: visible; } html.is-logged-in .hide-from-users, html:not(.is-logged-in) .hide-from-visitors { display: none; } /** * Navbar */ /* Current menu item */ .header-menu-link::after { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); margin-top: 1.1em; content: ""; display: block; width: 4px; height: 4px; border-radius: 50%; background-color: #ffd338; opacity: 0; transition: opacity 120ms ease-in-out; } .header-menu-link:hover::after, .header-menu-link.w--current::after { opacity: 1; } @media (max-width: 991px) { .header-menu-link::after { width: 8px; height: 8px; } } @media (min-width: 992px) and (max-width: 1099px) { .header-menu { margin-left: 2rem; } .header-menu-link { padding-left: 0.75rem; padding-right: 0.75rem; } } @media (max-width: 991px) { .w-nav-overlay { top: -1.5rem !important; right: -1.5rem !important; left: -1.5rem !important; width: calc(100% + 3rem) !important; border-radius: 2rem; box-shadow: 0 16px 16px rgba(0, 0, 0, 8%); } .w-nav-overlay, .header-menu { height: calc(100vh - 2rem) !important; } [data-nav-menu-open] { display: flex !important; } .w-nav-button.w--open .menu-button-icon { transform: scale(0.1) rotate(180deg); opacity: 0; } .w-nav-button.w--open .menu-button-icon.close { transform: scale(1) rotate(180deg); opacity: 1; } /** * Fade menu */ .w-nav-overlay { display: block !important; visibility: hidden !important; opacity: 0; transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s; } .header-menu { position: absolute !important; left: 0; top: 0; display: flex !important; width: 100% !important; -webkit-transform: none !important; transform: none !important; visibility: hidden !important; } /* .w-nav-overlay .header-menu { position: relative !important; visibility: visible !important; opacity: 1 !important; } */ .w-nav-button.w--open ~ .w-nav-overlay { visibility: visible !important; opacity: 1; transition: opacity 0.3s ease-in-out, visibility 0s linear 0s; } .w-nav-button.w--open ~ .header-menu, .w-nav-button.w--open ~ .w-nav-overlay .header-menu { visibility: visible !important; } } @media (max-width: 767px) { .header-buttons-mobile:not([data-wf-id]) { display: none !important; } .w-nav-overlay .header-buttons-mobile:not([data-wf-id]) { display: flex !important; } } /** * Sticky Navbar */ .is-scrolled .navbar-sticky-wrapper.is-sticky { position: fixed; z-index: 200; left: 0; width: 100%; top: 0; background: #fff; padding: 1.5rem; opacity: 0; transform: translateY(-100%); } .is-scrolled-ready .navbar-sticky-wrapper.is-sticky { transition: all 0.3s ease-in-out; } .is-scrolled .navbar-sticky-wrapper.is-sticky .navbar-sticky-container { max-width: 1026px; margin-left: auto; margin-right: auto; } .is-scrolled-to-top.is-scrolled-large .navbar-sticky-wrapper.is-sticky { opacity: 1; transform: translateY(0); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); } /* Scroll to Top */ html:not(.is-scrolled-to-top.is-scrolled-large) .scroll-to-top:not(.edit) { opacity: 0; transform: translateX(100px); } @media (max-width: 991px) { .is-scrolled .navbar-sticky-wrapper.is-sticky { top: 1rem; left: 1rem; width: calc(100% - 2rem); border-radius: 2rem; } } @media (max-width: 425px) { .is-scrolled .navbar-sticky-wrapper.is-sticky { padding: 1rem 1.5rem; } .is-scrolled .navbar-sticky-wrapper.is-sticky .w-nav-overlay { top: -1rem !important; } } /** * Hero */ @media (min-width: 768px) { /* Hide hero inner on front-end to prevent showing it before the transition */ /* .hero-inner:not([data-wf-id]) { opacity: 0; } */ } /** * Social Profile List */ .social-profile-list-icon::before, .social-profile-list-icon::after { position: absolute; left: 0; top: 0; z-index: -2; content: ""; display: block; width: 100%; height: 100%; border-radius: 50%; background-color: #f4f7fa; transition: opacity 120ms ease-in-out; } .social-profile-list-icon::after { z-index: -1; opacity: 0; } .social-profile-list-icon.twitter::after { background-color: #1da1f2; } .social-profile-list-icon.youtube::after { background-color: red; } .social-profile-list-icon.instagram::after { background: radial-gradient( 127.77% 127.77% at 14.93% 100.35%, #ffb140 0%, #ff5445 25.59%, #fc2b82 59.9%, #8e40b7 100% ), #833ab4; } .social-profile-list-icon.twitch::after { background-color: #7743d4; } .social-profile-list-item:hover { color: #fff; } .social-profile-list-item:hover svg, .social-profile-list-item:hover path { fill: currentcolor !important; } .social-profile-list-item:hover .social-profile-list-icon::before { opacity: 0; } .social-profile-list-item:hover .social-profile-list-icon::after { opacity: 1; } /** * Utilities */ .has-comma:after { content: ", "; display: inline-block; margin-right: 0.2em; } /** * Rich Text */ .w-richtext a { color: #1155cc; text-decoration: none; } .w-richtext a:hover { color: #1155cc; text-decoration: underline; } .w-richtext h2:not(:first-child) { margin-top: 4rem; } /** * Staging Improvements */ .w-editor-publish-controls .w-editor-publish { display: none !important; } /** * Common */ /* enable Flickity by breakpoint with watchCSS option */ [data-flickity-on]::after { display: none; /* hide :after */ } @media screen and ( max-width: 767px ) { [data-flickity-on*="mobile"] { display: block; } [data-flickity-on*="mobile"]::after { content: 'flickity'; } } @media screen and ( min-width: 768px ) and (max-width: 990px) { [data-flickity-on*="tablet"] { display: block; } [data-flickity-on*="tablet"]::after { content: 'flickity'; } } @media screen and ( min-width: 991px ) { [data-flickity-on*="desktop"] { display: block; } [data-flickity-on*="desktop"]::after { content: 'flickity'; } } /* Page Dots */ [data-flickity] .flickity-page-dots { bottom: 0; } [data-flickity] .flickity-page-dots .dot { width: 8px; height: 8px; margin: 0 4px; border: 1px solid #999; background-color: #fff; opacity: 1; } [data-flickity] .flickity-page-dots .dot.is-selected { background-color: #999; } /** * Testimonials Slider */ .flickity-resize .flickity-testimonial-slider-item { min-height: 100%; /* Flickity - equal cell height hack */ } .flickity-testimonial-slider-wrapper { user-select: none; } .flickity-testimonial-slider-thumbs .flickity-viewport::before, .flickity-testimonial-slider-thumbs .flickity-viewport::after { position: absolute; z-index: 2; left: -2px; top: 0; bottom: 0; content: ""; display: block; width: 2rem; background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0)); } .flickity-testimonial-slider-thumbs .flickity-viewport::after { left: auto; right: -2px; transform: rotate(180deg); } .flickity-testimonial-slider .flickity-prev-next-button { z-index: 3; width: 54px; height: 54px; color: #222; background-color: #eee; } .flickity-testimonial-slider .flickity-prev-next-button .flickity-button-icon { left: 33%; top: 33%; width: 34%; height: 34%; } .flickity-testimonial-slider .flickity-prev-next-button:hover { color: #222; background-color: #FFF2CD; } .flickity-testimonial-slider .flickity-prev-next-button:focus { background-color: #FFEAAD; box-shadow: 0 0 0 3px #FFD43D; } /* Apply opacity only front-end, not in Webflow editor */ body:not([data-wf-id]) .flickity-testimonial-slider-thumbs-text { opacity: 0; visibility: hidden; transition: opacity 120ms ease-in-out, visibility 0s linear 120ms; } body:not([data-wf-id]) .flickity-testimonial-slider-thumbs-item.is-nav-selected { z-index: 10; } body:not([data-wf-id]) .flickity-testimonial-slider-thumbs-item.is-nav-selected .flickity-testimonial-slider-thumbs-text { opacity: 1; visibility: visible; transition: opacity 120ms ease-in-out, visibility 0s linear 0s; } .flickity-testimonial-slider-thumbs-item.is-nav-selected .flickity-testimonial-slider-thumbs-image { transform: scale(1); box-shadow: 0 0 0 0.1875rem #FFD75B; border-width: 0.1875rem; } @media (max-width: 767px) { .flickity-testimonial-slider-wrapper { padding-bottom: 6.6rem; } .flickity-testimonial-slider .flickity-prev-next-button.previous { top: 100%; transform: translateY(14.7rem); left: auto; right: 50%; margin-right: 0.75rem; } .flickity-testimonial-slider .flickity-prev-next-button.next { top: 100%; transform: translateY(14.7rem); right: auto; left: 50%; margin-left: 0.75rem; } .flickity-testimonial-slider-wrapper .flickity-viewport::before, .flickity-testimonial-slider-wrapper .flickity-viewport::after { width: 1rem; } .flickity-testimonial-slider .flickity-prev-next-button { width: 48px; height: 48px; } } /** * Editor UX */ body[data-wf-id] .flickity-testimonial-slider-thumbs { display: flex; width: 100%; flex-direction: column; align-items: center; } body[data-wf-id] .flickity-testimonial-slider-item:not(:first-child), body[data-wf-id] .flickity-testimonial-slider-thumbs-item:not(:first-child) { display: none !important; }Log InBecome a SuperpeerGo to DashboardHomeFeaturesAbout UsBecome a SuperpeerGo to DashboardHost cohort-based courses, live events, or 1:1 sessionsSuperpeer is an all-in-one video platform that gives you the tools you need to engage with your audience through video and connect in a more authentic way.Become a Superpeer .click-to-play.playing { box-shadow: 0 0 0 5px #ffd338; } .click-to-play-icon::before { position: absolute; z-index: -10000; left: 50%; top: 50%; transform: translate(-50%, -50%); content: ""; display: block; width: 100vw; height: 100vh; } .click-to-play-figure, .click-to-play .video-js { transition: opacity 240ms ease-in-out 120ms; } .click-to-play video { object-fit: cover; border-radius: 1.088125rem; /* 1.7585858585858587vw; */ } .click-to-play .video-js { overflow: hidden; border-radius: 1.088125rem; /* 1.7585858585858587vw; */ } .click-to-play .vjs-control-bar { border-bottom-left-radius: 1.088125rem; /* 1.7585858585858587vw; */ border-bottom-right-radius: 1.088125rem; /* 1.7585858585858587vw; */ } .click-to-play.playing .click-to-play-figure, .click-to-play:not(.playing) .video-js { opacity: 0; pointer-events: none; } .click-to-play .vjs-default-skin.vjs-paused .vjs-big-play-button { display: none; } @media (max-width: 991px) { .click-to-play video { border-radius: 1.7585858585858587vw; } .click-to-play .video-js { overflow: hidden; border-radius: 1.7585858585858587vw; } .click-to-play .vjs-control-bar { border-bottom-left-radius: 1.7585858585858587vw; border-bottom-right-radius: 1.7585858585858587vw; } }What can Superpeer do for you?Turn your audience into loyal, paying followers with our seamless video experience and subscriber management tools.Engage with your audienceConnect with your subscribers through interactive livestreams, 1:1s, and our newest feature, Series.Manage easierWe take care of scheduling, payments, and protecting your privacy, so that you don’t have to.Earn, your waySet your own rates and earn revenue through weekly livestreams, channel subscriptions, and even donations.All FeaturesFeatured SuperpeersApply To Be Listed div[data-load-more-target="4"]:not(.is-expanded) > div:nth-child(n+5) { display: none; }Cinema TherapyMaking sense of life, one blockbuster at a time.Utah, USA22K752K752KLicensed therapist Jonathan Decker and professional filmmaker Alan Seawright break down your favorite movies, searching the characters, themes and plots to find things you can use to improve your mental health, your life, your looks? and your cardiovascular fitness (nope.) Join them and their guests as they try to improve life, laugh at each other, and keep Alan from crying over everything. Read MoreVIEW CHANNELTolulope SolutionsA faith-based space for mentorship and guidance through your love lifeCanada102K101K752KHi there, my name is Tolulope Adejumo, popularly known as Solutions. I am a purpose driven Jesus lover and I pride myself on leaning into godly wisdom for everything! I am married to my best friend and we have 2 adorable children (a girl and a boy). Here on Superpeer, we'll be able to connect on a more personal level. So whether you are a mentee, a fan or someone seeking counsel, be sure to tune in to my upcoming streams. Read MoreVIEW CHANNELKev HickDating And Relationship enthusiast!United States350K752KGet ready to discuss love and life on Superpeer! Join me and others like yourself for live face-to-face Q&As, group discussions, and much more! Read MoreVIEW CHANNELKelsey, aka Premiere GalNeed help with a creative video project? I'm your Gal.United States6K11K383K752KHi! I'm Kelsey aka Premiere Gal. Welcome to my Superpeer page. You can book a one-on-one with me to discuss a video topic or register for my monthly streams below. I look forward to it! Read MoreVIEW CHANNELDriving 4 AnswersLet's learn about cars together!BiH5K405K752KLet's dive deep into the amazing world of cars, bikes, and engines together! Get a paid subscription today and let's hang out while talking about all the things that interest gearheads and petrolheads alike! Read MoreVIEW CHANNELChristine ChunSenior Product Designer | EducatorSan Francisco32K108K752KHello ?? I'm Christine, a Senior Product Designer at Instacart, previously at Facebook. I’ve been mentoring designers since 2016 when I pivoted into UX design as a Chemistry major. I've helped them land jobs at companies like Amazon, Stripe, and Accenture. You’ll leave my coaching session feeling confident about nailing your design interviews. Read MoreVIEW CHANNELNathan MillsI teach you how to make the music you love, and how to make it on your own termsUnited States488K752KI’m Nathan Mills, a classically-trained guitarist, arranger, teacher, and YouTuber. I create and perform my own unique arrangements of music from film, tv, and video games on my YouTube channel, Beyond The Guitar. Read MoreVIEW CHANNELFemkeProduct designer, design educator, mentorCanada34K11K46K752KI'm a product designer at Wealthsimple, ex-Uber. I'm passionate about teaching design and helping people elevate their design career. My mission is to help you break into the design industry, gain skills to help excel your career and do work you're passionate about. Read MoreVIEW CHANNELLoad MoreDon’t just take our word for it"Working with Superpeer has been a fantastic experience. I made over $15K within the first week of my Series launch. Superpeer’s features really enhanced the overall experience for my students and added a lot of value. I love all the different chat features – there’s a really interactive element beyond the 'me-to-them'. They can react to each other’s comments and upvote questions – which has been super helpful!"I started using Superpeer because I wanted a more interactive design workshop and sessions with my community. Before being on Superpeer, I used to do everything by myself. Being on Superpeer has been so helpful because it has not only cut down my time in half, but I can now focus solely on providing the best workshops for my community.“It's one of my favourite platforms! Not only is the team behind Superpeer super supportive and talented, but the product itself is great to use. I can't imagine Superpeer ever going away, thank you for all you do!”“If you're thinking of earning extra money as a mentor, have a look at Superpeer!”“Superpeer is so fresh and so clean. Loving the incredible design and UX as I set up my first stream on #startups.”“I've been using Superpeer with about 10-12 calls per week, and so far the experience has been flawless.”Nathan MillsYouTuber & Guitar InstructorChristine ChunEducator & Sr. Product DesignerFemke van SchoonhovenProduct Designer at UberSara BrunettiniProduct Designer at CrunchTristan PollockHead of Community & Content at CTOJose Cayasso (Caya)CEO at SlidebeanIntroducing Superpeer SeriesWith series, you can create and sell any combination of on-demand video and live stream content. With cohort-based classes you can interact with your audience in a more engaging way.Customize the contentOrganize your live streams, pre-recorded videos, and hosted events into purchasable content packages for your audience.Set the paceSeries can be cohort-based for engaging group discussions or even on-demand for the self-paced learner.Immerse the audienceParticipants can chat with each other, send private messages, and raise a hand to be brought up on the stage during live events.Become a SuperpeerCreate AccountBlogFAQRefer a FriendPrivacyTermsBrand AssetsSuperpeer, Inc. .tippy-box[data-theme*="light"] { background-color: #fff; color: #222; box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12); border-radius: 1rem; } .tippy-box[data-theme*="light"] .tippy-content { padding: 1rem; } @media (min-width: 480px) { .tippy-box[data-theme*="large"] .tippy-content { padding: 2.5rem; } } .tippy-box[data-theme*="light"][data-placement^="top"] > .tippy-arrow::before { border-top-color: #fff; } .tippy-box[data-theme*="light"][data-placement^="bottom"] > .tippy-arrow::before { border-bottom-color: #fff; } .tippy-box[data-theme*="light"][data-placement^="left"] > .tippy-arrow::before { border-left-color: #fff; } .tippy-box[data-theme*="light"][data-placement^="right"] > .tippy-arrow::before { border-right-color: #fff; } .tippy-box[data-theme*="light"] > .tippy-backdrop { background-color: #fff; } .tippy-box[data-theme*="light"] > .tippy-svg-arrow { fill: #fff; }