G2 templates, question mark and accredible scripts. HackerRank notes.

This commit is contained in:
Norm Rasmussen
2023-06-08 16:53:46 -04:00
parent 20ef5dab44
commit b5a86e1abb
8 changed files with 247 additions and 63 deletions

View File

@ -3,25 +3,19 @@
<ul class='footer-top-column'>
<img src="//sell.g2.com/hubfs/raw_assets/public/apex/base/img/g2-chev-red.svg" class="float-left show-for-medium" style="width:20px;margin:15px 0 0 -29px;position: absolute;" alt="">
<li class='footer-top-column-title'>
G2
<a href="https://sell.g2.com">G2</a>
</li>
</ul>
<ul class='footer-top-column'>
<img src="//sell.g2.com/hubfs/raw_assets/public/apex/base/img/g2-chev-red.svg" class="float-left show-for-medium" style="width:20px;margin:15px 0 0 -29px;position: absolute;" alt="">
<li class='footer-top-column-title'>
University
<a href="https://company.g2.com/about">Company</a>
</li>
</ul>
<ul class='footer-top-column'>
<img src="//sell.g2.com/hubfs/raw_assets/public/apex/base/img/g2-chev-red.svg" class="float-left show-for-medium" style="width:20px;margin:15px 0 0 -29px;position: absolute;" alt="">
<li class='footer-top-column-title'>
Company
</li>
</ul>
<ul class='footer-top-column'>
<img src="//sell.g2.com/hubfs/raw_assets/public/apex/base/img/g2-chev-red.svg" class="float-left show-for-medium" style="width:20px;margin:15px 0 0 -29px;position: absolute;" alt="">
<li class='footer-top-column-title'>
Resources
<a href="https://sell.g2.com/resources">Resources</a>
</li>
</ul>
</div>
@ -134,4 +128,8 @@
body {
font-family: "Barlow", sans-serif !important;
}
a {
text-decoration:none;
color:white;
}
</style>

View File

@ -21,7 +21,7 @@
{% include "sub_navigation" %}
{% include 'courses_catalog' %}
</main>
{% comment %} {% include "footer" %} {% endcomment %}
{% include "footer" %}
<style>
body { background: #FEFEFE; }
@ -116,6 +116,10 @@
max-width: 760px;
}
}
a {
text-deocration:none;
color:white;
}
</style>