Skip to content

Commit

Permalink
Update to latest version of Primer
Browse files Browse the repository at this point in the history
  • Loading branch information
parkerbxyz committed Oct 26, 2022
1 parent f7c83b2 commit 374f1eb
Show file tree
Hide file tree
Showing 11 changed files with 98 additions and 608 deletions.
4 changes: 2 additions & 2 deletions _includes/breadcrumbs.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</li>
{% endif %}
{% if forloop.last %}
<li class="breadcrumb-item breadcrumb-item-selected text-gray" aria-current="page">
<li class="breadcrumb-item breadcrumb-item-selected color-fg-muted" aria-current="page">
{{ page.title }}
</li>
{% else %}
Expand All @@ -52,4 +52,4 @@
{% endif %}
{% endfor %}
</ol>
</nav>
</nav>
16 changes: 8 additions & 8 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<footer class="bg-gray-light border-top py-4 text-gray text-center mt-6 flex-none">
<footer class="color-bg-subtle border-top py-4 color-fg-muted text-center mt-6 flex-none">
<span aria-label="Made with love by GitHub and friends">
<a href="https://github.com/{{ site.gh_repo }}" class="text-gray-dark mb-2">
<a href="https://github.com/{{ site.gh_repo }}" class="color-fg-default mb-2">
Made with :heart: by :octocat:s and friends
</a>
</span>
<div class="d-flex flex-justify-center text-uppercase text-bold my-1">
<a href="{{ site.baseurl }}/feed.xml" aria-label="Feed xml" class="d-flex flex-items-center text-gray text-uppercase mr-4">
<div class="d-flex mr-1">{% octicon rss %}</div>
<a href="{{ site.baseurl }}/feed.xml" aria-label="Feed xml" class="d-flex flex-items-center color-fg-muted text-uppercase mr-4">
<div class="d-flex mr-1">{% octicon rss %}</div>
{{ site.data.ui-text[site.locale].feed_label }}
</a>
<a href="https://github.community" class="d-flex flex-items-center text-gray text-uppercase"><div class="d-flex mr-1">{% octicon organization %}</div> Community</a>
<a href="https://github.community" class="d-flex flex-items-center color-fg-muted text-uppercase"><div class="d-flex mr-1">{% octicon organization %}</div> Community</a>
</div>
<p>&copy; {{ site.time | date: '%Y' }} {{ site.name }} {{ site.data.ui-text[site.locale].powered_by }} <a href="https://jekyllrb.com" rel="nofollow" class="text-gray-dark">Jekyll</a> &amp;
<a href="https://github.com/primer/primer-css" rel="nofollow" class="text-gray-dark">Primer</a>.

<p>&copy; {{ site.time | date: '%Y' }} {{ site.name }} {{ site.data.ui-text[site.locale].powered_by }} <a href="https://jekyllrb.com" rel="nofollow" class="color-fg-default">Jekyll</a> &amp;
<a href="https://github.com/primer/primer-css" rel="nofollow" class="color-fg-default">Primer</a>.
</p>
</footer>
6 changes: 3 additions & 3 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
{% endif %}
{% assign nav = site.data.navigation["main"][lang] %}

