From c7683f0e14e0fc8c1a9eaf296384e0e2b94c1306 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Tue, 18 Feb 2025 18:28:04 -0800 Subject: [PATCH] third version --- .about.html.swp | Bin 1024 -> 0 bytes assets/views/footer.html | 20 +++++----- assets/views/header.html | 71 +++++++++++++++++++++--------------- index.html | 74 ++++++++++++++++++++++++------------- style/css/style.css | 77 ++++++++++++++++++--------------------- 5 files changed, 136 insertions(+), 106 deletions(-) delete mode 100644 .about.html.swp diff --git a/.about.html.swp b/.about.html.swp deleted file mode 100644 index 9c05af85c650f9829dea7b9e1b6d8715562b3a46..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1024 zcmYc?$V<%2SFq4CWU8sSQ}c9ktS diff --git a/assets/views/header.html b/assets/views/header.html index 5e03bc2..8840e53 100644 --- a/assets/views/header.html +++ b/assets/views/header.html @@ -1,35 +1,48 @@ - diff --git a/index.html b/index.html index 5619f58..f95320f 100644 --- a/index.html +++ b/index.html @@ -9,67 +9,89 @@

Pogmom Suite

An Archival & Decentralization Project

- +

Social

Multimedia

Games


- + diff --git a/style/css/style.css b/style/css/style.css index 20bcd4b..e5581fd 100644 --- a/style/css/style.css +++ b/style/css/style.css @@ -1,25 +1,24 @@ body { background-color: #000000; - margin-left: 5vw; - margin-right: 5vw; + margin: 0 5vw; +} +h1,h2,p,hr { + color: #da74e5; } h1,h2,p{ - color: #da74e5; font-family: 'Overpass', sans-serif; font-weight: 50; text-align: center; + margin-bottom: 0; } h1 { font-size: 3em; - margin-bottom: 0px; } -hr { - color: #da74e5; - margin: 2vmax 0px; +.flexrow { + margin: 2vmax 0; } .flexrow,.wrapgroup{ display:flex; - width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; @@ -28,55 +27,51 @@ hr { flex-wrap: nowrap; flex: 0 1 0px; } -.header > .wrapgroup > .flexitem > img { - width: auto; -} -.header > .wrapgroup > .flexitem > p { - font-size: 10pt; -} -.header > .wrapgroup > .flexitem { - min-width: 50px; - max-width: 100px; -} -/*.header > .wrapgroup,.footer > .wrapgroup { - flex-grow: 1; - justify-content: space-around; -}*/ .header { - margin: auto 10%; - width: 80%; -} -.footer > .wrapgroup > .flexitem { - min-width: 40px; - max-width: 70px; - padding: 1vmax; + .wrapgroup > .flexbutton { + a { + min-width: 45px; + img { + width: auto; + } + p { + font-size: 0.75em; + } + } + } } .footer { - margin-bottom: 2vmax; + .wrapgroup > .flexbutton { + min-width: 5vmin; + padding: 1vmax; + } } -.flexitem { - min-width: 75px; - max-width: 200px; +.flexbutton,.flexbutton > a { display: flex; flex-direction: column; justify-content: center; +} +.flexbutton { border-style: solid; border-color: #da74e5; border-width: 3px; - border-radius: 10px; - padding: 2vh; + border-radius: 8px; margin: 1vh 1vw; - text-decoration: none; transition: 0.5s; + a { + min-width: 75px; + text-decoration: none; + padding: 1.5vh; + p { + font-size: 1em; + margin-bottom: 0px; + } + } } -.flexitem:hover { +.flexbutton:hover { box-shadow: 0px 0px 30px #da75e5dd; transition: 0.25s; } -.flexitem > p { - margin-bottom: 0px; -/* font-size: 10pt;*/ -} /* latin-ext */ @font-face { font-family: 'Overpass';