updated footer, smaller logo, added link to the thread model
This commit is contained in:
parent
3c53d91d08
commit
69adaed1cf
|
@ -1,3 +1,48 @@
|
||||||
|
<footer>
|
||||||
|
<div class="footer container">
|
||||||
|
<div class="footer-top">
|
||||||
|
<div class="footer-logo">
|
||||||
|
<a href="/">
|
||||||
|
<img src="/assets/base/distrust-text-white.svg" alt="Distrust logo" />
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<p class="footer-description footer-description-desktop">
|
||||||
|
Distrust is a research and consulting company securing mission-critical systems with verifiable open source infrastructure.
|
||||||
|
</p>
|
||||||
|
<p class="footer-description footer-description-mobile">
|
||||||
|
Distrust secures mission-critical systems with verifiable open source infrastructure.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="footer-divider">
|
||||||
|
</div>
|
||||||
|
<div class="footer-links">
|
||||||
|
<div class="footer-column">
|
||||||
|
<a href="/services.html">Services</a>
|
||||||
|
<a href="/software.html">Software</a>
|
||||||
|
<a href="/threatmodel.html">Threat model</a>
|
||||||
|
</div>
|
||||||
|
<div class="footer-column">
|
||||||
|
<a href="/company.html">Company</a>
|
||||||
|
<a href="/blog.html">Blog</a>
|
||||||
|
<a href="/contact.html">Contact</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="footer-bottom container">
|
||||||
|
<div class="footer-footer"> {{site.footer}} </div>
|
||||||
|
<div class="footer-social">
|
||||||
|
<a href="/feed.xml" target="_blank" rel="noopener noreferrer" aria-label="RSS">
|
||||||
|
<img src="/assets/base/rss-bw-tr.png" alt="RSS" />
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ORIGINAL
|
||||||
<footer>
|
<footer>
|
||||||
<div class="footer-logo container">
|
<div class="footer-logo container">
|
||||||
<a href="/">
|
<a href="/">
|
||||||
|
@ -16,9 +61,10 @@
|
||||||
<div>
|
<div>
|
||||||
<a href="/services.html">Services</a>
|
<a href="/services.html">Services</a>
|
||||||
<a href="/software.html">Software</a>
|
<a href="/software.html">Software</a>
|
||||||
<a href="/company.html">Company</a>
|
<a href="/threatmodel.html">Threat model</a>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
<a href="/company.html">Company</a>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/blog.html">Blog</a>
|
||||||
<a href="/contact.html">Contact</a>
|
<a href="/contact.html">Contact</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -29,9 +75,6 @@
|
||||||
<div class="footer-bottom container">
|
<div class="footer-bottom container">
|
||||||
<div class="footer-footer"> {{site.footer}} </div>
|
<div class="footer-footer"> {{site.footer}} </div>
|
||||||
<div class="footer-social">
|
<div class="footer-social">
|
||||||
<a href="https://www.linkedin.com/company/distrustco" target="_blank" rel="noopener noreferrer" aria-label="LinkedIn">
|
|
||||||
<img src="/assets/base/linkedin.png" alt="LinkedIn" />
|
|
||||||
</a>
|
|
||||||
<a href="/feed.xml" target="_blank" rel="noopener noreferrer" aria-label="RSS">
|
<a href="/feed.xml" target="_blank" rel="noopener noreferrer" aria-label="RSS">
|
||||||
<img src="/assets/base/rss-bw-tr.png" alt="RSS" />
|
<img src="/assets/base/rss-bw-tr.png" alt="RSS" />
|
||||||
</a>
|
</a>
|
||||||
|
@ -39,3 +82,4 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
-->
|
114
_sass/base.scss
114
_sass/base.scss
|
@ -596,7 +596,7 @@ footer {
|
||||||
color: var(--light-grey);
|
color: var(--light-grey);
|
||||||
background-color: color-mix(in srgb, var(--background-color), white 1.5%);
|
background-color: color-mix(in srgb, var(--background-color), white 1.5%);
|
||||||
border-top: 2px solid var(--purple);
|
border-top: 2px solid var(--purple);
|
||||||
padding: 80px 0px 40px 0px;
|
padding: 60px 0px 40px 0px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin-top: 80px;
|
margin-top: 80px;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
@ -606,10 +606,13 @@ footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer-description-mobile {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.footer-logo img {
|
.footer-logo img {
|
||||||
float: left;
|
float: left;
|
||||||
margin-bottom: 2rem;
|
width: 270px;
|
||||||
width: 450px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-logo img:hover {
|
.footer-logo img:hover {
|
||||||
|
@ -624,7 +627,14 @@ footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
gap: 2rem;
|
align-items: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-logo {
|
||||||
|
flex: 1 1 100%;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: flex-start
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-description {
|
.footer-description {
|
||||||
|
@ -635,19 +645,20 @@ footer {
|
||||||
|
|
||||||
.footer-links {
|
.footer-links {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 8rem;
|
gap: 6rem;
|
||||||
margin-top: 1rem;
|
margin-top: 0.5rem;
|
||||||
padding-right: 2rem;
|
line-height: 2.5rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-links div {
|
.footer-links div {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
|
width: 9.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-links a {
|
.footer-links a {
|
||||||
font-size: 1.3rem;
|
font-size: 1.5rem;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
transition: opacity 0.2s ease;
|
transition: opacity 0.2s ease;
|
||||||
}
|
}
|
||||||
|
@ -660,7 +671,7 @@ footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-top: 5rem;
|
margin-top: 2rem;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -669,11 +680,11 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-social a img {
|
.footer-social a img {
|
||||||
height: 24px;
|
height: 20px;
|
||||||
|
width: 20px;
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
filter: invert(1) grayscale(1) brightness(0.5);
|
filter: invert(1) grayscale(1) brightness(0.5);
|
||||||
transition: filter 0.2s ease;
|
transition: filter 0.2s ease;
|
||||||
width: 22px;
|
|
||||||
vertical-align: sub;
|
vertical-align: sub;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1896,17 +1907,53 @@ pre {
|
||||||
padding: 50px 0px 30px 0px;
|
padding: 50px 0px 30px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-divider {
|
.footer-links {
|
||||||
width: 17rem;
|
gap: 5rem;
|
||||||
|
padding-right: 0rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
flex-direction: column;
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-logo img {
|
||||||
|
width: 115%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-description, .footer-links a {
|
.footer-description, .footer-links a {
|
||||||
font-size: 1.2rem !important;
|
font-size: 1.2rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer-description {
|
||||||
|
margin-bottom: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.footer-links {
|
.footer-links {
|
||||||
gap: 5rem;
|
gap: 5rem;
|
||||||
padding-right: 0rem;
|
flex-direction: row;
|
||||||
|
line-height: 2rem !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-links a:hover {
|
||||||
|
color: var(--purple);
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-footer {
|
||||||
|
font-size: 0.75rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-bottom {
|
||||||
|
margin-top: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-social a img {
|
||||||
|
height: 20px;
|
||||||
|
margin-left: 0rem;
|
||||||
|
width: 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2018,10 +2065,14 @@ pre {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
//footer//
|
//footer on mobile//
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
@ -2030,20 +2081,29 @@ pre {
|
||||||
|
|
||||||
.footer-logo img {
|
.footer-logo img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-right: 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-description, .footer-links a {
|
.footer-description-desktop {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-description-mobile {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-description {
|
||||||
font-size: 1rem !important;
|
font-size: 1rem !important;
|
||||||
|
margin-bottom: 1.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-links {
|
.footer-links {
|
||||||
margin-top: 1.5rem;
|
gap: 3rem;
|
||||||
gap: 8rem;
|
flex-direction: row;
|
||||||
|
line-height: 1.7rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-links div {
|
.footer-links a {
|
||||||
gap: 0.25rem;
|
font-size: 1.1rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-links a:hover {
|
.footer-links a:hover {
|
||||||
|
@ -2055,7 +2115,7 @@ pre {
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-bottom {
|
.footer-bottom {
|
||||||
margin-top: 3rem;
|
margin-top: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-social a img {
|
.footer-social a img {
|
||||||
|
@ -2174,3 +2234,13 @@ pre {
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 400px) {
|
||||||
|
|
||||||
|
.footer-description-mobile {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-logo img {
|
||||||
|
margin-bottom: 1.5rem;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue