commit 01e219ab457c7d31e6178bf3739e7a144c0e0a34 Author: Anson Biggs Date: Tue Mar 10 15:48:37 2020 -0700 init commit diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..95e2353 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,13 @@ +# This file is a template, and might need editing before it works on your project. +# Full project: https://gitlab.com/pages/plain-html +pages: + stage: deploy + script: + - mkdir .public + - cp -r * .public + - mv .public public + artifacts: + paths: + - public + only: + - master diff --git a/custom.css b/custom.css new file mode 100644 index 0000000..3c8ccfd --- /dev/null +++ b/custom.css @@ -0,0 +1,35 @@ +html { + height: 100%; +} +body { + height: 100%; + margin: 0; + background: rgb(166, 13, 59); + background: linear-gradient( + 0deg, + rgba(166, 13, 59, 1) 25%, + rgba(128, 16, 178, 1) 75% + ); +} + +* { + text-align: center; + color: white !important; +} + +h1 { + font-family: "CooperHewittBold"; + font-weight: normal; + font-style: normal; +} + +a { + font-weight: bold; + font-family: helvetica; + text-decoration: underline; +} + +a:hover { + /* font-weight: bold; */ + font-style: italic; +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..4203fed --- /dev/null +++ b/index.html @@ -0,0 +1,53 @@ + + + + + + RRD Tournamet + + + + + + +
+
+

+ Redline Racing Division Presents: +

+

+ MARIO KART 8 TOURNAMENT +

+ karts +

Details

+

+ Event Time: 02/20/2020 5pm /// Sign Up: + at Challonge +

+
+
+ + + diff --git a/karts.png b/karts.png new file mode 100644 index 0000000..41f39fd Binary files /dev/null and b/karts.png differ