diff --git a/css/general.css b/css/general.css index caf42fc..b440145 100644 --- a/css/general.css +++ b/css/general.css @@ -1695,6 +1695,67 @@ section { flex-flow: row-reverse; } +/* .ribbon { + position: absolute; + display: inline-block; + font-weight: 500; + letter-spacing: 0.15em; + white-space: nowrap; + text-align: center; + font-size: 1em; + text-transform: uppercase; +} +.ribbon:after, .ribbon:before { + content: " "; + display: block; + position: absolute; + bottom: -.5em; + width: 1em; + height: 100%; + background-color: #69c48d; + pointer-events: none; +} +.ribbon:after { + right: -.57em; + z-index: -1; +} +h3:before { + bottom: auto; + top: -.5em; + left: -.57em; + z-index: -1; +} +.ribbon span { + display: inline-block; + position: relative; + padding: .15em .75em; + text-decoration: none; + color: #192238; + background-color: #8ed2a9; +} +.ribbon span:after, h1 span:before { + content: " "; + display: block; + position: absolute; + width: 0; + height: 0; + bottom: -.5em; + left: -.05em; + pointer-events: none; +} +.ribbon span:before { + bottom: auto; + top: -.5em; + border-bottom: 0.5em solid #398e5b; + border-left: .5em solid transparent; +} +.ribbon span:after { + left: auto; + right: -.05em; + border-top: 0.5em solid #398e5b; + border-right: .5em solid transparent; +} */ + .workshop-img { height: 30px; width: 30px; @@ -1754,6 +1815,16 @@ section { border: 1px solid rgb(161, 161, 161); } +.workshop-difficulty { + display: flex; + justify-content: center; + align-items: center; + width: 100%; + background-color: #176e2a; + padding: 3px 30px; + justify-content: space-around; +} + .workshop-footer { padding: 10px 30px; text-align: center; diff --git a/index.html b/index.html index 3f254dc..bd38c6a 100644 --- a/index.html +++ b/index.html @@ -496,6 +496,9 @@

Web Dev Workshop

Study Room

+
Git HTML @@ -506,6 +509,7 @@
11am - 12pm
Gilroy Library
+

Beginner-Friendly

Open to public

Description

A chance for you to learn the world's most common version control system: Git -- and how to create your own website!


@@ -541,6 +545,7 @@
1 - 2pm
Gilroy Library
+

Beginner-Friendly

Open to public

Description

Join us for a lecture on Python Programming basics. You'll learn basic data structures and be able to code your own programs!