diff --git a/css/general.css b/css/general.css index e6d47a4..13abe3c 100644 --- a/css/general.css +++ b/css/general.css @@ -1757,6 +1757,57 @@ section { border: 1px solid rgb(161, 161, 161); } +.workshop-slides { + display: flex; + flex-flow: row nowrap; + width: 100%; +} + +.workshop-topics-covered { + width: 50%; + min-width: 150px; +} + +.workshop-presentation { + text-align: center; + justify-content: center; + float: right; + width: 50%; +} + +.slides-thumbnail { + padding: 10px 15px; +} + +.slides-thumbnail:hover { + transform: scale(1.05); + transition: 0.5s; +} + +.slides-element { + width: 100%; + border-radius: 5px; + border: 1px solid rgb(102, 102, 102); +} + +.tooltip#python-slides-tooltip::after { + content: 'Intro to Python Programming'; + color: rgb(252, 188, 93); + right: -11px; +} + +.tooltip#webdev-slides-tooltip::after { + content: 'Web Dev & Git Version Control'; + color: rgb(252, 188, 93); + right: -15px; +} + +.tooltip#python-slides-tooltip::after { + content: 'Intro to Python Programming'; + color: rgb(252, 188, 93); + right: -11px; +} + .workshop-difficulty { display: flex; justify-content: center; diff --git a/img/python_slides.jpg b/img/python_slides.jpg new file mode 100644 index 0000000..096358e Binary files /dev/null and b/img/python_slides.jpg differ diff --git a/img/webdev_slides.jpg b/img/webdev_slides.jpg new file mode 100644 index 0000000..a457c7b Binary files /dev/null and b/img/webdev_slides.jpg differ diff --git a/index.html b/index.html index 4e3f628..8b97f7b 100644 --- a/index.html +++ b/index.html @@ -512,14 +512,25 @@

Description

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


-

Topics Covered:

-
+
+
+

Topics Covered:

+
    +
  • Git Version Control
  • +
  • Web Dev Basics
  • +
  • HTML
  • +
  • CSS
  • +
  • JavaScript
  • +
  • Domains
  • +

+
+
+

Slides Presentation:

+
+ +
+
+

Notes