136 lines
4.0 KiB
Plaintext
136 lines
4.0 KiB
Plaintext
<footer class="np-footer">
|
|
<div class='footer-top'>
|
|
<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'>
|
|
<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'>
|
|
<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'>
|
|
<a href="https://sell.g2.com/resources">Resources</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="footer-seperator"></div>
|
|
{% comment %}
|
|
<div class='footer-bottom'>
|
|
<ul class='footer-bottom-links'>
|
|
<li class='footer-botoom-links-elements'>Community Guidelines</li>
|
|
<li class='footer-botoom-links-elements'>G2 Scoring Methodologies</li>
|
|
<li class='footer-botoom-links-elements'>Terms of Use </li>
|
|
<li class='footer-botoom-links-elements'>Privacy Policy </li>
|
|
<li class='footer-botoom-links-elements'>Cookie Policy </li>
|
|
<li class='footer-botoom-links-elements'>Copyright Complaint Policy </li>
|
|
<li class='footer-botoom-links-elements'>Content Usage Guidelines </li>
|
|
<li class='footer-botoom-links-elements'>Do Not Sell My Personal Information </li>
|
|
</ul>
|
|
{% endcomment %}
|
|
<div class='footer-bottom-logo'>
|
|
<img
|
|
alt="{{ current_school.name }}"
|
|
class="footer-bottom-logo-img"
|
|
src="{{ current_school.logo_url }}"
|
|
/>
|
|
<div class='footer-bottom-logo-right'>
|
|
<div class='footer-bottom-logo-right-element'>
|
|
100 S. Wacker Dr.
|
|
</div>
|
|
<div class='footer-bottom-logo-right-element'>
|
|
Ste. 600
|
|
</div>
|
|
<div class='footer-bottom-logo-right-element'>
|
|
Chicago, IL 60606
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class='footer-bottom-subline'>
|
|
© 2022, G2.com, Inc. All Rights Reserved.
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
<style>
|
|
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap');
|
|
</style>
|
|
<style>
|
|
.np-footer {
|
|
background: rgb(6, 40, 70);
|
|
}
|
|
.footer-top {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-evenly;
|
|
width: 100%;
|
|
}
|
|
.footer-top-column {
|
|
list-style-type: none;
|
|
}
|
|
.footer-top-column-title {
|
|
color: white;
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
margin-top: 10px;
|
|
}
|
|
.footer-top-column-element {
|
|
color: white;
|
|
font-size: 15px;
|
|
line-height: 15px;
|
|
font-weight: 400;
|
|
padding: 9px 0;
|
|
}
|
|
.footer-top-column-button {
|
|
background: none;
|
|
border: 2px white solid;
|
|
border-radius: 100px;
|
|
padding: 9px 25px;
|
|
font-size: 14px;
|
|
color: white;
|
|
font-weight: 600;
|
|
}
|
|
.footer-seperator {
|
|
border-top: rgb(128, 128, 128) 1px solid;
|
|
width: 90%;
|
|
margin: auto;
|
|
height: 1px;
|
|
margin: 40px 0;
|
|
}
|
|
.footer-bottom-links {
|
|
display: flex;
|
|
flex-direction: row;
|
|
list-style-type: none;
|
|
color: rgb(168, 168, 172);
|
|
font-size: 14px;
|
|
}
|
|
.footer-botoom-links-elements {
|
|
margin: 10px;
|
|
}
|
|
.footer-bottom-logo {
|
|
display: flex;
|
|
flex-direction: row;
|
|
color: rgb(168, 168, 172);
|
|
font-size: 14px;
|
|
}
|
|
.footer-bottom-logo-img {
|
|
height: 55px;
|
|
margin: 0 10px 10px 0;
|
|
}
|
|
.footer-bottom-subline {
|
|
color: rgb(168, 168, 172);
|
|
font-size: 14px;
|
|
}
|
|
body {
|
|
font-family: "Barlow", sans-serif !important;
|
|
}
|
|
a {
|
|
text-decoration:none;
|
|
color:white;
|
|
}
|
|
</style>
|