Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the missing links to each img on the front page #193

Merged
merged 1 commit into from
Oct 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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