From b265aab5fc06dc27e7ad0140e7c11922d5a0f34c Mon Sep 17 00:00:00 2001 From: Andrew Rogers Date: Fri, 20 Oct 2023 04:53:31 -0500 Subject: [PATCH] [NEW] Welcome: New landing page --- andrea0s-plain-noextfonts.svg | 143 ++++++++++++++++++++ index.indicator.html | 243 ++++++++++++++++++++++++++++++++++ index.tail.html | 6 + indexhead.html | 10 ++ page.css | 134 +++++++++++++++++++ 5 files changed, 536 insertions(+) create mode 100644 andrea0s-plain-noextfonts.svg create mode 100644 index.indicator.html create mode 100644 index.tail.html create mode 100644 indexhead.html create mode 100644 page.css diff --git a/andrea0s-plain-noextfonts.svg b/andrea0s-plain-noextfonts.svg new file mode 100644 index 0000000..1ed6329 --- /dev/null +++ b/andrea0s-plain-noextfonts.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/index.indicator.html b/index.indicator.html new file mode 100644 index 0000000..4f514e4 --- /dev/null +++ b/index.indicator.html @@ -0,0 +1,243 @@ +
+Welcome + diff --git a/index.tail.html b/index.tail.html new file mode 100644 index 0000000..a94746d --- /dev/null +++ b/index.tail.html @@ -0,0 +1,6 @@ +
+ +
+ + + diff --git a/indexhead.html b/indexhead.html new file mode 100644 index 0000000..4586eee --- /dev/null +++ b/indexhead.html @@ -0,0 +1,10 @@ + + + + + Welcome | Andrea OS + + + + +
diff --git a/page.css b/page.css new file mode 100644 index 0000000..a005ef5 --- /dev/null +++ b/page.css @@ -0,0 +1,134 @@ +body { + background-color: #616db8; + margin: 0px; +} + +.black { + width: 100%; + margin: 0px; + position: sticky; + height: 30pt; + float: none; + background-color: #000000; +} + +.fc { + display: flex; + justify-content: center; + align-items: center; + height: 75%; + margin-top: 5%; +} +.fc > img { + width: 50%; + height: 100%; +} + +.window { + margin-top: 5%; + margin-left: 2%; + margin-right: 2%; + justify-content: center; +} + +.content-flexbox { + display: flex; + margin: 0px; + background-color: #000000; +} + +.content-border-left { + width: 6.8pt; + margin: 0px; +} + +.inner { + width: 100%; + height: 100%; + font-family: Ebrima; + margin: 0.7pt; + padding: 2%; + background-color: #ffffff; +} + +.content-border-right { + width: 8.1pt; + margin: 0px; +} + +.title-flexbar { + display: flex; + margin: 0px; + height: 30pt; + background-color: #cdcbcd; +} + +.titlebar-left { + width: 6.8pt; + margin: 0px; +} + +.titlebar-right { + width: 8.1pt; + margin: 0px; + background-color: #616db8; +} + +.bottombar-flexbox { + display: flex; + height: 9.5pt; + margin: 0px; +} + +.bottombar-left { + background-color: #616db8; +} + +.bottombar-middle { + flex-grow: 1; +} + +.bottombar-right { + width: 6.8pt; + background-color: #616db8; +} + +.flexbar { + background-color: #dedddf; + display: flex; + justify-content: center; + margin: 0px; + height: 30pt; +} + +.left-menu { + width: 191pt; + height: 100%; + margin: 0px; +} +.middle { + flex-grow: 1; + margin: 0px; +} +.welcome-right-menu { + width: 118pt; + height: 100%; + margin: 0px; +} + +.blog-right-menu { + width: 73.6pt; + height: 100%; + margin: 0px; +} + +.resume-right-menu { + width: 95.5pt; + height: 100%; + margin: 0px; +} + +@font-face { + font-family: Ebrima; + src: url(ebrimabd.ttf); +}