Skip to content

Commit

Permalink
customization
Browse files Browse the repository at this point in the history
  • Loading branch information
spetruzza committed Nov 23, 2023
1 parent 09652e1 commit 3496e3c
Show file tree
Hide file tree
Showing 26 changed files with 126 additions and 91 deletions.
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ GEM
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.15.0)
nokogiri (1.13.9-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.9-x86_64-linux)
racc (~> 1.4)
octokit (4.25.1)
Expand Down Expand Up @@ -253,6 +255,7 @@ GEM
zeitwerk (2.6.6)

PLATFORMS
arm64-darwin-22
x86_64-linux-musl

DEPENDENCIES
Expand Down
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Site settings
title: Your Title Here
title: National Science Data Democratization Consortium
description: > # this means to ignore newlines until "baseurl:"
repository: vvalchev/creative-theme-jekyll-new
baseurl: "/creative-theme-jekyll-new/" # the subpath of your site, e.g. /blog/
baseurl: "/" # the subpath of your site, e.g. /blog/
url: "" # the base hostname & protocol for your site
author: Copyright © 2019 - Start Bootstrap
author: Copyright © 2023 - National Science Data Democratization Consortium
lang: en_US

# Build settings
Expand Down
10 changes: 5 additions & 5 deletions _data/footer.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
copyright: '© Start Bootstrap'
links:
- text: Creative
url: 'https://startbootstrap.com/themes/creative/'
new_window: true
copyright: '© National Science Data Democratization Consortium'
# links:
# - text: National Science Data Democratization Consortium
# url: 'https://startbootstrap.com/themes/creative/'
# new_window: true
16 changes: 8 additions & 8 deletions _data/menus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
header:
- title: About
url: /#about
- title: Services
url: /#services
- title: Members
url: /#members
- title: History
url: /#timeline
- title: Partners
url: /#sponsors
# - title: Members
# url: /#members
# - title: History
# url: /#timeline
- title: Contacts
url: /#contacts
- title: Links
url: /links
# - title: Links
# url: /links
2 changes: 1 addition & 1 deletion _includes/nav.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<nav class="navbar navbar-expand-lg navbar-light fixed-top py-3" id="mainNav">
<div class="container px-4 px-lg-5">
<a class="navbar-brand" href="#page-top">{{ site.title }}</a>
<a class="navbar-brand" href="#page-top"><img src="assets/img/NSDDC-logo.png" width="60px" />&nbsp;&nbsp;&nbsp;&nbsp;{{ site.title }}</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto my-2 my-lg-0">
Expand Down
17 changes: 17 additions & 0 deletions _includes/sponsors.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<section class="page-section {{ section.background_style }}" id="{{ section.section_id }}">
<div class="container px-4 px-lg-5 text-center">
<h2 class="text-center mt-0">{{ section.title }}</h2>
<hr class="divider border border-primary border-2">
<div class="row justify-content-center">
{% for member in section.members %}
<div class="col-lg-3 col-md-6 text-center">
<div class="portfolio-box">
<img class="text-primary" src="{{ member.image }}" alt="{{ member.title }}" width="60%">
<!-- <h3 class="h4 mb-2">{{ member.title }}</h3>
<p class="text-white-50 mb-0">{{ member.text }}</p> -->
</div>
</div>
{% endfor %}
</div>
</div>
</section>
76 changes: 38 additions & 38 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
--bs-purple: #6f42c1;
--bs-pink: #d63384;
--bs-red: #dc3545;
--bs-orange: #f4623a;
--bs-orange: #4581ab;
--bs-yellow: #ffc107;
--bs-green: #198754;
--bs-teal: #20c997;
Expand All @@ -34,18 +34,18 @@
--bs-gray-700: #495057;
--bs-gray-800: #343a40;
--bs-gray-900: #212529;
--bs-primary: #f4623a;
--bs-primary: #4581ab;
--bs-secondary: #6c757d;
--bs-success: #198754;
--bs-info: #0dcaf0;
--bs-warning: #ffc107;
--bs-danger: #dc3545;
--bs-light: #f8f9fa;
--bs-dark: #212529;
--bs-primary-rgb: 244, 98, 58;
--bs-primary-rgb: 69, 129, 171;
--bs-secondary-rgb: 108, 117, 125;
--bs-success-rgb: 25, 135, 84;
--bs-info-rgb: 13, 202, 240;
--bs-info-rgb: 133, 170, 192;
--bs-warning-rgb: 255, 193, 7;
--bs-danger-rgb: 220, 53, 69;
--bs-light-rgb: 248, 249, 250;
Expand Down Expand Up @@ -73,7 +73,7 @@
--bs-border-radius-xl: 1rem;
--bs-border-radius-2xl: 2rem;
--bs-border-radius-pill: 50rem;
--bs-link-color: #f4623a;
--bs-link-color: #4581ab;
--bs-link-hover-color: #c34e2e;
--bs-code-color: #d63384;
--bs-highlight-bg: #fff3cd;
Expand Down Expand Up @@ -2254,8 +2254,8 @@ textarea.form-control-lg {
box-shadow: 0 0 0 0.25rem rgba(244, 98, 58, 0.25);
}
.form-check-input:checked {
background-color: #f4623a;
border-color: #f4623a;
background-color: #4581ab;
border-color: #4581ab;
}
.form-check-input:checked[type=checkbox] {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
Expand All @@ -2264,8 +2264,8 @@ textarea.form-control-lg {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
background-color: #f4623a;
border-color: #f4623a;
background-color: #4581ab;
border-color: #4581ab;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
Expand Down Expand Up @@ -2351,7 +2351,7 @@ textarea.form-control-lg {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #f4623a;
background-color: #4581ab;
border: 0;
border-radius: 1rem;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
Expand Down Expand Up @@ -2380,7 +2380,7 @@ textarea.form-control-lg {
.form-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #f4623a;
background-color: #4581ab;
border: 0;
border-radius: 1rem;
-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
Expand Down Expand Up @@ -2846,8 +2846,8 @@ textarea.form-control-lg {

.btn-primary {
--bs-btn-color: #fff;
--bs-btn-bg: #f4623a;
--bs-btn-border-color: #f4623a;
--bs-btn-bg: #4581ab;
--bs-btn-border-color: #4581ab;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #cf5331;
--bs-btn-hover-border-color: #c34e2e;
Expand All @@ -2857,8 +2857,8 @@ textarea.form-control-lg {
--bs-btn-active-border-color: #b74a2c;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #f4623a;
--bs-btn-disabled-border-color: #f4623a;
--bs-btn-disabled-bg: #4581ab;
--bs-btn-disabled-border-color: #4581ab;
}

.btn-secondary {
Expand Down Expand Up @@ -2981,19 +2981,19 @@ textarea.form-control-lg {
}

.btn-outline-primary {
--bs-btn-color: #f4623a;
--bs-btn-border-color: #f4623a;
--bs-btn-color: #4581ab;
--bs-btn-border-color: #4581ab;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #f4623a;
--bs-btn-hover-border-color: #f4623a;
--bs-btn-hover-bg: #4581ab;
--bs-btn-hover-border-color: #4581ab;
--bs-btn-focus-shadow-rgb: 244, 98, 58;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #f4623a;
--bs-btn-active-border-color: #f4623a;
--bs-btn-active-bg: #4581ab;
--bs-btn-active-border-color: #4581ab;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #f4623a;
--bs-btn-disabled-color: #4581ab;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #f4623a;
--bs-btn-disabled-border-color: #4581ab;
--bs-gradient: none;
}

Expand Down Expand Up @@ -3235,7 +3235,7 @@ textarea.form-control-lg {
--bs-dropdown-link-hover-color: #1e2125;
--bs-dropdown-link-hover-bg: #e9ecef;
--bs-dropdown-link-active-color: #fff;
--bs-dropdown-link-active-bg: #f4623a;
--bs-dropdown-link-active-bg: #4581ab;
--bs-dropdown-link-disabled-color: #adb5bd;
--bs-dropdown-item-padding-x: 1rem;
--bs-dropdown-item-padding-y: 0.25rem;
Expand Down Expand Up @@ -3500,7 +3500,7 @@ textarea.form-control-lg {
--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
--bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
--bs-dropdown-link-active-color: #fff;
--bs-dropdown-link-active-bg: #f4623a;
--bs-dropdown-link-active-bg: #4581ab;
--bs-dropdown-link-disabled-color: #adb5bd;
--bs-dropdown-header-color: #adb5bd;
}
Expand Down Expand Up @@ -3683,7 +3683,7 @@ textarea.form-control-lg {
.nav-pills {
--bs-nav-pills-border-radius: 0.375rem;
--bs-nav-pills-link-active-color: #fff;
--bs-nav-pills-link-active-bg: #f4623a;
--bs-nav-pills-link-active-bg: #4581ab;
}
.nav-pills .nav-link {
background: none;
Expand Down Expand Up @@ -4514,8 +4514,8 @@ textarea.form-control-lg {
--bs-pagination-focus-bg: #e9ecef;
--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(244, 98, 58, 0.25);
--bs-pagination-active-color: #fff;
--bs-pagination-active-bg: #f4623a;
--bs-pagination-active-border-color: #f4623a;
--bs-pagination-active-bg: #4581ab;
--bs-pagination-active-border-color: #4581ab;
--bs-pagination-disabled-color: #6c757d;
--bs-pagination-disabled-bg: #fff;
--bs-pagination-disabled-border-color: #dee2e6;
Expand Down Expand Up @@ -4740,7 +4740,7 @@ textarea.form-control-lg {
--bs-progress-border-radius: 0.375rem;
--bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
--bs-progress-bar-color: #fff;
--bs-progress-bar-bg: #f4623a;
--bs-progress-bar-bg: #4581ab;
--bs-progress-bar-transition: width 0.6s ease;
display: flex;
height: var(--bs-progress-height);
Expand Down Expand Up @@ -4797,8 +4797,8 @@ textarea.form-control-lg {
--bs-list-group-disabled-color: #6c757d;
--bs-list-group-disabled-bg: #fff;
--bs-list-group-active-color: #fff;
--bs-list-group-active-bg: #f4623a;
--bs-list-group-active-border-color: #f4623a;
--bs-list-group-active-bg: #4581ab;
--bs-list-group-active-border-color: #4581ab;
display: flex;
flex-direction: column;
padding-left: 0;
Expand Down Expand Up @@ -6696,7 +6696,7 @@ textarea.form-control-lg {
}

.link-primary {
color: #f4623a !important;
color: #4581ab !important;
}
.link-primary:hover, .link-primary:focus {
color: #c34e2e !important;
Expand Down Expand Up @@ -10856,7 +10856,7 @@ hr.divider {
height: 0.2rem;
max-width: 3.25rem;
margin: 1.5rem auto;
background-color: #f4623a;
background-color: #4581ab;
opacity: 1;
}

Expand All @@ -10882,10 +10882,10 @@ hr.divider-light {
padding: 0.75rem 0;
}
#mainNav .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-nav .nav-item .nav-link:active {
color: #f4623a;
color: #4581ab;
}
#mainNav .navbar-nav .nav-item .nav-link.active {
color: #f4623a !important;
color: #4581ab !important;
}
@media (min-width: 992px) {
#mainNav {
Expand Down Expand Up @@ -10916,20 +10916,20 @@ hr.divider-light {
color: #212529;
}
#mainNav.navbar-shrink .navbar-brand:hover {
color: #f4623a;
color: #4581ab;
}
#mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
color: #212529;
}
#mainNav.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
color: #f4623a;
color: #4581ab;
}
}

header.masthead {
padding-top: 10rem;
padding-bottom: calc(10rem - 4.5rem);
background: linear-gradient(to bottom, rgba(92, 77, 66, 0.8) 0%, rgba(92, 77, 66, 0.8) 100%), url("../img/bg-masthead.jpg");
background: linear-gradient(to bottom, rgba(0,0,0, 0.8) 0%, rgba(69, 129, 171, 0.8) 100%), url("../img/bg-masthead.jpg");
background-position: center;
background-repeat: no-repeat;
background-attachment: scroll;
Expand Down
Binary file added assets/img/NSDDC-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/members/person1.jpg
Binary file not shown.
Binary file removed assets/img/members/person2.jpg
Binary file not shown.
Binary file removed assets/img/members/person3.jpg
Binary file not shown.
Binary file removed assets/img/members/person5.jpg
Binary file not shown.
Binary file removed assets/img/members/person6.jpg
Binary file not shown.
Binary file removed assets/img/members/person7.jpg
Binary file not shown.
Binary file added assets/img/sponsors/alluxio.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/sponsors/doublecloud.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/sponsors/intel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/sponsors/jhp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/sponsors/michigan.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/sponsors/minio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/sponsors/protocol.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/sponsors/sci.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/sponsors/sdsc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/sponsors/sealstorage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/sponsors/tennessee.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3496e3c

Please sign in to comment.