diff --git a/Visual 2.png b/Visual 2.png new file mode 100644 index 0000000..9eda826 Binary files /dev/null and b/Visual 2.png differ diff --git a/darkmode.css b/darkmode.css new file mode 100644 index 0000000..cee3f62 --- /dev/null +++ b/darkmode.css @@ -0,0 +1,14 @@ + +body.dark-mode { + background-color: #121212; + color: #e0e0e0; +} + +.dark-mode a { + color: #90caf9; +} + +.dark-mode header, .dark-mode footer { + background-color: #1f1f1f; + color: #fff; +} \ No newline at end of file diff --git a/index.html b/index.html index b756b85..9a31d9c 100644 --- a/index.html +++ b/index.html @@ -84,7 +84,7 @@ License - Stunning Visuals + Stunning Visuals Github Repository diff --git a/stunningvisuals.html b/stunningvisuals.html new file mode 100644 index 0000000..41e433a --- /dev/null +++ b/stunningvisuals.html @@ -0,0 +1,41 @@ + + + + + + + Stunning Visuals - Dataverse + + + + + +
+

Stunning Visuals

+
+
+

Here are some beautiful examples of what Dataverse can create!

+
+ image 1 + image 2 + image 3 +
+
+ + + + + diff --git a/visual 1.png b/visual 1.png new file mode 100644 index 0000000..561c141 Binary files /dev/null and b/visual 1.png differ diff --git a/visual 3.png b/visual 3.png new file mode 100644 index 0000000..eaa0f2b Binary files /dev/null and b/visual 3.png differ