Replace IG iframe embed with compact horizontal photo strip
Swaps the whitespace-heavy Instagram profile iframe for a sleek row of 5 square thumbnails (reusing existing installation images) that link to @outtheboxcg. Includes hover zoom/brighten effects and a "Follow @outtheboxcg" CTA below. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
6c37480e16
commit
7cbcc1be4f
|
|
@ -481,47 +481,72 @@
|
|||
/* IG FEED */
|
||||
.ig-feed {
|
||||
margin-top: 3rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.ig-feed-header {
|
||||
.ig-strip {
|
||||
display: flex;
|
||||
gap: 4px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.ig-strip a {
|
||||
flex: 1;
|
||||
position: relative;
|
||||
display: block;
|
||||
aspect-ratio: 1;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.ig-strip a img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
transition: transform 0.4s ease, filter 0.4s ease;
|
||||
filter: brightness(0.85) saturate(0.9);
|
||||
}
|
||||
|
||||
.ig-strip a:hover img {
|
||||
transform: scale(1.08);
|
||||
filter: brightness(1) saturate(1);
|
||||
}
|
||||
|
||||
.ig-strip a::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
background: rgba(10, 10, 15, 0.2);
|
||||
transition: background 0.3s;
|
||||
}
|
||||
|
||||
.ig-strip a:hover::after {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.ig-strip-cta {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 0.8rem;
|
||||
margin-bottom: 1.5rem;
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
|
||||
.ig-feed-header svg {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
.ig-strip-cta svg {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
fill: var(--gold-light);
|
||||
}
|
||||
|
||||
.ig-feed-header a {
|
||||
.ig-strip-cta a {
|
||||
color: var(--gold-light);
|
||||
text-decoration: none;
|
||||
font-size: 0.85rem;
|
||||
letter-spacing: 0.1em;
|
||||
font-size: 0.8rem;
|
||||
letter-spacing: 0.12em;
|
||||
text-transform: uppercase;
|
||||
transition: color 0.3s;
|
||||
}
|
||||
|
||||
.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;
|
||||
.ig-strip-cta a:hover {
|
||||
color: var(--sand);
|
||||
}
|
||||
|
||||
/* CONTACT */
|
||||
|
|
@ -740,6 +765,10 @@
|
|||
grid-template-columns: 1fr;
|
||||
gap: 2rem;
|
||||
}
|
||||
|
||||
.ig-strip a {
|
||||
aspect-ratio: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 400px) {
|
||||
|
|
@ -944,12 +973,26 @@
|
|||
<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 class="ig-strip">
|
||||
<a href="https://www.instagram.com/outtheboxcg" target="_blank" title="Follow @outtheboxcg on Instagram">
|
||||
<img src="img/chroma-1.jpg" alt="Out the Box Creative Group" loading="lazy">
|
||||
</a>
|
||||
<a href="https://www.instagram.com/outtheboxcg" target="_blank" title="Follow @outtheboxcg on Instagram">
|
||||
<img src="img/chroma-2.jpg" alt="Out the Box Creative Group" loading="lazy">
|
||||
</a>
|
||||
<a href="https://www.instagram.com/outtheboxcg" target="_blank" title="Follow @outtheboxcg on Instagram">
|
||||
<img src="img/sankofa-accra.jpg" alt="Out the Box Creative Group" loading="lazy">
|
||||
</a>
|
||||
<a href="https://www.instagram.com/outtheboxcg" target="_blank" title="Follow @outtheboxcg on Instagram">
|
||||
<img src="img/chroma-3.jpg" alt="Out the Box Creative Group" loading="lazy">
|
||||
</a>
|
||||
<a href="https://www.instagram.com/outtheboxcg" target="_blank" title="Follow @outtheboxcg on Instagram">
|
||||
<img src="img/prism-still.jpg" alt="Out the Box Creative Group" loading="lazy">
|
||||
</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 class="ig-strip-cta">
|
||||
<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">Follow @outtheboxcg</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue