diff options
| -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.md | 8 | ||||
| -rw-r--r-- | index.html | 10 |
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 +``` @@ -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> |
