Skip to content

Commit

Permalink
Merge pull request #129 from Anita-ihuman/master
Browse files Browse the repository at this point in the history
fixed responsiveness of footer.
  • Loading branch information
Jashpatel1 authored Jun 9, 2021
2 parents 40ff336 + 7185c87 commit 770117f
Show file tree
Hide file tree
Showing 4 changed files with 6,401 additions and 6,364 deletions.
5 changes: 3 additions & 2 deletions docs/_data/footer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
- name: Docs
link: /docs
new_window: true
- title: Resources
links:

- title2: Resources
links2:
- name: Service Mesh Performance
link: https://smp-spec.io
new_window: true
Expand Down
22 changes: 20 additions & 2 deletions docs/_includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<div class="container foot-container">
<p class="editor-link"><a href="cloudcannon:collections/_data/footer.yml" class="btn"><strong>&#9998;</strong> Edit footer</a></p>
<div class="getnighthawk-logo">
<a href="/" target="_blank" rel="noopener noreferrer"><img src="{{ site.baseurl }}/assets/images/logos/getnighthawk-logo.svg" alt="getnighthawk-Logo"> <p>GetNighthawk</p></a>
<a href="/" target="_blank" rel="noopener noreferrer"><img src="{{ site.baseurl }}/assets/images/logos/getnighthawk-logo.svg" alt="getnighthawk-Logo"> </a>
<p>GetNighthawk</p>
</div>
<div class="footer-columns">
{% for column in site.data.footer %}
Expand All @@ -19,12 +20,29 @@
{% endfor %}

</div>
<div class="footer-columns2">
{% for column in site.data.footer %}
<ul class="footer-links">
<li><h2><strong>{{ column.title2 }}</strong></h2></li>
{% for link in column.links2 %}
<li><a {% if link.new_window %}target="_blank"{% endif %} href="{% include relative-src.html src=link.link %}" {% if link.social_icon %}class="{{ link.social_icon || downcase }}-icon"{% endif %}>
{% if link.social_icon %}
{% include social-icon.html icon=link.social_icon %}
{% endif %}
{{ link.name }}</a></li>
{% endfor %}
</ul>
{% endfor %}

</div>
<div>

</div>
</div>
<hr>
<div class="row footer-social-row">
<div class="col-lg-6">
<p class="copyright-text">Copyright <span class="copyright">&#169;</span> Layer5, Inc. 2021 </p>
<p class="copyright-text">2021 © Layer5, Inc.<span class="copyright">&#169;</span></p>
</div>
<div class="col-lg-6 footer-social-div">
{% for column in site.data.footer-social %}
Expand Down
Loading

0 comments on commit 770117f

Please sign in to comment.