Skip to content

Commit

Permalink
Feature add main sponsors (#679)
Browse files Browse the repository at this point in the history
* Add main sponsors to home page

* Add company logos
  • Loading branch information
bramvankooten authored Jan 9, 2020
1 parent a269fca commit ee0feef
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
Binary file added images/logos/Netcompany.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 images/logos/UTURN.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/lancie-home-page/lancie-home-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@


<!-- Uncomment the code below once you have sponsors for the event and updated the lancie-sponsors file -->
<!-- <lancie-section type="primary" header="Partners &amp; Sponsors">
<lancie-section type="primary" header="Partners &amp; Sponsors">
<lancie-sponsors></lancie-sponsors>
</lancie-section> -->
</lancie-section>

<!-- Uncomment the code below once you have finalised the timetable for the event and updated the lancie-timeline file -->
<!--<lancie-section type="primary" header="Timetable">-->
Expand Down
13 changes: 3 additions & 10 deletions src/lancie-sponsors/lancie-sponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
object-fit: contain;
width: 210px;
height: 100%;
margin: 4px;
margin: 10px;
}

.wrapper {
Expand Down Expand Up @@ -44,16 +44,9 @@ <h3>Presented by</h3>
<div class="vertical-flex">
<h3>Premium sponsors</h3>
<div>
<a href="https://www.sogeti.nl/" target="_blank" rel="noopener noreferrer"><img src="images-optimized/logos/sogeti.png"></a>
<a href="http://eu.coolermaster.com/en/" target="_blank" rel="noopener noreferrer"><img src="images-optimized/logos/Cooler_Master_Logo.png"></a>
<a href="https://uturn-now.com/en/" target="_blank" rel="noopener noreferrer"><img src="images-optimized/logos/UTURN.png"></a>
<a href="https://ogd.nl/" target="_blank" rel="noopener noreferrer"><img src="images-optimized/logos/ogd.png"></a>
</div>
<h3>Sponsors</h3>
<div>
<a href="http://www.spam-energydrink.com/" target="_blank" rel="noopener noreferrer"><img src="images-optimized/logos/spam-logo.jpg"></a>
<a href="https://prodrive-technologies.com/" target="_blank" rel="noopener noreferrer"><img id="prodriveLogo" src="images-optimized/logos/ProDrive.jpg"></a>
<a href="https://campzone.nl/?lang=en" target="_blank" rel="noopener noreferrer"><img src="images-optimized/logos/campzone.png"></a>
<a href="https://www.nationaalvideogamemuseum.nl/" target="_blank" rel="noopener noreferrer"><img src="images-optimized/logos/NationaalVideogameMuseum.jpg"></a>
<a href="https://www.netcompany.com/" target="_blank" rel="noopener noreferrer"><img src="images-optimized/logos/Netcompany.png"></a>
</div>
</div>
</div>
Expand Down

0 comments on commit ee0feef

Please sign in to comment.