commit fbbc146410d91871c71dcaf8c89fe8da73d3ac27 Author: gome Date: Fri Apr 8 20:44:33 2022 -0500 initial commit diff --git a/bookmarks/index.html b/bookmarks/index.html new file mode 100644 index 0000000..00b9f23 --- /dev/null +++ b/bookmarks/index.html @@ -0,0 +1,25 @@ + + + gome — bookmarks + + + + + + + + + + + +

Bookmarks

+
+

Just a stub for now.

+
+ + + diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..a0f9cbd --- /dev/null +++ b/css/style.css @@ -0,0 +1,47 @@ +html { + color: #323a42; + background-color: #fffcf7; + font-family: 'Palatino Linotype', Optima, Lora, serif; + max-width: 70ch; + margin: 1em 0 1em auto; + line-height: 1.2; + font-size: 1.25em; + height: calc(100vh - 2em); + position: relative; +} +body { + margin: 0; + margin-left: 1.5em; + height: 100%; + display: flex; + flex-direction: column; +} +main { + flex-grow: 1; + margin-right: 1em; +} +#back-arrow { + position: absolute; + transform: translate(-23px, 3px); +} +a#back { + color: #323a42; + text-decoration: underline; + position: relative; +} +h1 { + font-size: 2em; + margin-top: 0.5em; + margin-bottom: 0.5em; + border-bottom: 2px solid #323a42; +} +footer { + margin-right: 1em; +} +footer img { + display: block; + bottom: 0; + margin: 0 auto; + max-width: 100%; + max-height: 160px; +} diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..bc4cf5d Binary files /dev/null and b/favicon.ico differ diff --git a/img/desktop_gomes.webp b/img/desktop_gomes.webp new file mode 100644 index 0000000..3c06dfa Binary files /dev/null and b/img/desktop_gomes.webp differ diff --git a/img/hole_gome.webp b/img/hole_gome.webp new file mode 100644 index 0000000..e6bfc58 Binary files /dev/null and b/img/hole_gome.webp differ diff --git a/img/mobile_gome.webp b/img/mobile_gome.webp new file mode 100644 index 0000000..9eb385d Binary files /dev/null and b/img/mobile_gome.webp differ diff --git a/img/mushrooms_1.webp b/img/mushrooms_1.webp new file mode 100644 index 0000000..12734f6 Binary files /dev/null and b/img/mushrooms_1.webp differ diff --git a/img/mushrooms_2.webp b/img/mushrooms_2.webp new file mode 100644 index 0000000..e7d9aee Binary files /dev/null and b/img/mushrooms_2.webp differ diff --git a/img/tablet_gomes.webp b/img/tablet_gomes.webp new file mode 100644 index 0000000..c82dddc Binary files /dev/null and b/img/tablet_gomes.webp differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..b786051 --- /dev/null +++ b/index.html @@ -0,0 +1,193 @@ + + + gomepage + + + + + + + + + + + +
+

Word of the day

+
+ + + + diff --git a/journal/index.html b/journal/index.html new file mode 100644 index 0000000..fdb4c54 --- /dev/null +++ b/journal/index.html @@ -0,0 +1,25 @@ + + + gome — journal + + + + + + + + + + + +

Journal

+
+

Just a stub for now.

+
+ + + diff --git a/socials/index.html b/socials/index.html new file mode 100644 index 0000000..f03fbc2 --- /dev/null +++ b/socials/index.html @@ -0,0 +1,26 @@ + + + gome — socials + + + + + + + + + + + +

Socials

+
+

Just a stub for now.

+
+ + +