source code for html website at https://zachdecook.com
* Home page: Commit index
| -rw-r--r-- | index.md | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/index.md b/index.md new file mode 100644 index 0000000..7b56c6a --- /dev/null +++ b/index.md @@ -0,0 +1,38 @@ +--- +header-includes: + <meta name="theme-color" content="#A2DFCA"> + <link rel="stylesheet" type="text/css" href="/posts/common.css"/> + <link rel="stylesheet" type="text/css" href="https://zachdecook.com/shared/w3css/4/w3.css"/> +title: | + Zach DeCook: "That's so wizard" +--- + +<header> + + + +# Zach DeCook + +</header> +<nav> + +</nav> +<main> + +## Intro + +What is a "Zach DeCook"? Most days software developer, +with interests in music, maths, and many other things. +He's possibly best defined by the projects he spends time on. +You can find the best of these on GitLab, and others on Github. + +## Selected Projects + +## Other Projects + +## Things that I use + +</main> +<footer> + +</footer> |