commit bf4d1f062b70129cc1e262eef00eaa6dec54f181 Author: Arne van Iterson Date: Thu Nov 2 16:22:23 2023 +0100 Initial diff --git a/css/index.css b/css/index.css new file mode 100644 index 0000000..2a2a118 --- /dev/null +++ b/css/index.css @@ -0,0 +1,51 @@ +body { + font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; + text-align: center; +} +body > img { + width: 75%; +} +body > h1 { + text-decoration: underline; +} +body > h2 { + margin: 1em 0 0.25em 0; +} +body > h2 > img { + height: 1.25em; + display: inline-block; + vertical-align: bottom; +} +body > div, +body form { + display: inline-block; + text-align: center; + width: 50%; +} +body > div button, +body > div input, +body form button, +body form input { + padding: 1em 0em; + border-radius: 5px; + width: 100%; + font-size: large; + display: block; + margin: 1em 0em; + border: 1px solid black; + text-align: center; + position: relative; +} +body > div button > img, +body > div input > img, +body form button > img, +body form input > img { + position: absolute; + left: 1em; + height: 1.25em; +} + +footer { + margin-top: 2em; + font-size: small; +}/*# sourceMappingURL=index.css.map */ \ No newline at end of file diff --git a/css/index.css.map b/css/index.css.map new file mode 100644 index 0000000..505bd10 --- /dev/null +++ b/css/index.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["index.scss","index.css"],"names":[],"mappings":"AAAI;EACI,4DAAA;EACA,kBAAA;ACCR;ADEQ;EACI,UAAA;ACAZ;ADGQ;EACI,0BAAA;ACDZ;ADIQ;EACI,sBAAA;ACFZ;ADGY;EACI,cAAA;EACA,qBAAA;EACA,sBAAA;ACDhB;ADMQ;;EAEI,qBAAA;EACA,kBAAA;EACA,UAAA;ACJZ;ADMY;;;;EAEI,gBAAA;EACA,kBAAA;EACA,WAAA;EACA,gBAAA;EACA,cAAA;EACA,eAAA;EACA,uBAAA;EACA,kBAAA;EACA,kBAAA;ACFhB;ADIgB;;;;EACI,kBAAA;EACA,SAAA;EACA,cAAA;ACCpB;;ADMI;EACI,eAAA;EACA,gBAAA;ACHR","file":"index.css"} \ No newline at end of file diff --git a/css/index.scss b/css/index.scss new file mode 100644 index 0000000..27c3fbb --- /dev/null +++ b/css/index.scss @@ -0,0 +1,55 @@ + body { + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; + text-align: center; + + // Header image + >img { + width: 75%; + } + + >h1 { + text-decoration: underline; + } + + >h2 { + margin: 1em 0 0.25em 0; + >img { + height: 1.25em; + display: inline-block; + vertical-align: bottom; + } + } + + // Inputs + >div, + form { + display: inline-block; + text-align: center; + width: 50%; + + button, + input { + padding: 1em 0em; + border-radius: 5px; + width: 100%; + font-size: large; + display: block; + margin: 1em 0em; + border: 1px solid black; + text-align: center; + position: relative; + + >img { + position: absolute; + left: 1em; + height: 1.25em; + } + } + } + + } + + footer { + margin-top: 2em; + font-size: small; + } \ No newline at end of file diff --git a/html/index.html b/html/index.html new file mode 100644 index 0000000..8578b82 --- /dev/null +++ b/html/index.html @@ -0,0 +1,54 @@ + + + + + + + + Portal + + + + Kobo logo + +

+ Magnify icon + Search +

+
+
+ + +
+ + + +

+ Web icon + Pick-a-site +

+
+
+ + + +
+ + + + + \ No newline at end of file diff --git a/res/mdi/duck.svg b/res/mdi/duck.svg new file mode 100644 index 0000000..838003f --- /dev/null +++ b/res/mdi/duck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/res/mdi/google.svg b/res/mdi/google.svg new file mode 100644 index 0000000..9186349 --- /dev/null +++ b/res/mdi/google.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/res/mdi/magnify.svg b/res/mdi/magnify.svg new file mode 100644 index 0000000..a37f3ad --- /dev/null +++ b/res/mdi/magnify.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/res/mdi/web.svg b/res/mdi/web.svg new file mode 100644 index 0000000..f00decb --- /dev/null +++ b/res/mdi/web.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/res/mdi/wikipedia.svg b/res/mdi/wikipedia.svg new file mode 100644 index 0000000..1e6f393 --- /dev/null +++ b/res/mdi/wikipedia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/res/rakobo.png b/res/rakobo.png new file mode 100644 index 0000000..663b930 Binary files /dev/null and b/res/rakobo.png differ