summary refs log tree commit diff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html61
1 files changed, 61 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..09173fd
--- /dev/null
+++ b/index.html
@@ -0,0 +1,61 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <title>Ashe's Neo-Site</title>
+    <link rel="stylesheet" href="/resources/style.css"/>
+  </head>
+  <body>
+    <h1>
+      Hi, I'm Ashe
+      <aside>[she/her]</aside>
+    </h1>
+
+    <p>
+      I am a professional web developer, usually making use of tools like
+      React, Webpack, Typescript, etc - the whole mess of "modern" web dev
+      stuff.
+    </p>
+
+    <p>
+      This site is something different, a bit of an experiment in minimalism
+      for me.  A chance to return to my roots of carefully crafting a website
+      by hand.
+    </p>
+
+    <p>
+      As such, here are my rules for the site:
+    </p>
+
+    <ul>
+      <li>
+        No pre- or post-processing, transpilation, or other code-generation
+      </li>
+      <li>
+        To the best of my ability, the source will be clean and understandable
+      </li>
+      <li>
+        When used, javascript will be minimal, and intentional
+      </li>
+      <li>
+        The site will be usable in older or esoteric browsers (such as Lynx)
+      </li>
+    </ul>
+
+    <p>
+      I'm not ruling out JS or anything (making a delightful interactive
+      experience is still one of my favorite things to do), but I'm taking the
+      opportunity to step away from the tools I primarily use at work, and
+      practice my other skills.
+    </p>
+
+    <p style="
+        display: flex;
+        align-items: center;
+        justify-content: flex-end;
+        padding-right: min(80px, 20%);
+    ">
+      <span style="font-size: 24px">~</span>
+      <img alt="Ashe" height="80px" src="/resources/signature.svg" />
+    </p>
+  </body>
+</html>