aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnser <rostgans@tutamail.com>2026-08-18 21:37:14 +0200
committerAnser <rostgans@tutamail.com>2026-08-18 21:37:14 +0200
commit567b00291d2195b203312800a9d746479c4eef39 (patch)
tree276bc01b1d50a4b02d6eab539c2556b6eb1dd5ba
parentbdf2cd30b066bad8778e6cc9960b2097564083f6 (diff)
added README.md, some minor changes - till next update!
-rw-r--r--Anser/index.html (renamed from Me/index.html)4
-rw-r--r--Anser/style.css (renamed from Me/style.css)0
-rw-r--r--README.md8
-rw-r--r--index.html10
4 files changed, 17 insertions, 5 deletions
diff --git a/Me/index.html b/Anser/index.html
index 17a370c..7e52a26 100644
--- a/Me/index.html
+++ b/Anser/index.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
- <title>void</title>
+ <title>Anser</title>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -13,7 +13,7 @@
<span class="color_orange">/</span>
<a href="/">personal_web</a>
<span class="color_orange">/</span>
- void
+ Anser
</h1>
</div>
diff --git a/Me/style.css b/Anser/style.css
index 16407f4..16407f4 100644
--- a/Me/style.css
+++ b/Anser/style.css
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..1cd7c1f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+# personal_web
+
+## development
+
+```bash
+# spin up a dev server
+python3 -m http.server 8000
+```
diff --git a/index.html b/index.html
index 6b33621..bf9089e 100644
--- a/index.html
+++ b/index.html
@@ -13,8 +13,9 @@
<span class="color_orange">/</span>
personal_web
<span class="color_orange">/</span></h1>
- <p>Managed an owned by:<a href="/Me">Me</a></p>
+ <p>Managed an owned by:<a href="/Anser">Anser</a></p>
<h2>Welcome Comrade!</h2>
+ <h4>WIP last update: <span class="color_orange">18.07.27</span></h4>
</div>
<h2 id="projects"><a href="#projects">~</a> projects</h2>
@@ -64,8 +65,11 @@
<h2>other cool people</h2>
<section class="block">
- <h3>dacctal </h3>
- <h4><a href="symlinx.net">symlinx.net</a></h4>
+ <h3>dacctal</h3>
+ <h4><a href="https://symlinx.net/">symlinx.net</a></h4>
+
+ <h3>landChad.net</h3>
+ <h4><a href="https://landchad.net/">landchad.net</a></h4>
</section>
</body>