<div class="bg-blue-darker py-3 f5 flex-none text-white">
<div class="bg-blue-darker py-3 f5 flex-none color-fg-on-emphasis">
<header class="container-lg p-responsive site-header js-site-header d-block clearfix">
<a class="no-underline text-inherit text-bold d-flex flex-items-center lh-condensed-ultra float-left" href="{{ site.baseurl }}/{{site.data.navigation['banner'][lang].url}}" aria-label="Git Cheat Sheets Main Page">
<a class="no-underline color-fg-inherit text-bold d-flex flex-items-center lh-condensed-ultra float-left" href="{{ site.baseurl }}/{{site.data.navigation['banner'][lang].url}}" aria-label="Git Cheat Sheets Main Page">
<div class="mr-3">{% octicon mark-github %}</div>
{{ site.data.navigation["banner"][lang].title }}
</a>
Expand All @@ -19,7 +19,7 @@
<nav class="site-header-menu float-none float-md-right py-1 mt-4 mt-md-0">
<ul class="d-block d-md-flex list-style-none">
{% for link in nav %}
<li class="ml-0 ml-md-3"><a class="text-inherit py-3 py-md-0 d-block" href="{% if link.abs %}{{link.abs}}{% else %}{{ site.baseurl }}{{ link.url }}{% endif %}">{{ link.title }}</a></li>
<li class="ml-0 ml-md-3"><a class="color-fg-inherit py-3 py-md-0 d-block" href="{% if link.abs %}{{link.abs}}{% else %}{{ site.baseurl }}{{ link.url }}{% endif %}">{{ link.title }}</a></li>
{% endfor %}
</ul>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion _includes/light-hero.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="border-bottom border-top py-6 bg-gray-light text-center">
<div class="border-bottom border-top py-6 color-bg-subtle text-center">
<div class="container-lg py-6 p-responsive">
<h1>{{ page.title }}</h1>
{% if page.description %}
Expand Down
46 changes: 23 additions & 23 deletions assets/_scss/curriculum.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@mixin octicon-link($char){
font: normal normal 1em octicons;
text-decoration: none;
color: $blue;
color: var(--color-text-link);

&:after{
content: $char;
Expand Down Expand Up @@ -48,7 +48,7 @@
}

.display-controls{
border-top: solid 2px $gray-200;
border-top: solid 2px var(--color-border-primary);
margin-top: 5px;
padding-top: 10px;
}
Expand All @@ -67,13 +67,13 @@
width: 0;

&:checked + label{
color: $blue;
color: var(--color-text-blue);

&:before{
content: '\f046';
color: rgba($gray-100, 1);
background-color: $gray-300;
box-shadow: 0 0 0 1px $gray-300;
color: rgba(var(--color-scale-gray-1), 1);
background-color: var(--color-scale-gray-3);
box-shadow: 0 0 0 1px var(--color-scale-gray-3);
padding-left: 0px;
line-height: 14px;
}
Expand All @@ -91,11 +91,11 @@
left: 0;
display: inline-block;
border-radius: 50%;
color: rgba($gray-300, 0);
color: rgba(var(--color-scale-gray-3), 0);
-webkit-transition: all 180ms;
width: 14px;
height: 14px;
box-shadow: 0 0 0 1px $gray-300;
box-shadow: 0 0 0 1px var(--color-scale-gray-3);
}
}

Expand All @@ -105,13 +105,13 @@
width: 0;

&:checked + label{
color: $gray-300;
color: var(--color-scale-gray-3);

&:before{
content: '\f03a';
color: rgba($gray-100, 1);
background-color: $gray-300;
box-shadow: 0 0 0 1px $gray-300;
color: rgba(var(--color-scale-gray-1), 1);
background-color: var(--color-scale-gray-3);
box-shadow: 0 0 0 1px var(--color-scale-gray-3);
padding-left: 0px;
line-height: 1em;
}
Expand All @@ -129,12 +129,12 @@
left: 0;
display: inline-block;
border-radius: 50%;
color: rgba($gray-300, 0);
color: rgba(var(--color-scale-gray-3), 0);
-webkit-transition: all 180ms;
padding-left: 5px;
width: 14px;
height: 14px;
box-shadow: 0 0 0 1px $gray-300;
box-shadow: 0 0 0 1px var(--color-scale-gray-3);
line-height: .2em;
}
}
Expand Down Expand Up @@ -180,7 +180,7 @@
position: relative;
font: 13px/1.4 Helvetica, arial, freesans, clean, sans-serif;
font-weight: 300;
color: $gray-900;
color: var(--color-scale-gray-9);

h1,h2,h3,h4,h5,h6,p,ul,li{
font-weight: inherit;
Expand All @@ -196,7 +196,7 @@
}
p,ul{
font-size: 20px;
color: $gray;
color: var(--color-text-gray);
}

.objectives{
Expand Down Expand Up @@ -224,7 +224,7 @@
width: 20px;
margin: 10px;
border-radius: 50%;
box-shadow: 0 0 0 2px $gray-100;
box-shadow: 0 0 0 2px var(--color-scale-gray-1);
}
}

Expand All @@ -233,22 +233,22 @@

&:before{
content: "\f03a";
color: $blue;
color: var(--color-text-blue);
}
}
}

