Add Instagram feed embed for @outtheboxcg in OTB section
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
0411e6b1d4
commit
f267c0ee08
|
|
@ -478,6 +478,52 @@
|
|||
line-height: 1.5;
|
||||
}
|
||||
|
||||
/* IG FEED */
|
||||
.ig-feed {
|
||||
margin-top: 3rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.ig-feed-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 0.8rem;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
.ig-feed-header svg {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
fill: var(--gold-light);
|
||||
}
|
||||
|
||||
.ig-feed-header a {
|
||||
color: var(--gold-light);
|
||||
text-decoration: none;
|
||||
font-size: 0.85rem;
|
||||
letter-spacing: 0.1em;
|
||||
}
|
||||
|
||||
.ig-feed-header a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.ig-embed-wrap {
|
||||
max-width: 540px;
|
||||
margin: 0 auto;
|
||||
border: 1px solid rgba(198, 139, 63, 0.15);
|
||||
border-radius: 4px;
|
||||
overflow: hidden;
|
||||
background: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.ig-embed-wrap iframe {
|
||||
width: 100%;
|
||||
min-height: 600px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
/* CONTACT */
|
||||
.contact-section { background: var(--sand); }
|
||||
|
||||
|
|
@ -897,6 +943,15 @@
|
|||
<p class="otb-text">The collective operates at the intersection of storytelling, community development, and cultural preservation — producing immersive experiences, film projects, and collaborative works that travel between continental Africa and the global diaspora.</p>
|
||||
<p style="margin-top: 2rem;"><a href="https://outtheboxcg.com" target="_blank" style="display: inline-block; color: var(--gold-light); text-decoration: none; font-size: 0.8rem; letter-spacing: 0.15em; text-transform: uppercase; padding: 0.8rem 2.5rem; border: 1px solid rgba(212, 165, 90, 0.4); transition: all 0.3s;" onmouseover="this.style.background='rgba(212,165,90,0.15)';this.style.borderColor='#D4A55A'" onmouseout="this.style.background='transparent';this.style.borderColor='rgba(212,165,90,0.4)'">Check Out the Collective</a></p>
|
||||
</div>
|
||||
<div class="ig-feed reveal">
|
||||
<div class="ig-feed-header">
|
||||
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z"/></svg>
|
||||
<a href="https://www.instagram.com/outtheboxcg" target="_blank">@outtheboxcg</a>
|
||||
</div>
|
||||
<div class="ig-embed-wrap">
|
||||
<iframe src="https://www.instagram.com/outtheboxcg/embed" loading="lazy" allowtransparency="true" title="Out the Box Creative Group on Instagram"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue