diff options
Diffstat (limited to '_site/index.html')
| -rw-r--r-- | _site/index.html | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/_site/index.html b/_site/index.html new file mode 100644 index 0000000..0a901cb --- /dev/null +++ b/_site/index.html @@ -0,0 +1,71 @@ +<!doctype html> +<html lang="en-us"> + <head> + <meta charset="utf-8"> + <title>ASCIIMX - DEV</title> + <link rel="stylesheet" href="/assets/css/main.css"> + </head> + <body> + <div class="wrap"> + <header class="masthead"> + <div class="container"> + <h3 class="masthead-title"> + <a href="/" title="Home">ASCIIMX</a> + <br><small>Wickramage Don Sadeep's Personal Website</small> + </h3> + </div> + </header> + + <main class="container" id="main"> + <div class="introduction"> + <p> + <img src="/assets/images/collage.jpeg" alt="image"> + </p> + + <h1>hi.</h1> + <p> + My name is Sadeep. I’m a computer programmer and a tinkerer with + a passion for microcontrollers, C, and software that embodies the + Unix philosophy. I enjoy history and literature too. I find them to + be an effective compass for navigating life. I have a BSc. (Hons) + in Mathematics from Nanyang Technological University, Singapore. + </p> + + <p> + Git: <a href="https://git.asciimx.com" class="external" + target="_blank" rel="noopener noreferrer">git.asciimx.com</a> + <br> + Email: <a href="mailto:sadeep@asciimx.com">sadeep@asciimx.com</a> + (<a href="/asciimx.asc" target="_blank">PGP key</a>) + </p> + +</div> + +<hr> + +<h1>Latest Posts</h1> + +<ul> + + + + <li> + <h2><a href="/blog/post-1/index.html">Index</a></h2> + <p>An apple is a sweet, edible fruit produced by an apple tree.</p> + + </li> + + <li> + <h2><a href="/projects/post-1/index.html">Index</a></h2> + <p>An apple is a sweet, edible fruit produced by an apple tree.</p> + + </li> + +</ul> + +</div> + + </main> + </div> + </body> +</html> |
