Skip to content

Instantly share code, notes, and snippets.

View fifthandbroad's full-sized avatar

fifthandbroad

View GitHub Profile
@fifthandbroad
fifthandbroad / schools-content.html
Last active March 9, 2026 14:59
Fifth & Broad Schools Page - Webflow Migration
<div id="fb-schools">
<!-- ============================================
SECTION 1: HERO
============================================ -->
<section class="hero" id="hero">
<div class="hero-bg">
<!-- Replace bg with BTS school shoot photo: crew filming student/teacher in classroom -->
</div>
<div class="hero-content">
@fifthandbroad
fifthandbroad / pageembeds.js
Last active March 6, 2026 21:30
Page embeds for fifthandbroad.com
(function(){function peInit(){var c=document.createElement('style');c.textContent='.ma-process-step:not(:last-child)::after{content:"";position:absolute;top:22px;left:calc(50% + 22px);width:calc(100% - 44px + 48px);height:1px;background:rgba(227,156,49,0.25);}.ma-pain-section::before{content:"";position:absolute;top:-30px;left:50%;width:1px;height:60px;background-image:linear-gradient(#1a1a1a,#e39c31);z-index:1;}.ma-step-number>:last-child,.ma-card-number>:last-child,.ma-label>:last-child{display:none!important;}.ma-process-grid{counter-reset:step-counter;}.ma-process-step{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;}.ma-step-number{order:-1;margin-top:0;margin-bottom:16px;}.ma-step-number::before{counter-increment:step-counter;content:counter(step-counter);font-family:Prata,serif;font-size:20px;color:#e39c31;font-weight:700;}.ma-step-title{order:0;}.ma-step-text{order:1;}.ma-proof-bar{background:#0d1117;border-top:1px solid rgba(227,156,49,0.2);border-bottom:1px
@fifthandbroad
fifthandbroad / alumni-inject.js
Last active March 6, 2026 22:37
Alumni Spotlight Tour - page injection for Webflow
/**
* Alumni Spotlight Tour — Inject Script
* Loads custom sections into the Webflow "alumni-spotlight" page.
* Only runs when the URL contains "alumni-spotlight".
* Wraps everything in an IIFE on DOMContentLoaded.
*/
(function () {
'use strict';
if (!window.location.href.includes('alumni-spotlight')) return;