Skip to content

Commit

Permalink
Add accesskit link
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Steadman <[email protected]>
  • Loading branch information
ptsteadman committed Jan 16, 2024
1 parent a42bd22 commit 97ed296
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 0 deletions.
2 changes: 2 additions & 0 deletions themes/computer-lab/layout/_partial/site/footer.pug
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ footer.footer
.col-sm-3
h4 Connect
ul
li
a(href='https://accesskit.media') AccessKit
li
a(target='_blank' href="https://confirmsubscription.com/h/j/53E8DEBA95C07A35") Mailing List
li
Expand Down
5 changes: 5 additions & 0 deletions themes/computer-lab/layout/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ block site_body
.col-md-8.col-md-offset-2
a.btn.btn-default.alt(href=config.contact_link) Work With Us
a.btn.btn-default.alt(href='#about') Learn More
.row
.col-md-8.col-md-offset-2
br
p
a.captions(target='_blank' href='https://accesskit.media') Check out our new CAPTIONING TOOL...

section#about.content-section
.container
Expand Down
7 changes: 7 additions & 0 deletions themes/computer-lab/source/css/base/_fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,10 @@
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'VCR_OSD_MONO';
src: url('../fonts/VCR_OSD_MONO.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
17 changes: 17 additions & 0 deletions themes/computer-lab/source/css/base/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,20 @@ ul {
text-transform: none;
color: $accent;
}

a.captions {
margin-top: 0.2em;
display: inline-block;
font-family: VCR_OSD_MONO, sans-serif;
background-color: rgba(10,10,10,1);
padding: 0.2em 1.2em;
color: #ccc;
border: none;

&:hover,
&:focus {
background-color: rgba(0,0,0,1);
color: $white;
border: none;
}
}
Binary file added themes/computer-lab/source/fonts/VCR_OSD_MONO.ttf
Binary file not shown.

0 comments on commit 97ed296

Please sign in to comment.