// Custom Octicon styling
.mega-octicon{
font-size: 110px;
color: $blue;
color: var(--color-text-blue);

&:after{
content: "";
display: block;
width: 170px;
height: 170px;
border: solid 1px $gray-300;
border: solid 1px var(--color-border-tertiary);
border-radius: 50%;
padding: 20px;
margin-top: -142px;
Expand All @@ -258,7 +258,7 @@

#teacher{
.octicon{
color: $blue;
color: var(--color-text-blue);
}
span{
margin: auto 4px;
Expand Down Expand Up @@ -302,8 +302,8 @@
font-size: 120%;
text-align: left;
margin: 0 auto;
background: $gray-900;
color: $gray-100;
background: var(--color-bg-canvas-inverse);
color: var(--color-scale-gray-1);

code{
font-size: 1.5em;
Expand Down
4 changes: 2 additions & 2 deletions assets/_scss/github_contribution_graph.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.contribution_graph {
font-size: $font-size-small;
color: $gray-700;
color: var(--color-scale-gray-7);
padding: $spacer-2;
border-radius: 4px;
border: 1px solid $gray-300;
border: 1px solid var(--color-border-tertiary);
}

.svg-tip {
Expand Down
8 changes: 4 additions & 4 deletions assets/_scss/timeline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
left: 40px;
width: 2px;
margin-left: -1.5px;
background-color: $gray-200;
background-color: var(--color-scale-gray-2);
}

.timeline-image {
Expand Down Expand Up @@ -89,11 +89,11 @@
width: 80px;
height: 80px;
margin-left: 0;
border: 4px solid $gray-200;
border: 4px solid var(--color-border-primary);
border-radius: 100%;
text-align: center;
color: $white;
background-color: $white;
color: var(--color-text-white);
background-color: var(--color-bg-primary);
}

.timeline>li p{
Expand Down
39 changes: 26 additions & 13 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
redirect_to: false
---

@import "primer-core/index.scss";
@import "primer-product/index.scss";
@import "primer-marketing/index.scss";
@import "@primer/css/index.scss";

@import "timeline";
@import "curriculum";
Expand All @@ -21,11 +19,11 @@ details.flash {
}

.bg-blue-dark {
background-color: $blue-600 !important;
background-color: var(--color-scale-blue-6) !important;
}

.bg-blue-darker {
background-color: $blue-700 !important;
background-color: var(--color-scale-blue-7) !important;
}

.octicon { fill: currentColor; }
Expand All @@ -36,7 +34,7 @@ details.flash {

.site-header-menu {
li {
border-bottom: 1px solid $gray-300;
border-bottom: 1px solid var(--color-border-tertiary);

@include breakpoint(md) {
border-bottom: none;
Expand All @@ -55,13 +53,23 @@ details.flash {

h1, h2, h3, h4, h5, h6 {
-webkit-font-smoothing: antialiased;
font-family: $alt-body-font;
font-family: $font-mktg;
}

h1 { @include alt-h1; }
@mixin h1-mktg {
font-size: $h1-size-mobile !important;
@include breakpoint(md) { font-size: $h1-size !important; }
}

h1 { @include h1-mktg; }

@mixin h2-mktg {
font-size: $h2-size-mobile !important;
@include breakpoint(md) { font-size: $h2-size !important; }
}

h2 {
@include alt-h2;
@include h2-mktg;
margin-top: $spacer-6;
margin-bottom: $spacer-3;
line-height: 1.25;
Expand All @@ -73,8 +81,13 @@ details.flash {
}
}

@mixin h3-mktg {
font-size: $h3-size-mobile !important;
@include breakpoint(md) { font-size: $h3-size !important; }
}

h3 {
@include alt-h3;
@include h3-mktg;
margin-top: $spacer-4;
margin-bottom: $spacer-3;

Expand Down Expand Up @@ -111,10 +124,10 @@ details.flash {

@media (max-width: $width-md) {
display: flex;
color: $gray-400;
color: var(--color-scale-gray-4);

&:hover {
color: $gray-300;
color: var(--color-scale-gray-3);
}
}
}
Expand All @@ -129,7 +142,7 @@ details.flash {
transition: box-shadow 0.2s ease-in-out;

&:hover {
box-shadow: $box-shadow-large;
box-shadow: var(--color-shadow-large);
text-decoration: none;
}
}
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
redirect_from:
- /kit/downloads/git-github-cheat-sheet.pdf/
- /kit/downloads/subversion-migration.pdf/
breadcrumbColor: "bg-gray-light"
breadcrumbColor: "color-bg-subtle"
redirect_to: false
---
<div class="border-bottom border-top py-6 bg-gray-light text-center">
<div class="border-bottom border-top py-6 color-bg-subtle text-center">
<div class="container-lg py-6 p-responsive">
<h1>{{ page.title }}</h1>
{% if page.description %}<p class="col-12 col-md-6 mx-auto">{{ page.description }}</p>{% endif %}
Expand All @@ -20,7 +20,7 @@ <h1>{{ page.title }}</h1>
<div class="container-md mx-auto d-flex flex-wrap p-responsive gutter mt-6">
<div class="col-12 col-md-6 mb-4 mb-md-0">
<div style="width: 128px;">{% include icon-sm-git.svg %}</div>
<h2 class="mt-2">Using Git</h2>
<h2 class="mt-2">Git Cheat Sheets</h2>
<ul class="list-style-none">
<li><a class="d-flex flex-items-center" href="{{ site.baseurl }}/downloads/az/github-git-cheat-sheet/"><span class="d-flex mr-2">{% octicon download %}</span> Azərbaycanca</a></li>
<li><a class="d-flex flex-items-center" href="{{ site.baseurl }}/downloads/ar/github-git-cheat-sheet/"><span class="d-flex mr-2">{% octicon download %}</span> عربى</a></li>
Expand Down
Loading

0 comments on commit 374f1eb

Please sign in to comment.