Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ GEM
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
ffi (1.15.5)
ffi (1.15.5-x64-mingw-ucrt)
ffi (1.15.5-x64-mingw32)
forwardable-extended (2.6.0)
html-proofer (4.4.0)
Expand Down Expand Up @@ -67,6 +68,8 @@ GEM
nokogiri (1.13.8)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.13.8-x64-mingw-ucrt)
racc (~> 1.4)
nokogiri (1.13.8-x64-mingw32)
racc (~> 1.4)
parallel (1.22.1)
Expand Down Expand Up @@ -95,12 +98,14 @@ GEM
tzinfo-data (1.2020.2)
tzinfo (>= 1.0.0)
unicode-display_width (1.8.0)
wdm (0.1.1)
webrick (1.7.0)
yell (2.2.2)
zeitwerk (2.6.0)

PLATFORMS
ruby
x64-mingw-ucrt
x64-mingw32

DEPENDENCIES
Expand All @@ -112,7 +117,8 @@ DEPENDENCIES
jekyll-seo-tag
rake
tzinfo-data
wdm (~> 0.1.0)
webrick

BUNDLED WITH
2.2.5
2.4.21
4 changes: 3 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@

<div class="row-desktop row-desktop-ratio-1-1">
<div class="col-padded v-center-children">
<h1 class="title page-title">ACM <span class="text-teachla">Teach LA</span></h1>
<h1 class="title page-title">ACM <span class="text-teachla">Teach LA

</span></h1>
<h2 class="title tla-descrip">making coding
<span class="vertical-slide">
<span>accessible.</span>
Expand Down
8 changes: 8 additions & 0 deletions _sass/_basic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
margin-top: -70px;
}



html{
box-sizing: border-box;
padding: 0;
Expand Down Expand Up @@ -79,6 +81,12 @@ ul > li {
color: $teachla-green;
}

.text-teachla-gradient{
background: linear-gradient(90deg, #50C509,#BCF223);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.text-center{
text-align: center;
}
Expand Down
5 changes: 5 additions & 0 deletions img/undraw/github-button-img.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions img/undraw/image 23.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions img/undraw/python class image.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions img/undraw/student graphic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading