Skip to content

Commit

Permalink
style changes & new images
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbayton committed Aug 9, 2022
1 parent 81fd2ef commit 3de3659
Show file tree
Hide file tree
Showing 25 changed files with 78 additions and 73 deletions.
74 changes: 20 additions & 54 deletions _src/_includes/_assets/css/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@ button {
width: 150px;
}

#platinum_logo img {
width: 30px;
}

#bayton_text {
font-family: 'Parisienne', cursive;
font-weight: 300;
Expand All @@ -253,7 +257,7 @@ button {
#navbar {
display: grid;
padding: 15px 20px 15px;
grid-template-columns: 1fr 5fr 60px 60px;
grid-template-columns: 1fr 40px 5fr 60px 60px;
color: var(--text);
align-items: center;
min-height: 100px;
Expand All @@ -264,7 +268,7 @@ nav #nav_links {
font-size: 16px;
padding-right: 20px;
justify-self: end;
grid-area: 1/2/1/3;
grid-column-start: 3;
}

#nav_links a {
Expand All @@ -289,14 +293,6 @@ nav #nav_links {
display: inline;
}

#corner_search {
grid-area: 1/3/2/4
}

#darktoggle {
grid-area: 1/4/2/5
}

content {
padding: 30px 40px 0;
max-width: 1200px;
Expand Down Expand Up @@ -474,12 +470,10 @@ section#trusted_logos #trusted_container {
background: var(--bright);
border-radius: 5px;
margin-top: 50px;
grid-gap: 30px
}

.vendor-logo {
display: inline-block;
max-width: 300px;
padding: 30px;
align-self: center;
justify-self: center;
}
Expand Down Expand Up @@ -508,17 +502,6 @@ section#trusted_logos #trusted_container {
text-transform: lowercase;
}

#content_container article {
grid-area: 1 / 2 / 2 / 3;
}

#literal_content {
padding-bottom: 40px;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
}

.eleventy-plugin-youtube-embed {
margin: 30px 0;
}
Expand Down Expand Up @@ -558,18 +541,7 @@ footer {
}

#social_icons {
font-size: 90px;
display: inline;
border-right: 2px solid var(--text);
margin-right: 20px;
}

.footer-images {
display: inline;
}

.footer-images img {
max-height: 90px;
font-size: 30px;
display: inline;
}

Expand Down Expand Up @@ -632,11 +604,8 @@ a.toc-link { text-decoration: none; }

@media (max-width: 1550px) {

#dpc_extras {
grid-template-columns: repeat(2, 1fr);
}

}

@media (min-width: 1300px) {


Expand All @@ -648,11 +617,21 @@ a.toc-link { text-decoration: none; }
display: none;
}

#navbar {
grid-template-columns: 1fr 60px 60px 60px;
padding: 10px 20px;
}

#darktoggle {
justify-self: end;
cursor: pointer;
}

#corner_search {
grid-column-start: 3;
justify-self: end;
}

#banner_statement {
font-size: 14px;
}
Expand All @@ -661,11 +640,6 @@ a.toc-link { text-decoration: none; }
padding: unset;
}

#navbar {
grid-template-columns: 1fr 60px 60px;
padding: 10px 20px;
}

#intro_block {
grid-template-columns: 1fr;
}
Expand All @@ -690,17 +664,9 @@ a.toc-link { text-decoration: none; }

#vendor_disclaimer {
font-size: 10px;
padding-top: 15px;
}

#social_icons {
font-size: 30px;
}

.footer-images img {
max-height: 30px;
}


}

@media (max-width: 350px) {
Expand Down
1 change: 1 addition & 0 deletions _src/_includes/_assets/img/logos/blaud.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions _src/_includes/_assets/img/logos/bul.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions _src/_includes/_assets/img/logos/citrix.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions _src/_includes/_assets/img/logos/cwsi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions _src/_includes/_assets/img/logos/hg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions _src/_includes/_assets/img/logos/hmd.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions _src/_includes/_assets/img/logos/len.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions _src/_includes/_assets/img/logos/look.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions _src/_includes/_assets/img/logos/mii.svg
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 3de3659

Please sign in to comment.