Skip to content

Commit

Permalink
Fix missing hyperlinks in sponsors (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeborg committed Feb 14, 2023
1 parent f1642f7 commit 930ea03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -658,17 +658,17 @@ <h2 class="gold-sponsor pt-4 partner-title">BRONZE SPONSORS</h2>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="logo cp-community-logo d-flex justify-content-center" href="" target="_blank">
<a class="logo cp-community-logo d-flex justify-content-center" href="https://reskilll.com/" target="_blank">
<img class="rounded" src="./images/sponsors/reskilll-logo.png" alt="reskilll-logo" title="Reskilll">
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="logo cp-community-logo d-flex justify-content-center" href="" target="_blank">
<a class="logo cp-community-logo d-flex justify-content-center" href="https://www.lumoslabs.co/" target="_blank">
<img class="rounded" src="./images/sponsors/lumos-logo.png" alt="lumos-logo" title="Lumos">
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="logo cp-community-logo d-flex justify-content-center" href="" target="_blank">
<a class="logo cp-community-logo d-flex justify-content-center" href="https://www.nw18.com/" target="_blank">
<img class="rounded" src="./images/sponsors/tv18-logo.png" alt="tv18-logo" title="TV18">
</a>
</div>
Expand All @@ -689,7 +689,7 @@ <h2 class="food-sponsor pt-4 partner-title">FOOD SPONSORS</h2>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="logo cp-community-logo d-flex justify-content-center" href="" target="_blank">
<a class="logo cp-community-logo d-flex justify-content-center" href="https://momomiafood.com/" target="_blank">
<img class="rounded" src="./images/Food Sponsors/momomia-logo.png" alt="momomia" title="MomoMia">
</a>
</div>
Expand Down

0 comments on commit 930ea03

Please sign in to comment.