Skip to content

Commit 5a4792e

Browse files
committed
Moving summary graphics to end with links to navigate back and forth, adjusting number of sponsorships
1 parent 164f5d4 commit 5a4792e

File tree

1 file changed

+24
-7
lines changed

1 file changed

+24
-7
lines changed

prospectus/index.html

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ <h2>Impact of Support</h2>
9494
<div class="row">
9595
<div class="col-12">
9696
<h2>Sponsorship Opportunities</h2>
97-
<h3>General sponsorship levels</h3>
97+
<h3 id="general">General sponsorship levels
98+
<a class="btn ct-btn-light btn-lg" href="#summary-general">Summary</a>
99+
</h3>
98100
</div>
99101
</div>
100102

@@ -211,14 +213,15 @@ <h4>Supporter</h4>
211213
</ul>
212214
</div>
213215
</div>
214-
<p style="width: 100%; text-align: center;"><img class="info-image" src="/assets/img/sponsors/chart-general.png" alt="Summary chart of general sponsorships"/></p>
215216
</div>
216217

217218
<!-- targeted -->
218219
<div class="row" id="targetedSponsorship">
219220
<a name="Targeted-Sponsorship"></a>
220221
<div class="col-12">
221-
<h3>Diversity, Accessibility and Inclusion Sponsorships</h3>
222+
<h3 id="dai">Diversity, Accessibility and Inclusion Sponsorships
223+
<a class="btn ct-btn-light btn-lg" href="#summary-dai">Summary</a>
224+
</h3>
222225
</div>
223226

224227
<div class="col-12">
@@ -231,7 +234,7 @@ <h3>Diversity, Accessibility and Inclusion Sponsorships</h3>
231234
<div class="thumbnail">
232235
<a name="Streaming"></a>
233236
<h4>Streaming Video Sponsor</h4>
234-
<p><strong><span class="text-danger">1 available</span> at $2,500</strong></p>
237+
<p><strong><span class="text-danger">2 available</span> at $2,500</strong></p>
235238
<p>
236239
A live webcast and recording of the Code4Lib Conference is provided to ensure the entire community can participate. Sponsor benefits will include:
237240
</p>
@@ -248,7 +251,7 @@ <h4>Streaming Video Sponsor</h4>
248251
<div class="thumbnail">
249252
<a name="Captioning"></a>
250253
<h4>Captioning Sponsor</h4>
251-
<p><strong><span class="text-danger">None available</span> at $1,500</strong></p>
254+
<p><strong><span class="text-danger">2 available</span> at $1,500</strong></p>
252255
<p>
253256
To facilitate universal participation and access to conference content, real-time live transcription and closed captioning of all presentations, lightning talks, and announcements at the annual Code4Lib conference will be included with the webstream, along with full transcription after the fact to accompany recordings. Sponsor benefits will include:
254257
</p>
@@ -315,15 +318,14 @@ <h4>Diversity Scholarships</h4>
315318
</ul>
316319
</div>
317320
</div>
318-
319-
<p style="width: 100%; text-align: center;"><img class="info-image" src="/assets/img/sponsors/chart-dai.png" alt="Summary chart of Diversity, Accessibility, and Inclusion sponsorships"/></p>
320321
</div>
321322

322323
<!-- Exhibitor Tables -->
323324
<div class="row" id="exhibitorTables">
324325
<a name="Exhibitor-Tables"></a>
325326
<div class="col-12">
326327
<h3>Exhibitor Tables</h3>
328+
<p><strong><span class="text-danger">6 available</span></p>
327329
</div>
328330

329331
<div class="col-12">
@@ -354,3 +356,18 @@ <h2>Sponsor Contact</h2>
354356
</div>
355357
</div>
356358
{% endif %}
359+
360+
{% if site.data.conf.show-sponsorship-details %}
361+
<section class="prospectus-summary">
362+
<div class="container">
363+
<div class="row">
364+
<div class="col-12">
365+
<p id="summary-general" style="width: 100%; text-align: center;"><img class="info-image" src="/assets/img/sponsors/chart-general.png" alt="Summary chart of general sponsorships"/></p>
366+
<p class="text-right small"><a href="#general">Return to General Sponsorships</a></p>
367+
<p id="summary-dai" style="width: 100%; text-align: center;"><img class="info-image" src="/assets/img/sponsors/chart-dai.png" alt="Summary chart of Diversity, Accessibility, and Inclusion sponsorships"/></p>
368+
<p class="text-right small"><a href="#dai">Return to Diversity, Accessibility and Inclusion Sponsorships</a></p>
369+
</div>
370+
</div>
371+
</div>
372+
</section>
373+
{% endif %}

0 commit comments

Comments
 (0)