diff --git a/about.css b/about.css
new file mode 100644
index 0000000..2e1b52e
--- /dev/null
+++ b/about.css
@@ -0,0 +1,20 @@
+#contact_logobox {
+ flex-grow: 0;
+}
+
+#contact_logo {
+ max-width: 300px;
+}
+#contactbox {
+ flex-grow: 1;
+
+}
+
+.protocol {
+ flex-basis: 300px;
+}
+
+
+.contact {
+ flex-grow: 1;
+}
\ No newline at end of file
diff --git a/about.html b/about.html
new file mode 100644
index 0000000..9b0096a
--- /dev/null
+++ b/about.html
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+ marty.tf - about
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/base.css b/base.css
index db38f0f..d9c33fd 100644
--- a/base.css
+++ b/base.css
@@ -5,10 +5,10 @@
* {
font-family: "Mono Code";
- color: var(--mtf-font-color);
+ color: #cdd6f4;
}
-body {
+#base {
background-color: #1e1e2e;
background-repeat: no-repeat;
background-attachment: fixed;
diff --git a/boxes.css b/boxes.css
index 2fe0c12..7532f57 100644
--- a/boxes.css
+++ b/boxes.css
@@ -10,12 +10,22 @@
height: inherit;
}
+/* - */
+/* - */
+/* - */
+/* - */
+/* - */
+/* - */
.flexbox-h {
display: flex;
flex-wrap: nowrap;
flex-direction: column;
}
+
+
+
+/* - - - - - - */
.flexbox-v {
display: flex;
flex-wrap: wrap;
@@ -35,4 +45,14 @@
#content {
flex-grow: 7;
min-width: 600px;
+ height: 70vh;
+}
+
+#content_embed {
+ width: 95%;
+ height: 100%;
+}
+
+#townsquare-root {
+ height: 20vh;
}
\ No newline at end of file
diff --git a/git.html b/git.html
new file mode 100644
index 0000000..ad1ebce
--- /dev/null
+++ b/git.html
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+ marty.tf - about
+
+
+
+
+
+
+ git
+
+
+
\ No newline at end of file
diff --git a/index.html b/index.html
index 3308b85..d9b0eca 100644
--- a/index.html
+++ b/index.html
@@ -13,7 +13,7 @@
-
+
+
+
about
fedi
diff --git a/script.js b/script.js
index 4d29c57..bddedf4 100644
--- a/script.js
+++ b/script.js
@@ -22,6 +22,6 @@ function getCookie(cname) {
};
function show(content) {
- var cont = document.getElementById(content);
- cont.src=content
+ var cont = document.getElementById("content");
+ cont.innerHTML="