diff --git a/.htaccess b/.htaccess index 6cd309c..65ea53c 100644 --- a/.htaccess +++ b/.htaccess @@ -18,7 +18,6 @@ RewriteRule ^mc/?$ "https://ellpeck.de/minecraft-stuff" [R=301,L] RewriteRule ^minecraft-stuff/?$ "https://ellpeck.de/projects" [R=301,L] RewriteRule ^yt/?$ "https://www.youtube.com/c/ellpeck" [R=301,L] RewriteRule ^wishlist/?$ "https://www.amazon.de/hz/wishlist/ls/LZO9Y2Z3VJ5Q?&sort=default" [R=301,L] -RewriteRule ^commissions/?$ "https://ellpeck.de/#commissions" [NE,R=301,L] RewriteRule ^fftranslate/?$ "https://poeditor.com/join/project/ElzC23ecB6" [R=301,L] ErrorDocument 404 /404.html diff --git a/commissions/index.html b/commissions/index.html new file mode 100644 index 0000000..17bc436 --- /dev/null +++ b/commissions/index.html @@ -0,0 +1,103 @@ + + + + + + + + Ellpeck's Mod Commissions + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Stuff I Made

+
+ + +
+

What People Say

+ +
+

A pleasant, kind, and easy to work with modder. He produces high quality work and is, in my opinion, well worth the money.

+

Violet

+
+ +
+ Ellpeck has proven time and again to be very talented and open-minded when it comes to mod commissions. Easy and enjoyable to work with, and very patient when it comes to working out any inconsistencies. I’m happy to have collaborated with him! +

Drakallen

+
+ +
+ Working with Ellpeck was an immense pleasure, he was attentive and convivial during the entire process. Upon release, I was assured any and all problems would be handled immediately, although I have yet to encounter a single issue. Brilliant work and highly recommended. +

Zilch

+
+
+ \ No newline at end of file diff --git a/commissions/media/enchantmentstorage.png b/commissions/media/enchantmentstorage.png new file mode 100644 index 0000000..ada094b Binary files /dev/null and b/commissions/media/enchantmentstorage.png differ diff --git a/commissions/media/nyx.png b/commissions/media/nyx.png new file mode 100644 index 0000000..5db46c3 Binary files /dev/null and b/commissions/media/nyx.png differ diff --git a/commissions/media/slingshot.png b/commissions/media/slingshot.png new file mode 100644 index 0000000..815b5a6 Binary files /dev/null and b/commissions/media/slingshot.png differ diff --git a/commissions/style.css b/commissions/style.css new file mode 100644 index 0000000..fc4a4af --- /dev/null +++ b/commissions/style.css @@ -0,0 +1,45 @@ +body { + font-family: Roboto; +} + +.carousel-item img { + max-height: 80vh; + width: auto; + object-fit: cover; +} + +.carousel-item a { + color: white; +} + +.par { + width: 95%; + max-width: 850px; + margin-top: 1em; + margin-bottom: 1em; + margin-left: auto; + margin-right: auto; +} + +.test { + width: 90%; + margin-top: 20px; + padding: 20px; + background-color: #f0f0f0; + border-radius: 5px; +} + +.test-left { + margin-right: 10%; + margin-left: auto; +} + +.test-right { + margin-left: 10%; + margin-right: auto; +} + +.test-name { + text-align: right; + margin-bottom: 0; +} \ No newline at end of file