Clara BIJL


CORPORATE & PRIVATE EVENTS

Your event
deserves
a laugh.

Clara Bijl is a Bay Area-based stand-up comedian available for corporate events, holiday parties, award shows, fundraisers, and private celebrations — in English and in French.


Clara Bijl — Hero Section

"She had her audience engaged when they weren't falling off their chairs."

20+ Years performing
3 Comedy albums
2 Edinburgh Fringe tours
Clara Bijl — Video Section

The best five minutes you'll spend today.

Clara performs regularly at the SF Punchline and Cobb's Comedy Club. She's opened for Robin Williams, Tom Papa, Paul Reiser, Norah Jones, Demetri Martin, and many more. This is what your event could look and feel like.

Has opened for Robin Williams · Tom Papa · Paul Reiser · Norah Jones · Demetri Martin · Laurie Kilmartin · Dana Gould · Richard Lewis · Jake Johannsen · Paul Anka & many more
Clara Bijl — Clients Section
...and counting
Salesforce Kaiser Permanente Genentech Rakuten SwissNex UC Berkeley iHouse at Cal Chargebee Evolv Cinequest French American Chamber of Commerce Le Lycée Français de San Francisco Brioche Pasquier Bernal Heights Outdoor Cinema Palo Alto Woman's Club Berkeley City Club Firsthand One Step Beyond & many more
Clara Bijl — What People Say

Don't take her word for it.

She did a great job preparing and delivering the show for us, and everyone had a great time. We really appreciated the time and effort she put in to make this a success.

Ed W.

Software Project Launch, Corporate Event

It was a delight meeting Clara. They enjoyed her presentation very much. She was engaging which made our gathering more eventful and memorable. It was a hit.

Stephanie K.

Senior Community Event

Clara was outstanding — very cool and relaxed, and needless to say, very funny. She had her audience engaged when they weren't falling off their chairs.

Bambi T.

Corporate Zoom Event

Clara was very funny and flexible. She was always quick to respond to any question I had.

Ligaya P.

Work Party

