Spaces:
Running
Running
redesign(deck EN): Briggs slide without placa — linked title + white signature
Browse files- Removed the ivory placa and top logo; text on the left over the dark overlay.
- "Briggs Capital" title (EB Garamond) linked to briggscapital.com; Stuart Robles
linked to /member/9.
- White BRIGGS signature (briggs_blanco.png) below the text block, linked.
- Removed briggs_only_logo.png (previous placa, now unused).
- LFS: track imagenes/briggs_blanco.png.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- .gitattributes +1 -0
- imagenes/{briggs_only_logo.png → briggs_blanco.png} +2 -2
- index.html +21 -18
.gitattributes
CHANGED
|
@@ -50,3 +50,4 @@ imagenes/slidetonales.png filter=lfs diff=lfs merge=lfs -text
|
|
| 50 |
openbook/data/three_metric_comparison.png filter=lfs diff=lfs merge=lfs -text
|
| 51 |
imagenes/brigss.png filter=lfs diff=lfs merge=lfs -text
|
| 52 |
imagenes/briggs_only_logo.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 50 |
openbook/data/three_metric_comparison.png filter=lfs diff=lfs merge=lfs -text
|
| 51 |
imagenes/brigss.png filter=lfs diff=lfs merge=lfs -text
|
| 52 |
imagenes/briggs_only_logo.png filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
imagenes/briggs_blanco.png filter=lfs diff=lfs merge=lfs -text
|
imagenes/{briggs_only_logo.png → briggs_blanco.png}
RENAMED
|
File without changes
|
index.html
CHANGED
|
@@ -165,33 +165,37 @@
|
|
| 165 |
.col-budget, .col-roi { font-family: 'Manrope', sans-serif; font-size: 0.95rem; font-weight: 700; text-align: right; padding-top: 2px; }
|
| 166 |
.roi-excellent { color: #4ade80; } .roi-good { color: #22c55e; } .roi-ok { color: #fbbf24; } .roi-risk { color: #fb923c; } .roi-low { color: #f87171; }
|
| 167 |
|
| 168 |
-
/* Slide Financial Partner (Briggs Capital) —
|
| 169 |
-
.content-briggs { width:
|
| 170 |
-
.briggs-placa {
|
| 171 |
-
display: inline-block; background: #ede8dd; border-radius: 14px;
|
| 172 |
-
padding: 32px; margin-bottom: 36px; box-shadow: 0 12px 34px rgba(0,0,0,0.5);
|
| 173 |
-
}
|
| 174 |
-
.briggs-placa img { display: block; }
|
| 175 |
.briggs-kicker {
|
| 176 |
font-family: 'Manrope', sans-serif; color: #fbbf24; font-weight: 700;
|
| 177 |
-
text-transform: uppercase; letter-spacing: 5px; font-size: 0.95rem; margin-bottom:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 178 |
}
|
|
|
|
| 179 |
.briggs-desc {
|
| 180 |
-
font-family: 'EB Garamond', serif; color: #f3ecd9; font-size: 1.
|
| 181 |
-
line-height: 1.5; max-width:
|
| 182 |
text-shadow: 0 2px 8px rgba(0,0,0,0.8);
|
| 183 |
}
|
| 184 |
-
.briggs-sep { width: 90px; height: 2px; background: rgba(255,255,255,0.35); margin: 0 0
|
| 185 |
.briggs-person {
|
| 186 |
-
font-family: 'Manrope', sans-serif; color: #fff; font-size: 1.
|
| 187 |
font-weight: 600; margin-bottom: 10px; text-shadow: 0 2px 8px rgba(0,0,0,0.8);
|
| 188 |
}
|
| 189 |
.briggs-person a { color: #fbbf24; text-decoration: none; border-bottom: 1px solid rgba(251,191,36,0.5); }
|
| 190 |
.briggs-person a:hover { border-bottom-color: #fbbf24; }
|
| 191 |
.briggs-role {
|
| 192 |
-
font-family: 'Manrope', sans-serif; color: #cfc9bb; font-size: 1.
|
| 193 |
-
line-height: 1.6; max-width:
|
| 194 |
}
|
|
|
|
|
|
|
|
|
|
| 195 |
|
| 196 |
/* Slide 4 (Comparables Financieros) — compact 11-row table + bottom block + footer */
|
| 197 |
.content-slide4-wide { width: 70%; max-height: 92vh; overflow-y: auto; padding-bottom: 20px; }
|
|
@@ -2010,15 +2014,14 @@
|
|
| 2010 |
<div class="slide" style="background-image: url('imagenes/brigss.png');">
|
| 2011 |
<div class="overlay-slide4 animate-overlay"></div>
|
| 2012 |
<div class="content-slide4 content-briggs">
|
| 2013 |
-
<div class="briggs-
|
| 2014 |
-
<img src="imagenes/briggs_only_logo.png" alt="Briggs Capital" style="width:340px">
|
| 2015 |
-
</div>
|
| 2016 |
-
<div class="briggs-body animate-table">
|
| 2017 |
<p class="briggs-kicker">FINANCIAL PARTNER</p>
|
|
|
|
| 2018 |
<p class="briggs-desc">M&A firm and investment bank based in Boston, recognized for its cross-border transactions.</p>
|
| 2019 |
<div class="briggs-sep"></div>
|
| 2020 |
<p class="briggs-person"><a href="https://www.briggscapital.com/member/9" target="_blank" rel="noopener">Stuart Robles</a> · Senior Partner</p>
|
| 2021 |
<p class="briggs-role">Leading Miguel's investment round and strategic capital raise.</p>
|
|
|
|
| 2022 |
</div>
|
| 2023 |
</div>
|
| 2024 |
</div>
|
|
|
|
| 165 |
.col-budget, .col-roi { font-family: 'Manrope', sans-serif; font-size: 0.95rem; font-weight: 700; text-align: right; padding-top: 2px; }
|
| 166 |
.roi-excellent { color: #4ade80; } .roi-good { color: #22c55e; } .roi-ok { color: #fbbf24; } .roi-risk { color: #fb923c; } .roi-low { color: #f87171; }
|
| 167 |
|
| 168 |
+
/* Slide Financial Partner (Briggs Capital) — left text + white signature */
|
| 169 |
+
.content-briggs { width: 52%; top: 90px; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 170 |
.briggs-kicker {
|
| 171 |
font-family: 'Manrope', sans-serif; color: #fbbf24; font-weight: 700;
|
| 172 |
+
text-transform: uppercase; letter-spacing: 5px; font-size: 0.95rem; margin-bottom: 14px;
|
| 173 |
+
}
|
| 174 |
+
.briggs-title {
|
| 175 |
+
font-family: 'EB Garamond', serif; font-size: 4.2rem; font-weight: 600;
|
| 176 |
+
color: #f3ecd9; line-height: 1; margin-bottom: 22px; letter-spacing: 1px;
|
| 177 |
+
text-shadow: 0 3px 12px rgba(0,0,0,0.85);
|
| 178 |
}
|
| 179 |
+
.briggs-title a { color: inherit; text-decoration: none; }
|
| 180 |
.briggs-desc {
|
| 181 |
+
font-family: 'EB Garamond', serif; color: #f3ecd9; font-size: 1.6rem;
|
| 182 |
+
line-height: 1.5; max-width: 600px; margin-bottom: 20px;
|
| 183 |
text-shadow: 0 2px 8px rgba(0,0,0,0.8);
|
| 184 |
}
|
| 185 |
+
.briggs-sep { width: 90px; height: 2px; background: rgba(255,255,255,0.35); margin: 0 0 20px 0; }
|
| 186 |
.briggs-person {
|
| 187 |
+
font-family: 'Manrope', sans-serif; color: #fff; font-size: 1.2rem;
|
| 188 |
font-weight: 600; margin-bottom: 10px; text-shadow: 0 2px 8px rgba(0,0,0,0.8);
|
| 189 |
}
|
| 190 |
.briggs-person a { color: #fbbf24; text-decoration: none; border-bottom: 1px solid rgba(251,191,36,0.5); }
|
| 191 |
.briggs-person a:hover { border-bottom-color: #fbbf24; }
|
| 192 |
.briggs-role {
|
| 193 |
+
font-family: 'Manrope', sans-serif; color: #cfc9bb; font-size: 1.02rem;
|
| 194 |
+
line-height: 1.6; max-width: 540px; text-shadow: 0 2px 8px rgba(0,0,0,0.8);
|
| 195 |
}
|
| 196 |
+
/* firma BRIGGS en blanco, bajo el texto, sobre la zona oscura */
|
| 197 |
+
.briggs-signature { display: inline-block; margin-top: 30px; line-height: 0; }
|
| 198 |
+
.briggs-signature img { width: 210px; height: auto; display: block; }
|
| 199 |
|
| 200 |
/* Slide 4 (Comparables Financieros) — compact 11-row table + bottom block + footer */
|
| 201 |
.content-slide4-wide { width: 70%; max-height: 92vh; overflow-y: auto; padding-bottom: 20px; }
|
|
|
|
| 2014 |
<div class="slide" style="background-image: url('imagenes/brigss.png');">
|
| 2015 |
<div class="overlay-slide4 animate-overlay"></div>
|
| 2016 |
<div class="content-slide4 content-briggs">
|
| 2017 |
+
<div class="briggs-body animate-title-slide">
|
|
|
|
|
|
|
|
|
|
| 2018 |
<p class="briggs-kicker">FINANCIAL PARTNER</p>
|
| 2019 |
+
<h2 class="briggs-title"><a href="https://www.briggscapital.com" target="_blank" rel="noopener" style="color:inherit;text-decoration:none">Briggs Capital</a></h2>
|
| 2020 |
<p class="briggs-desc">M&A firm and investment bank based in Boston, recognized for its cross-border transactions.</p>
|
| 2021 |
<div class="briggs-sep"></div>
|
| 2022 |
<p class="briggs-person"><a href="https://www.briggscapital.com/member/9" target="_blank" rel="noopener">Stuart Robles</a> · Senior Partner</p>
|
| 2023 |
<p class="briggs-role">Leading Miguel's investment round and strategic capital raise.</p>
|
| 2024 |
+
<a class="briggs-signature" href="https://www.briggscapital.com" target="_blank" rel="noopener"><img src="imagenes/briggs_blanco.png" alt="Briggs Capital · Mergers & Acquisitions"></a>
|
| 2025 |
</div>
|
| 2026 |
</div>
|
| 2027 |
</div>
|