Skip to content

Commit

Permalink
Merge pull request #193 from afzal442/add/links/img
Browse files Browse the repository at this point in the history
Added the missing links to each img on the front page
  • Loading branch information
warunicorn19 authored Oct 4, 2021
2 parents d769c4c + 095431a commit 285cce3
Showing 1 changed file with 36 additions and 22 deletions.
58 changes: 36 additions & 22 deletions docs/_includes/stewarded.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,31 @@ <h5 class="stewarded-h5">Stewarded by</h5>
<div class="container">
<div class="col-lg-6">
<div>
<img
src="{{ site.baseurl }}/assets/images/logos/layer5.png"
class="stewarded-img"
alt="Layer5"
/>
<a href="http://layer5.io/" target="_blank">
<img
src="{{ site.baseurl }}/assets/images/logos/layer5.png"
class="stewarded-img"
alt="Layer5"
/>
</a>
</div>
<div>
<img
src="{{ site.baseurl }}/assets/images/logos/google.png"
class="stewarded-img"
alt="Google"
/>
<a href="https://opensource.google/" target="_blank">
<img
src="{{ site.baseurl }}/assets/images/logos/google.png"
class="stewarded-img"
alt="Google"
/>
</a>
</div>
<div>
<img
src="{{ site.baseurl }}/assets/images/logos/red-hat.png"
class="stewarded-img"
alt="RedHat"
/>
<a href="https://redhat.com/" target="_blank">
<img
src="{{ site.baseurl }}/assets/images/logos/red-hat.png"
class="stewarded-img"
alt="RedHat"
/>
</a>
</div>
</div>
</div>
Expand All @@ -39,15 +45,23 @@ <h5 class="stewarded-h5">Stewarded by</h5>
<div class="col-lg-6">
<div>
<h5 class="organised-by-h5">Organized by</h5>
<img
src="{{ site.baseurl }}/assets/images/logos/newsletter-signup.png"
alt="Cloud-Native-logo"
class="newsletter-signup-logo"
/>
<a href="https://www.cncf.io/" target="_blank">
<img
src="{{ site.baseurl }}/assets/images/logos/newsletter-signup.png"
alt="Cloud-Native-logo"
class="newsletter-signup-logo"
/>
</a>
<p class="newsletter-para">Join us in Cloud Native Computing</p>
<p class="newsletter-para"> Foundation's Service Mesh Working Group.</p>
<p class="newsletter-para">Foundation's Service Mesh Working Group.</p>
<button type="button" name="button" class="newsletter-signup-button">
<a class="newsletter-span" style="text-decoration: none" href="http://slack.layer5.io/" target="_blank" >Join us</a>
<a
class="newsletter-span"
style="text-decoration: none"
href="http://slack.layer5.io/"
target="_blank"
>Join us</a
>
</button>
</div>
</div>
Expand Down

0 comments on commit 285cce3

Please sign in to comment.