clara-events-testimonials.html <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;1,400&family=DM+Sans:wght@300;400;500&display=swap" rel="stylesheet"> <style> *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { background: #F7F3EC; font-family: 'DM Sans', sans-serif; font-weight: 300; display: flex; align-items: center; justify-content: center; min-height: 100vh; padding: 40px; } .combined-section { max-width: 1100px; width: 100%; opacity: 0; transform: translateY(20px); animation: fadeUp 0.8s ease 0.2s forwards; } /* ── SHARED ── */ .section-label { font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: #C8402A; display: block; margin-bottom: 18px; } .section-title { font-family: 'Playfair Display', serif; font-size: clamp(28px, 3vw, 40px); font-weight: 400; line-height: 1.2; color: #1A1714; margin-bottom: 36px; } /* ── TOP: EVENT TYPES — dark band ── */ .event-types { background: #1A1714; padding: 72px 80px; border-radius: 2px 2px 0 0; } .event-types .section-label { color: rgba(255,255,255,0.35); } .event-types .section-title { color: #FFFFFF; margin-bottom: 40px; } .type-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.07); } .type-item { background: #1A1714; padding: 28px 20px; position: relative; transition: background 0.2s; cursor: default; } .type-item:hover { background: rgba(255,255,255,0.04); } /* Red underline on hover */ .type-item::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: #C8402A; transform: scaleX(0); transition: transform 0.25s ease; } .type-item:hover::after { transform: scaleX(1); } .type-icon { font-size: 20px; display: block; margin-bottom: 12px; } .type-name { font-size: 12px; font-weight: 400; color: rgba(255,255,255,0.6); line-height: 1.5; letter-spacing: 0.01em; } /* ── BOTTOM: TESTIMONIALS — cream ── */ .testimonials { background: #FFFFFF; padding: 72px 80px; border: 1px solid #D6CFC6; border-top: none; border-radius: 0 0 2px 2px; } .testi-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; } .testi-header .section-title { margin-bottom: 0; } /* Carousel dots */ .testi-dots { display: flex; gap: 8px; padding-bottom: 4px; } .dot { width: 8px; height: 8px; border-radius: 50%; background: #D6CFC6; cursor: pointer; transition: background 0.2s, transform 0.2s; } .dot.active { background: #C8402A; transform: scale(1.2); } /* Cards wrapper — horizontal scroll carousel */ .testi-track-outer { overflow: hidden; position: relative; } .testi-track { display: flex; gap: 24px; transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); } .testi-card { background: #F7F3EC; border: 1px solid #D6CFC6; border-radius: 2px; padding: 36px; flex: 0 0 calc(50% - 12px); position: relative; min-width: 0; } /* Big decorative quote */ .testi-card::before { content: '\201C'; font-family: 'Playfair Display', serif; font-size: 90px; color: #EDE7DF; position: absolute; top: 12px; left: 24px; line-height: 1; pointer-events: none; } .testi-text { font-family: 'Playfair Display', serif; font-size: 16px; font-style: italic; line-height: 1.75; color: #1A1714; margin-bottom: 24px; padding-top: 36px; position: relative; } .testi-divider { width: 32px; height: 1px; background: #C8402A; margin-bottom: 16px; } .testi-author { font-size: 13px; font-weight: 500; color: #1A1714; margin-bottom: 3px; } .testi-org { font-size: 12px; color: #8C8580; letter-spacing: 0.02em; } /* Nav arrows */ .testi-nav { display: flex; gap: 10px; margin-top: 28px; justify-content: flex-end; } .testi-arrow { width: 40px; height: 40px; border: 1px solid #D6CFC6; border-radius: 50%; background: transparent; cursor: pointer; font-size: 16px; color: #1A1714; display: flex; align-items: center; justify-content: center; transition: background 0.2s, border-color 0.2s, color 0.2s; } .testi-arrow:hover { background: #1A1714; border-color: #1A1714; color: #FFFFFF; } .testi-arrow:disabled { opacity: 0.3; cursor: default; } .testi-arrow:disabled:hover { background: transparent; border-color: #D6CFC6; color: #1A1714; } @keyframes fadeUp { to { opacity: 1; transform: translateY(0); } } @media (max-width: 800px) { body { padding: 24px; } .event-types { padding: 48px 28px; border-radius: 2px 2px 0 0; } .type-grid { grid-template-columns: repeat(2, 1fr); } .testimonials { padding: 48px 28px; } .testi-card { flex: 0 0 100%; } .testi-header { flex-direction: column; align-items: flex-start; gap: 12px; } } </style> </head> <body> <div class="combined-section"> <!-- ── EVENT TYPES ── --> <div class="event-types"> <span class="section-label">What kind of event?</span> <h2 class="section-title">Whatever you're celebrating,<br>Clara's done it.</h2> <div class="type-grid"> <div class="type-item"> <span class="type-icon">🎉</span> <span class="type-name">Corporate holiday parties</span> </div> <div class="type-item"> <span class="type-icon">🏆</span> <span class="type-name">Award shows & galas</span> </div> <div class="type-item"> <span class="type-icon">💛</span> <span class="type-name">Fundraisers & nonprofits</span> </div> <div class="type-item"> <span class="type-icon">👥</span> <span class="type-name">Team off-sites & retreats</span> </div> <div class="type-item"> <span class="type-icon">💻</span> <span class="type-name">Zoom & virtual events</span> </div> <div class="type-item"> <span class="type-icon">👩‍⚕️</span> <span class="type-name">Women's leadership events</span> </div> <div class="type-item"> <span class="type-icon">🎂</span> <span class="type-name">Private & milestone parties</span> </div> <div class="type-item"> <span class="type-icon">🌍</span> <span class="type-name">Bilingual & international</span> </div> <div class="type-item"> <span class="type-icon">🎖️</span> <span class="type-name">Company milestones</span> </div> <div class="type-item"> <span class="type-icon">🕯️</span> <span class="type-name">Memorials — yes, really</span> </div> </div> </div> <!-- ── TESTIMONIALS ── --> <div class="testimonials"> <div class="testi-header"> <h2 class="section-title" style="font-family:'Playfair Display',serif; font-style:italic;">What people say.</h2> <div class="testi-dots" id="dots"></div> </div> <div class="testi-track-outer"> <div class="testi-track" id="track"> <div class="testi-card"> <p class="testi-text">She did a great job preparing and delivering the show for us, and everyone had a great time. We really appreciated the time and effort she put in to make this a success.</p> <div class="testi-divider"></div> <p class="testi-author">Ed W.</p> <p class="testi-org">Software Project Launch, Corporate Event</p> </div> <div class="testi-card"> <p class="testi-text">It was a delight meeting Clara. They enjoyed her presentation very much. She was engaging which made our gathering more eventful and memorable. It was a hit.</p> <div class="testi-divider"></div> <p class="testi-author">Stephanie K.</p> <p class="testi-org">Senior Community Event</p> </div> <div class="testi-card"> <p class="testi-text">Clara was outstanding — very cool and relaxed, and needless to say, very funny. She had her audience engaged when they weren't falling off their chairs.</p> <div class="testi-divider"></div> <p class="testi-author">Bambi T.</p> <p class="testi-org">Corporate Zoom Event</p> </div> <div class="testi-card"> <p class="testi-text">Clara was very funny and flexible. She was always quick to respond to any question I had.</p> <div class="testi-divider"></div> <p class="testi-author">Ligaya P.</p> <p class="testi-org">Work Party</p> </div> </div> </div> <div class="testi-nav"> <button class="testi-arrow" id="prev" onclick="slide(-1)" aria-label="Previous">←</button> <button class="testi-arrow" id="next" onclick="slide(1)" aria-label="Next">→</button> </div> </div> </div> <script> const track = document.getElementById('track'); const dotsEl = document.getElementById('dots'); const prevBtn = document.getElementById('prev'); const nextBtn = document.getElementById('next'); const cards = track.querySelectorAll('.testi-card'); const visible = () => window.innerWidth <= 800 ? 1 : 2; let current = 0; // Build dots const totalSlides = () => Math.ceil(cards.length / visible()); function buildDots() { dotsEl.innerHTML = ''; for (let i = 0; i < totalSlides(); i++) { const d = document.createElement('div'); d.className = 'dot' + (i === current ? ' active' : ''); d.onclick = () => goTo(i); dotsEl.appendChild(d); } } function goTo(idx) { current = Math.max(0, Math.min(idx, totalSlides() - 1)); const cardWidth = cards[0].offsetWidth + 24; track.style.transform = `translateX(-${current * visible() * cardWidth}px)`; buildDots(); prevBtn.disabled = current === 0; nextBtn.disabled = current >= totalSlides() - 1; } function slide(dir) { goTo(current + dir); } // Init buildDots(); prevBtn.disabled = true; window.addEventListener('resize', () => { current = 0; goTo(0); buildDots(); }); </script> </body> </html> </div> </div></div><div class="sqs-block website-component-block sqs-block-website-component sqs-block-code code-block" data-block-css="["https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.code/2260876d-344a-4788-b1e6-e3b2339cb0cc_722/website.components.code.styles.css"]" data-block-scripts="["https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.code/2260876d-344a-4788-b1e6-e3b2339cb0cc_722/website.components.code.visitor.js"]" data-block-type="1337" data-definition-name="website.components.code" data-sqsp-block="code" data-website-component-id="yui_3_17_2_1_1780532204812_7293" id="block-yui_3_17_2_1_1780532204812_7293"><div class="sqs-block-content"><div class="sqs-code-container" data-localized="{"enableSafeModeButton":"Preview in safe mode","enableSafeModeText":"This block contains embedded scripts. Embedded scripts are disabled while you're logged in and editing your site.","enableSafeModeTitle":"Embedded Scripts","exitSafeModeButton":"Exit safe preview","exitSafeModeText":"Please view the page after logging out for accurate rendering.","exitSafeModeTitle":"Safe Preview","globalSafeMode":"Embedded Code: This block contains embedded code that has been disabled.","scriptDisabled":"Script Disabled"}" > <!DOCTYPE html> <html xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml" lang="en-US" lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Clara Bijl — Book Clara

Ready to make your event
unforgettable?

Clara's available for Bay Area events and beyond. She responds fast, she's easy to work with, and she'll make your event the one people talk about for years.

Send Clara an email