forked from OpenINF/openinf.github.io
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Revert "💄🔧:wrangle sloppy SCSS situation (integration) OpenIN…
- Loading branch information
1 parent
563f943
commit cca956c
Showing
195 changed files
with
16,458 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
// Custom | ||
@import "jekyll-theme-reflection"; | ||
@import "bootstrap/images"; | ||
@import "about"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// Custom | ||
@import "jekyll-theme-reflection"; | ||
@import "blog"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// Custom | ||
@import "jekyll-theme-reflection"; | ||
@import "page"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
// Custom | ||
@import "jekyll-theme-reflection"; | ||
@import "bootstrap/forms"; | ||
@import "bootstrap/buttons"; | ||
@import "contact"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
// Custom | ||
@import "jekyll-theme-reflection"; | ||
@import "bootstrap/breadcrumb"; | ||
@import "custom-breadcrumb"; | ||
@import "discrete-sessions"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
// Custom | ||
@import "jekyll-theme-reflection"; | ||
@import "api-ref-docs"; | ||
@import "page"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// Custom | ||
@import "jekyll-theme-reflection"; | ||
@import "home"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// Custom | ||
@import "jekyll-theme-reflection"; | ||
@import "page"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// Custom | ||
@import "jekyll-theme-reflection"; | ||
@import "post"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// Custom | ||
@import "jekyll-theme-reflection"; | ||
@import "bootstrap/breadcrumb"; | ||
@import "bootstrap/tables"; | ||
@import "custom-breadcrumb"; | ||
@import "discrete-sessions"; | ||
@import "bootstrap/code"; | ||
@import "highlight"; | ||
@import "zenburn"; | ||
@import "session"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,23 @@ | ||
<header></header> | ||
<header class="header fixed navbar"> | ||
<div class="container"> | ||
<div class="nav-container"> | ||
<a class="navbar-brand" href="{{ site.baseurl }}/"> | ||
{% include assets/img/svg/logogram.svg %} | ||
</a> | ||
<div class="right alt"> | ||
<a class="tab desktop {% if page.class == 'home' %}is-active{% endif %}" href="{{ site.baseurl }}/">Home</a> | ||
<a class="tab desktop {% if page.class == 'blog' %}is-active{% endif %}" href="{{ site.baseurl }}/blog/">Blog</a> | ||
<a class="tab desktop {% if page.class == 'blog' %}is-active{% endif %}" href="{{ site.baseurl }}/docs/">Docs</a> | ||
<a class="tab desktop {% if page.class == 'about' %}is-active{% endif %}" href="{{ site.baseurl }}/about/">About</a> | ||
<a class="tab desktop {% if page.class == 'contact' %}is-active{% endif %}" href="{{ site.baseurl }}/contact/">Contact</a> | ||
<button class="tab hamburger" id="menu-button" on="tap:sidebar.toggle"></button> | ||
<div class="search"> | ||
<form class="form-search" target="_top" action="https://google.com/search"> | ||
<input type="search" class="search-input" name="q" placeholder="Search"> | ||
<input type="submit" class="search-submit" tabindex="-1" value=""> | ||
</form> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</header> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
p { | ||
text-indent: 2em; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@import 'byline'; | ||
@import 'post-carousel'; | ||
@import 'social-box'; | ||
@import 'post'; | ||
@import 'bootstrap/images'; | ||
@import 'bootstrap/utilities/text'; | ||
@import 'bootstrap/utilities/spacing'; | ||
@import 'bootstrap/pagination'; | ||
|
||
.post-divider { | ||
margin: 3rem 0; | ||
} | ||
|
||
.page-link { | ||
margin-left: -2px; // needed for 2px border | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
.byline { | ||
margin-top: 12px; | ||
clear: both; | ||
color: $text-muted; | ||
} | ||
|
||
.byline-author { | ||
display: inline-block; | ||
} | ||
|
||
.byline-pubdate { | ||
display: block; | ||
font-size: small; | ||
} | ||
|
||
.byline-author { | ||
line-height: 40px; | ||
text-decoration: none; | ||
text-transform: none; | ||
} | ||
|
||
.byline-photo { | ||
float: left; | ||
margin-right: 1em; | ||
border-radius: 100%; | ||
|
||
> img { | ||
object-fit: cover; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
/*! | ||
* Reflection Theme | ||
*/ | ||
|
||
.contact { | ||
.blurb { | ||
text-align: justify; | ||
text-indent: 2em; | ||
} | ||
|
||
.lead { | ||
font-size: 1.25rem; | ||
font-weight: 300; | ||
} | ||
|
||
ul.methods li { | ||
margin-top: 2rem; | ||
} | ||
|
||
.icon { | ||
float: left; | ||
margin-right: 10px; | ||
display: block; | ||
width: 24px; | ||
height: 24px; | ||
|
||
svg path { | ||
fill: $brand-primary; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
.breadcrumb { | ||
margin-top: 1.5rem; | ||
margin-bottom: 1.5rem; | ||
border: 2px solid $text-muted; | ||
} | ||
|
||
.breadcrumb-item, | ||
.breadcrumb-item.active { | ||
font-size: .875rem; | ||
line-height: 1.5rem; | ||
} | ||
|
||
.breadcrumb-item a { | ||
color: $text-muted; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
/*! | ||
* Reflection Theme | ||
*/ | ||
|
||
.discrete-sessions { | ||
|
||
._bubble { | ||
background-size: 90%; | ||
// background-color: #ba160c; | ||
border-radius: $border-radius; | ||
border: $border-width solid #ba160c; | ||
|
||
svg { | ||
width: 80%; | ||
margin: 13.5% 10%; | ||
|
||
@include media-breakpoint-up(md) { | ||
width: 30%; | ||
margin: 10%; | ||
} | ||
|
||
@include media-breakpoint-up(lg) { | ||
width: 30%; | ||
margin: 10%; | ||
} | ||
} | ||
|
||
svg path { | ||
fill: #ba160c; | ||
} | ||
} | ||
} | ||
|
||
.banner-wrapper { | ||
position: relative; | ||
width: 100%; | ||
height: 0; | ||
padding-bottom: 60%; // acts as fluid height | ||
margin-bottom: .5rem; | ||
overflow: hidden; | ||
|
||
@include media-breakpoint-up(sm) { | ||
padding-bottom: 21rem | ||
} | ||
|
||
@include media-breakpoint-up(md) { | ||
padding-bottom: 14.8rem; | ||
} | ||
|
||
@include media-breakpoint-up(lg) { | ||
padding-bottom: 19.7rem; | ||
} | ||
|
||
@include media-breakpoint-up(xl) { | ||
padding-bottom: 23.4rem; | ||
} | ||
} | ||
|
||
.banner-img { | ||
position:absolute; | ||
width: 100%; | ||
height: 100%; | ||
// background-position: center center; | ||
// background-size: 22rem; | ||
// background-repeat: no-repeat; | ||
// background-color: #3776ab; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
.featured-sites { | ||
margin-right: -1px; | ||
margin-left: -1px; | ||
} | ||
.featured-sites .col-xs-6 { | ||
padding: 1px; | ||
} | ||
.featured-sites .img-fluid { | ||
margin-top: 0; | ||
} | ||
|
||
@media (min-width: 768px) { | ||
.featured-sites .col-sm-3:first-child img { | ||
border-top-left-radius: .25rem; | ||
border-bottom-left-radius: .25rem; | ||
} | ||
.featured-sites .col-sm-3:last-child img { | ||
border-top-right-radius: .25rem; | ||
border-bottom-right-radius: .25rem; | ||
} | ||
} |
Oops, something went wrong.