diff --git a/Assets/Members/hertog.svg b/Assets/Members/hertog.svg new file mode 100644 index 0000000..030a3a7 --- /dev/null +++ b/Assets/Members/hertog.svg @@ -0,0 +1,284 @@ + + + + diff --git a/Assets/Services/nextcloud.svg b/Assets/Services/nextcloud.svg new file mode 100644 index 0000000..37f6b55 --- /dev/null +++ b/Assets/Services/nextcloud.svg @@ -0,0 +1,683 @@ + + + + diff --git a/Assets/Services/rss.svg b/Assets/Services/rss.svg new file mode 100644 index 0000000..bf96fd9 --- /dev/null +++ b/Assets/Services/rss.svg @@ -0,0 +1,280 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Assets/blobcat_engineer.svg b/Assets/blobcat_engineer.svg new file mode 100644 index 0000000..ba70bb6 --- /dev/null +++ b/Assets/blobcat_engineer.svg @@ -0,0 +1,284 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/index.html b/index.html index 878ae81..6220926 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,27 @@ + HermitCollective.net + @@ -13,5 +33,26 @@

Welcome to HermitCollective

We are still work in progress...

+
+

Members

+
+
+ + The logo/portrait of member Hertog + +
+
+

Services

+
+
+ + The nextcloud logo with blobcats poking their heads through + + + A blobcat meowing rss streams into the sky + +
+
+
diff --git a/typewriter.css b/typewriter.css index 4e7f09c..7441e88 100644 --- a/typewriter.css +++ b/typewriter.css @@ -20,6 +20,14 @@ body { font-size: 2rem; font-weight: bold; } +.other_line { + white-space: nowrap; /* keep text in one line */ + overflow: hidden; /* hide text behind the cursor */ + margin: 0.5rem auto; + font-family: "Lucida Console", monospace; + font-size: 1.5rem; + font-weight: bold; +} .first_line { border-right: 2px solid rgba(17, 17, 17, 0.9); /* define animation types for text + cursor */