diff --git a/css/slideshow.css b/css/slideshow.css new file mode 100644 index 0000000..b30a837 --- /dev/null +++ b/css/slideshow.css @@ -0,0 +1,53 @@ +* { + box-sizing: border-box; + } + + body { + font-family: Arial, sans-serif; + background-color: #f1f1f1; + } + + .slideshow-container { + position: relative; + width: 60%; + margin: auto; + } + + .text-slide { + display: none; + padding: 20px; + } + + .prev, + .next { + cursor: pointer; + position: absolute; + top: 50%; + width: auto; + padding: 16px; + margin-top: -22px; + color: white; + font-weight: bold; + font-size: 18px; + user-select: none; + } + + .next { + right: 0; + border-radius: 3px 0 0 3px; + } + + .prev { + left: 0; + border-radius: 0 3px 3px 0; + } + + /* .prev:hover, + .next:hover { + border: 1px solid #f1f1f1; + } */ + + .text-slide:first-of-type { + display: block; + } + \ No newline at end of file diff --git a/index.html b/index.html index f2a804f..906a667 100644 --- a/index.html +++ b/index.html @@ -18,9 +18,10 @@ + - +
- The AI Dojo is *the* place to learn AI and data science in a calm and immersive atmosphere. + The AI Dojo is the place to learn AI and data science in a calm and immersive atmosphere.
++ We prepare you for getting the most out of AI in your role as... +
+ + + + +We'll devise a training program, just right for you. Or, you can choose from - one of the existing programs we have built for happy customers. + one of the existing programs we have built for happy clients.
Read on to learn more about our teaching method and to get to know our trainers.
@@ -183,5 +206,9 @@