diff --git a/assets/images/gallery/snarky.jpg b/assets/images/gallery/snarky.jpg new file mode 100644 index 0000000..0ea7f83 Binary files /dev/null and b/assets/images/gallery/snarky.jpg differ diff --git a/index.html b/index.html index edc4e22..e965695 100644 --- a/index.html +++ b/index.html @@ -71,6 +71,13 @@ home +
I LIKE COMPUTER I Hate Macintosh diff --git a/portfolio.html b/portfolio.html new file mode 100644 index 0000000..3eb9fa7 --- /dev/null +++ b/portfolio.html @@ -0,0 +1,59 @@ + + + + + My Art :3 + + + + + +
+
+

My Art!!

+ Here I'll be posting some art of mine (at least the ones I actually like :p). My style is very messy, so you've been warned!!
+ Also, if you like it, please let me know, and I'd be glad to gift you one! Contact details on the main page ;3 +
+ +
+
+
+

Webrings

+
+ Retronaut: previous // + random // + next // + home +
+
+ Geekring: previous // + random // + next // + home +
+
+ +
+ I LIKE COMPUTER + I Hate Macintosh + I Hate MICROSOFT + This page is best viewed with: a computer and a monitor + Anything but Chrome + Made on GNU/Linux + <HTML>: Learn it today! + Web 3.14159... +
+
+
+ This work © 2024 by Wiikifox is licensed under CC BY 4.0 +
+ + diff --git a/styles.css b/styles.css index b0e4dcb..5554229 100644 --- a/styles.css +++ b/styles.css @@ -63,6 +63,10 @@ body { justify-items: center; gap: 4px; } +#gallery { + display: grid; + grid-template-columns: repeat(3, 1fr); +} @media screen and (max-width: 900px) { #buttons { display: grid;