diff --git a/examples/graphics/canvas_animated.html b/examples/graphics/canvas_animated.html index ca28f3a..1d7989e 100644 --- a/examples/graphics/canvas_animated.html +++ b/examples/graphics/canvas_animated.html @@ -24,7 +24,7 @@ // click to add circle canvas.addEventListener('click', (event) => { - addCircle(event.clientX, event.clientY); + addCircle(event.clientX, event.clientY); }); // set initial properties of new circle diff --git a/experiments/gioia/6_svg_editable.html b/experiments/gioia/6_svg_editable.html new file mode 100644 index 0000000..feaa4da --- /dev/null +++ b/experiments/gioia/6_svg_editable.html @@ -0,0 +1,146 @@ + + + + +Editable SVG - Graphics - Interactive Information + + + + + + + + + diff --git a/experiments/gioia/canvas.html b/experiments/gioia/canvas.html new file mode 100644 index 0000000..b8d10a7 --- /dev/null +++ b/experiments/gioia/canvas.html @@ -0,0 +1,38 @@ + + + + +Canvas - Graphics - Interactive Information + + + + + + + + + \ No newline at end of file diff --git a/experiments/gregor/5_scroll.html b/experiments/gregor/5_scroll.html index 6774ddd..24bf4fe 100644 --- a/experiments/gregor/5_scroll.html +++ b/experiments/gregor/5_scroll.html @@ -12,6 +12,9 @@ height: 100vh; background-color: black; font-family: "Just Me Again Down Here"; + display: flex; + flex-direction: row; + overflow-x: scroll; } .video-container { @@ -61,6 +64,7 @@ h1 { font-size: 5em; top: 20vh; } h2 { font-size: 4em; top: 30vh; } + diff --git a/experiments/gregor/6_graphics.html b/experiments/gregor/6_graphics.html new file mode 100644 index 0000000..a357ca2 --- /dev/null +++ b/experiments/gregor/6_graphics.html @@ -0,0 +1,79 @@ + + + + +Layered Circles and Squares + + + + + + + + + \ No newline at end of file diff --git a/experiments/marine/6_graphic.html b/experiments/marine/6_graphic.html new file mode 100644 index 0000000..8ee3250 --- /dev/null +++ b/experiments/marine/6_graphic.html @@ -0,0 +1,73 @@ + + + + +Canvas - Graphics - Interactive Information + + + + +
+ +
+ + + + \ No newline at end of file diff --git a/experiments/marine/6_media.html b/experiments/marine/6_media.html deleted file mode 100644 index ead9476..0000000 --- a/experiments/marine/6_media.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - -Video - Media - Interactive Information - - - - - - - - - - - - - - - - - -
-
- - -
-
- -
-
- - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/experiments/marine/7_graphic.html b/experiments/marine/7_graphic.html new file mode 100644 index 0000000..5371747 --- /dev/null +++ b/experiments/marine/7_graphic.html @@ -0,0 +1,61 @@ + + + + +Canvas - Graphics - Interactive Information + + + + +
+ +
+ + + + \ No newline at end of file diff --git a/experiments/svenja/canvas_animated.html b/experiments/svenja/SHOW_THIS_ONE_updated_canvas_animated.html similarity index 100% rename from experiments/svenja/canvas_animated.html rename to experiments/svenja/SHOW_THIS_ONE_updated_canvas_animated.html diff --git a/experiments/valentina/6_graphics.html b/experiments/valentina/6_graphics.html index 321bd78..243b1f8 100644 --- a/experiments/valentina/6_graphics.html +++ b/experiments/valentina/6_graphics.html @@ -51,6 +51,21 @@ border: 4px solid black; } +.reset-button { + margin: 20px; + padding: 10px 20px; + background-color: #003975; + color: white; + border: none; + border-radius: 5px; + cursor: pointer; + font-size: 1rem; +} + +.reset-button:hover { + background-color: #002144; +} + .main { flex: 1; /* Take remaining space */ display: flex; @@ -79,6 +94,7 @@
+
@@ -92,6 +108,7 @@ - - - diff --git a/index.html b/index.html index faccad0..240256c 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@

🖥️ Examples

  • Layouts: normal flow, floats, position, flexbox, grid, media queries
  • Scrollytelling: overflow, progress, parallax, reveal, illustration
  • Media: audio, video, embed -
  • Graphics: canvas, animated canvas, SVG, editable SVG, SVG triangles, +
  • Graphics: canvas, animated canvas, SVG, editable SVG, SVG triangles