From 1dcd417758a11f83bb5238d46a3e5da115dc702d Mon Sep 17 00:00:00 2001 From: mounderfod Date: Fri, 23 Jun 2023 11:37:41 +0100 Subject: Convert website to use Jekyll --- assets/Windows Regular.ttf | Bin 0 -> 88840 bytes assets/img/background.png | Bin 0 -> 2498889 bytes assets/img/planets/Planet-1.png | Bin 0 -> 1885728 bytes assets/img/planets/Planet-2.png | Bin 0 -> 1857869 bytes assets/img/planets/Planet-3.png | Bin 0 -> 1738175 bytes assets/img/planets/Planet-4.png | Bin 0 -> 1805249 bytes assets/img/planets/Planet-5.png | Bin 0 -> 1932452 bytes assets/img/uc.png | Bin 0 -> 126475 bytes assets/img/wordart.png | Bin 0 -> 272965 bytes assets/index.css | 97 ++++++++++++++++++++++++++++++++++++++++ 10 files changed, 97 insertions(+) create mode 100644 assets/Windows Regular.ttf create mode 100644 assets/img/background.png create mode 100644 assets/img/planets/Planet-1.png create mode 100644 assets/img/planets/Planet-2.png create mode 100644 assets/img/planets/Planet-3.png create mode 100644 assets/img/planets/Planet-4.png create mode 100644 assets/img/planets/Planet-5.png create mode 100644 assets/img/uc.png create mode 100644 assets/img/wordart.png create mode 100644 assets/index.css (limited to 'assets') diff --git a/assets/Windows Regular.ttf b/assets/Windows Regular.ttf new file mode 100644 index 0000000..26abb3d Binary files /dev/null and b/assets/Windows Regular.ttf differ diff --git a/assets/img/background.png b/assets/img/background.png new file mode 100644 index 0000000..a6b2247 Binary files /dev/null and b/assets/img/background.png differ diff --git a/assets/img/planets/Planet-1.png b/assets/img/planets/Planet-1.png new file mode 100644 index 0000000..daf403f Binary files /dev/null and b/assets/img/planets/Planet-1.png differ diff --git a/assets/img/planets/Planet-2.png b/assets/img/planets/Planet-2.png new file mode 100644 index 0000000..711144b Binary files /dev/null and b/assets/img/planets/Planet-2.png differ diff --git a/assets/img/planets/Planet-3.png b/assets/img/planets/Planet-3.png new file mode 100644 index 0000000..fd9bd87 Binary files /dev/null and b/assets/img/planets/Planet-3.png differ diff --git a/assets/img/planets/Planet-4.png b/assets/img/planets/Planet-4.png new file mode 100644 index 0000000..704f109 Binary files /dev/null and b/assets/img/planets/Planet-4.png differ diff --git a/assets/img/planets/Planet-5.png b/assets/img/planets/Planet-5.png new file mode 100644 index 0000000..097dc71 Binary files /dev/null and b/assets/img/planets/Planet-5.png differ diff --git a/assets/img/uc.png b/assets/img/uc.png new file mode 100644 index 0000000..d51765b Binary files /dev/null and b/assets/img/uc.png differ diff --git a/assets/img/wordart.png b/assets/img/wordart.png new file mode 100644 index 0000000..a0c6b1d Binary files /dev/null and b/assets/img/wordart.png differ diff --git a/assets/index.css b/assets/index.css new file mode 100644 index 0000000..1fa9b34 --- /dev/null +++ b/assets/index.css @@ -0,0 +1,97 @@ +@font-face { + font-family: windows; + src: url("Windows Regular.ttf"); +} + +html { + background-image: url(img/background.png); + width: 100%; + height: 100%; + color: white; +} +p, +h1, +h2, +h3, +h4, +h5, +h6, +li { + font-family: windows; +} +.field { + width: 25%; + display: inline-block; + padding-left: 4em; + padding-right: 4em; + text-align: center; +} +.field > img { + width: 5rem; + height: 5rem; +} +a { + color: -webkit-link; + text-decoration: underline wavy -webkit-link; +} + +a > :is(p, h1, h2, h3, h4, h5, h6) { + color: -webkit-link; +} + +marquee { + width: 100%; +} + +#main { + width: 100%; + margin: auto; +} + +.logo-container { + display: block; + margin-left: auto; + margin-right: auto; + width: 30%; +} + +.logo { + width: 100%; +} + +.box { + background-color: whitesmoke; + border: 5px solid darkcyan; + width: 60%; + text-align: center; + margin: auto; + padding: 10px; +} + +.box > ul { + color: black; + list-style-position: inside; + padding: 0; +} + +.box > :is(p, h1, h2, h3, h4, h5, h6) { + color: black; +} + +.box > ul > li > :is(p, h1, h2, h3, h4, h5, h6) { + color: black; +} + +pre, +code { + color: green; + background-color: black; +} + +pre { + padding: 5px; +} + +:not(pre) > code { + padding: 5px; +} -- cgit 1.4.1-2-gfad0