Skip to content

Commit

Permalink
Moving summary graphics to end with links to navigate back and forth,…
Browse files Browse the repository at this point in the history
… adjusting number of sponsorships
  • Loading branch information
escowles committed Nov 1, 2024
1 parent 164f5d4 commit 5a4792e
Showing 1 changed file with 24 additions and 7 deletions.
31 changes: 24 additions & 7 deletions prospectus/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ <h2>Impact of Support</h2>
<div class="row">
<div class="col-12">
<h2>Sponsorship Opportunities</h2>
<h3>General sponsorship levels</h3>
<h3 id="general">General sponsorship levels
<a class="btn ct-btn-light btn-lg" href="#summary-general">Summary</a>
</h3>
</div>
</div>

Expand Down Expand Up @@ -211,14 +213,15 @@ <h4>Supporter</h4>
</ul>
</div>
</div>
<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>
</div>

<!-- targeted -->
<div class="row" id="targetedSponsorship">
<a name="Targeted-Sponsorship"></a>
<div class="col-12">
<h3>Diversity, Accessibility and Inclusion Sponsorships</h3>
<h3 id="dai">Diversity, Accessibility and Inclusion Sponsorships
<a class="btn ct-btn-light btn-lg" href="#summary-dai">Summary</a>
</h3>
</div>

<div class="col-12">
Expand All @@ -231,7 +234,7 @@ <h3>Diversity, Accessibility and Inclusion Sponsorships</h3>
<div class="thumbnail">
<a name="Streaming"></a>
<h4>Streaming Video Sponsor</h4>
<p><strong><span class="text-danger">1 available</span> at $2,500</strong></p>
<p><strong><span class="text-danger">2 available</span> at $2,500</strong></p>
<p>
A live webcast and recording of the Code4Lib Conference is provided to ensure the entire community can participate. Sponsor benefits will include:
</p>
Expand All @@ -248,7 +251,7 @@ <h4>Streaming Video Sponsor</h4>
<div class="thumbnail">
<a name="Captioning"></a>
<h4>Captioning Sponsor</h4>
<p><strong><span class="text-danger">None available</span> at $1,500</strong></p>
<p><strong><span class="text-danger">2 available</span> at $1,500</strong></p>
<p>
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:
</p>
Expand Down Expand Up @@ -315,15 +318,14 @@ <h4>Diversity Scholarships</h4>
</ul>
</div>
</div>

<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>
</div>

<!-- Exhibitor Tables -->
<div class="row" id="exhibitorTables">
<a name="Exhibitor-Tables"></a>
<div class="col-12">
<h3>Exhibitor Tables</h3>
<p><strong><span class="text-danger">6 available</span></p>
</div>

<div class="col-12">
Expand Down Expand Up @@ -354,3 +356,18 @@ <h2>Sponsor Contact</h2>
</div>
</div>
{% endif %}

{% if site.data.conf.show-sponsorship-details %}
<section class="prospectus-summary">
<div class="container">
<div class="row">
<div class="col-12">
<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>
<p class="text-right small"><a href="#general">Return to General Sponsorships</a></p>
<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>
<p class="text-right small"><a href="#dai">Return to Diversity, Accessibility and Inclusion Sponsorships</a></p>
</div>
</div>
</div>
</section>
{% endif %}

0 comments on commit 5a4792e

Please sign in to comment.