Skip to content

Commit

Permalink
📦 NEW: Add new sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
Guido Stein committed Jun 20, 2023
1 parent 558b5d1 commit 2b57ac9
Show file tree
Hide file tree
Showing 7 changed files with 84 additions and 9 deletions.
Binary file added assets/img/logo/crunchy_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/logo/epoch_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/logo/hobu_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/logo/rgi_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/logo/trimble_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -11274,6 +11274,14 @@ html {
border-radius: 1rem;
border-color: white;
}
.divider-custom .divider-custom-line-primary {
width: 100%;
max-width: 20rem;
height: 0.25rem;
background-color: var(--bs-primary);
border-radius: 1rem;
border-color: var(--bs-primary);
}
.divider-custom .divider-custom-line-secondary {
width: 100%;
max-width: 20rem;
Expand Down
85 changes: 76 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -290,30 +290,97 @@ <h2 class="page-section-heading text-center text-uppercase">
</div>
</section>
<!-- Sponsor Section-->
<section class="page-section bg-primary blue" id="sponsor">
<div class="container">
<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-secondary"
class="page-section-heading text-center text-uppercase text-primary pt-5"
>
Sponsors
</h2>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line-secondary"></div>
<div class="divider-custom-line-primary"></div>
</div>
<!-- Sponsor Section Content-->
<div class="row m-3 text-white bg-secondary text-center">
<div class="p-5 page-section-heading">
<!-- 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 Logo"
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>
</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>
</div>
</div>
</section>
<!-- Footer-->
Expand Down

0 comments on commit 2b57ac9

Please sign in to comment.