diff --git a/rumination/.vscode/settings.json b/rumination/.vscode/settings.json new file mode 100755 index 0000000..6f3a291 --- /dev/null +++ b/rumination/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/rumination/imgs/cows.gif b/rumination/imgs/cows.gif new file mode 100755 index 0000000..177fb67 Binary files /dev/null and b/rumination/imgs/cows.gif differ diff --git a/rumination/imgs/flyer_website.png b/rumination/imgs/flyer_website.png new file mode 100755 index 0000000..8e2c78f Binary files /dev/null and b/rumination/imgs/flyer_website.png differ diff --git a/rumination/imgs/session.gif b/rumination/imgs/session.gif new file mode 100755 index 0000000..a1af9c5 Binary files /dev/null and b/rumination/imgs/session.gif differ diff --git a/rumination/index.html b/rumination/index.html new file mode 100755 index 0000000..2457ac4 --- /dev/null +++ b/rumination/index.html @@ -0,0 +1,21 @@ + + + + + + + + + Rumination Session + + +
+
+ +
+
+ +
+
+ + \ No newline at end of file diff --git a/rumination/style.css b/rumination/style.css new file mode 100755 index 0000000..6276565 --- /dev/null +++ b/rumination/style.css @@ -0,0 +1,37 @@ +body{ + min-height: 100vh; + max-width: 100vw; + background-color: black; +} + +.big { + position: relative; + top: 0; + left: 0; + } + + .flyer { + position: relative; + top: 0; + left: 0; + margin-left: 35%; + margin-top:15%; + + } + + .flyer img{ + max-width: 50vw; + border: 1pt solid white; + } + + .gif{ + position: absolute; + top: -25%; + left: 10%; + + } + + .gif img{ + border: 1pt solid white; + max-width: 35vw; + } \ No newline at end of file