Skip to content
Draft
Show file tree
Hide file tree
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
7 changes: 3 additions & 4 deletions output/author/aga.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,9 @@
</div>
</nav><main>
<div class="container">
<div class="row homepage">
<section id="section-links" class="section-links col col-5">
<div class="row justify-content-between homepage">
<section id="section-links" class="section-links col col-lg-5 col-md-12">
<div class="section-links--content">
<img id="logo" src="../theme/images/logo.svg" alt="Cottage Labs Logo">
<h1>MAKE THE MOST OF YOUR DATA</h1>
<div class="line"></div>
<div class="links-container">
Expand All @@ -101,7 +100,7 @@ <h1>MAKE THE MOST OF YOUR DATA</h1>
</div>
</div>
</section>
<section id="section-clients" class="section-clients col-auto">
<section id="section-clients" class="section-clients col-lg-6 col-md-12">
<h2>Trusted partners with</h2>
<div class="clients-logos-container">
<a href="http://antleaf.com/" title="Antleaf" target="_blank">
Expand Down
7 changes: 3 additions & 4 deletions output/category/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,9 @@
</div>
</nav><main>
<div class="container">
<div class="row homepage">
<section id="section-links" class="section-links col col-5">
<div class="row justify-content-between homepage">
<section id="section-links" class="section-links col col-lg-5 col-md-12">
<div class="section-links--content">
<img id="logo" src="../theme/images/logo.svg" alt="Cottage Labs Logo">
<h1>MAKE THE MOST OF YOUR DATA</h1>
<div class="line"></div>
<div class="links-container">
Expand All @@ -101,7 +100,7 @@ <h1>MAKE THE MOST OF YOUR DATA</h1>
</div>
</div>
</section>
<section id="section-clients" class="section-clients col-auto">
<section id="section-clients" class="section-clients col-lg-6 col-md-12">
<h2>Trusted partners with</h2>
<div class="clients-logos-container">
<a href="http://antleaf.com/" title="Antleaf" target="_blank">
Expand Down
7 changes: 3 additions & 4 deletions output/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,9 @@
</div>
</nav><main>
<div class="container">
<div class="row homepage">
<section id="section-links" class="section-links col col-5">
<div class="row justify-content-between homepage">
<section id="section-links" class="section-links col col-lg-5 col-md-12">
<div class="section-links--content">
<img id="logo" src="./theme/images/logo.svg" alt="Cottage Labs Logo">
<h1>MAKE THE MOST OF YOUR DATA</h1>
<div class="line"></div>
<div class="links-container">
Expand All @@ -101,7 +100,7 @@ <h1>MAKE THE MOST OF YOUR DATA</h1>
</div>
</div>
</section>
<section id="section-clients" class="section-clients col-auto">
<section id="section-clients" class="section-clients col-lg-6 col-md-12">
<h2>Trusted partners with</h2>
<div class="clients-logos-container">
<a href="http://antleaf.com/" title="Antleaf" target="_blank">
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions output/theme/scss/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ body {
margin: 0;
padding: 0;
background-color: $baby-powder;
background-image: $nav-gradient;
color: $black;
display: flex;
flex-direction: column;
min-height: 100vh;

}

main {
Expand All @@ -19,6 +21,7 @@ main {
.container {
margin-top: $nav-height;
}

}

::-webkit-scrollbar {
Expand Down
2 changes: 1 addition & 1 deletion output/theme/scss/components/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ footer {
width: 100%;
padding: 1.5rem 0;
min-height: $footer-height;
margin-top: 50px;
margin-top: -5rem;
background: $black;
color: $white;

Expand Down
9 changes: 3 additions & 6 deletions output/theme/scss/components/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,18 @@ nav {
position: fixed !important;
top: 0;
width: 100%;
background-image: $nav-gradient;
background-color: $baby-powder;
height: $nav-height;
padding: 0;
z-index: 1;
z-index: 5;

.container {
display: flex;
align-items: center;
justify-content: space-around;
width: 100%;
}

.nav-links {
display: flex;
width: 50%;
width: 100%;;
justify-content: flex-end;

}
Expand Down
2 changes: 1 addition & 1 deletion output/theme/scss/custom/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ $blue: #005b93;
$moonstone: #67A6D1;
$black: #333333;
$grey: #8c8c8c;
$nav-gradient: linear-gradient(180deg, rgba(96, 62, 31, .2) 0%, rgba(255, 252, 248, 1) 100%);
$nav-gradient: linear-gradient(180deg, rgba(96, 62, 31, .2) 0%, rgba(255, 252, 248, 1) 30%);
172 changes: 72 additions & 100 deletions output/theme/scss/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading