commit b1faf1dfd39876136487d40927616d851e8d2ac5 Author: avitex Date: Sat Jun 9 02:51:55 2018 +1000 Initial commit diff --git a/bg.png b/bg.png new file mode 100644 index 0000000..3fce913 Binary files /dev/null and b/bg.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..0ef62c3 Binary files /dev/null and b/favicon.ico differ diff --git a/fox.png b/fox.png new file mode 100644 index 0000000..3149da6 Binary files /dev/null and b/fox.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..f2ab285 --- /dev/null +++ b/index.html @@ -0,0 +1,64 @@ + + + + Whitefox eSports + + + + + + + +
+

Whitefox eSports

+ +

Are you a competitive team or player in need of a home?
You can talk to us on teamspeak at ts.wfx.es

+
+ + + diff --git a/launch.css b/launch.css new file mode 100644 index 0000000..c060fc9 --- /dev/null +++ b/launch.css @@ -0,0 +1,40 @@ +html, body { + margin: 0; + padding: 0; + height: 100%; + width: 100%; +} + +body { + font-family: 'Exo 2'; + font-size: 13px; + background: rgb(250,250,250); + display: flex; + justify-content: center; + align-items: center; + background: url(fox.png) 50% 50% no-repeat; +} + +.center-box +{ + color:rgb(80, 100, 100); + line-height: 18px; + font-weight: 300; + font-size: 14px; + text-align: center; +} + +h2 { + color: rgb(100,100,100); +} + +strong { + font-weight: 500; +} + +a:link, a:visited +{ + font-weight: 500; + text-decoration: none; + color: rgb(146, 90, 198); +} \ No newline at end of file diff --git a/src/bg.xcf b/src/bg.xcf new file mode 100644 index 0000000..49b1069 Binary files /dev/null and b/src/bg.xcf differ diff --git a/src/fox.xcf b/src/fox.xcf new file mode 100644 index 0000000..682f17c Binary files /dev/null and b/src/fox.xcf differ