Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
- Added link to support member material to the top menu
- Added thanks to our support members and logos of current support members
  • Loading branch information
wb8wb authored Feb 15, 2024
1 parent 939737c commit d6b5c6b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<a href="#board-members" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-th"></i> SAIMAASEC BOARD</a>
<a href="#contact" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-envelope"></i> CONTACT</a>
<a href="http://liity.saimaasec.fi/" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-user-plus"></i> JOIN SAIMAASEC</a>
<a href="http://kannata.saimaasec.fi/" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-user-plus"></i> SUPPORT SAIMAASEC</a>
</div>

<!-- Navbar on small screens -->
Expand All @@ -31,6 +32,7 @@
<a href="#board-members" class="w3-bar-item w3-button" onclick="toggleFunction()">SAIMAASEC BOARD</a>
<a href="#contact" class="w3-bar-item w3-button" onclick="toggleFunction()">CONTACT</a>
<a href="http://liity.saimaasec.fi/" class="w3-bar-item w3-button" onclick="toggleFunction()">JOIN SAIMAASEC</a>
<a href="http://kannata.saimaasec.fi/" class="w3-bar-item w3-button" onclick="toggleFunction()">SUPPORT SAIMAASEC</a>
</div>
</div>

Expand Down Expand Up @@ -169,6 +171,14 @@
<a href="https://selosella.fi/category/59/saimaa-sec-tuotteet"><i class="fa fa-shopping-cart w3-hover-opacity"> SaimaaSec Swag</i></a>
<br />
</div>
<div class="contact-swag w3-xlarge">
<span class="swag">Big thanks to our supporters: </span>
<br />
<a href="https://netvisor.fi/"><img src="img/netvisor-logo.png" style="width:300px" onclick="onClick(this)" class="w3-hover-opacity" alt="Netvisor"></a>
<br />
<a href="https://www.f-secure.com/"><img src="img/f-secure_logo.png" style="width:200px" onclick="onClick(this)" class="w3-hover-opacity" alt="Netvisor"></a>
<br />
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit d6b5c6b

Please sign in to comment.