Skip to content

Commit

Permalink
👌 IMPROVE: add whova code
Browse files Browse the repository at this point in the history
  • Loading branch information
Guido Stein committed Jul 13, 2023
1 parent 2b57ac9 commit 1b59a4d
Showing 1 changed file with 26 additions and 96 deletions.
122 changes: 26 additions & 96 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,15 +192,6 @@
Sponsorship Information
</button>
</a>
<a href="cfp.html">
<button
type="button"
class="btn btn-primary btn-lg col-12 my-2"
>
Call For Presentations<br />
<b>Extended to June 11th</b>
</button>
</a>
<h2
class="page-section-heading text-center text-uppercase"
>
Expand Down Expand Up @@ -291,95 +282,34 @@ <h2 class="page-section-heading text-center text-uppercase">
</section>
<!-- Sponsor Section-->
<section class="page-section bg-primary" id="sponsor">
<div class="container bg-secondary text-white text-center">
<!-- Sponsor Section Heading-->
<h2
class="page-section-heading text-center text-uppercase text-primary pt-5"
<div>
<div
title="Whova event and conference app"
id="whova-sponsorwidget"
>
Sponsors
</h2>
<div class="divider-custom">
<div class="divider-custom-line-primary"></div>
</div>
<!-- Diamond Sponsor Section -->
<div class="row py-5">
<div class="page-section-heading">
<p>DIAMOND</p>
</div>
</div>
<div class="row align-items-center">
<div class="col">
<a href="https://www.wherobots.ai/"
><img
class="img-fluid"
alt="Wherobots Inc. Logo"
src="assets/img/logo/wherobots.png"
/></a>
</div>
</div>
<!-- Gold Sponsor Section -->
<div class="row py-5">
<div class="page-section-heading">
<p>GOLD</p>
</div>
</div>
<div class="row align-items-center">
<div class="col">
<a href="https://www.trimble.com"
><img
class="img-fluid"
alt="Trimble Inc. Logo"
src="assets\img\logo\trimble_logo.png"
/></a>
</div>
<p id="whova-loading">Loading...</p>
</div>
<!-- Silver Sponsor Section -->
<div class="row py-5">
<div class="page-section-heading">
<p>SILVER</p>
</div>
</div>
<div class="row align-items-center">
<div class="col">
<a href="https://www.crunchydata.com/"
><img
class="img-fluid"
alt="crunchy data Logo"
src="assets/img/logo/crunchy_logo.png"
/></a>
</div>
<div class="col">
<a href="https://rgi-corp.com/"
><img
class="img-fluid"
alt="Reinventing Geospatial, Inc (RGi) Logo"
src="assets/img/logo/rgi_logo.png"
/></a>
</div>
</div>
<!-- Bronze Sponsor Section -->
<div class="row py-5">
<div class="page-section-heading">
<p>BRONZE</p>
</div>
</div>
<div class="row align-items-center pb-5">
<div class="col">
<a href="https://www.epochgeo.com/"
><img
class="img-fluid"
alt="EpochGeo Logo"
src="assets/img/logo/epoch_logo.png"
/></a>
</div>
<div class="col">
<a href="https://hobu.co/"
><img
class="img-fluid"
alt="Hobu Logo"
src="assets/img/logo/hobu_logo.png"
/></a>
</div>

<script
src=https://whova.com/static/frontend/xems/js/whova-sponsor-widget.js?eid=2rMAZNtsZ-RKoLSMYh0cX9UcmAaBfO%40P8NKrfbURgpA%3D&host=https://whova.com
type="text/javascript" id="embeded-sponsor-script" />
<div id="whova-wrap" class="whova-wrap-class">
Powered By
<a
class="brandlink"
target="_blank"
href="https://whova.com"
>
<b>Whova</b>
</a>
<br />
<a
class="whova-emslink brandanchorlink"
target="_blank"
href="https://whova.com/trade-show-app-lead-retrieval/"
>
Virtual exhibit hall
</a>
</div>
</div>
</section>
Expand Down

0 comments on commit 1b59a4d

Please sign in to comment.