This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * 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; |