summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html30
1 files changed, 1 insertions, 29 deletions
diff --git a/index.html b/index.html
index 2c8d7af..e6f1bb3 100644
--- a/index.html
+++ b/index.html
@@ -1,36 +1,8 @@
---
layout: default
-title: ASCIIMX - DEV
+title: ASCIIMX
---
-<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>
{% assign docs = site.blog | concat: site.projects %}
{% assign latest = docs | sort: 'date' | reverse %}