all repos — site @ b0eaa045994cb8de19d302bbf1a8b676a2b2f8c8

source for my site, found at icyphox.sh

feat(build, pages): add contact page
Anirudh icyph0x@pm.me
Thu, 21 Jun 2018 13:39:14 +0530
commit

b0eaa045994cb8de19d302bbf1a8b676a2b2f8c8

parent

0f372a750d80dff5a1b29444825f99765aeff488

2 files changed, 30 insertions(+), 0 deletions(-)

jump to
A build/contact/index.html

@@ -0,0 +1,27 @@

+<!DOCTYPE html> +<html> +<header> + <link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css"> +<style> +body { + margin-top: 10%; +} +</style> + <a href="/">home</a> <a href="/gpg.txt">gpg</a> <a href="/about">about</a> <a href="/contact">contact</a> + <title> + icyphox + </title> +</header> + +<body> + <h2>contact</h2> + +<p>Reach me at <a href="mailto:icyph0x@pm.me">icyph0x@pm.me</a> or at <code>#rice</code> on <a href="https://rizon.net">Rizon</a>.</p> + +</body> + +<hr /> +<footer> + <p align="center">Built using <a href="https://github.com/icyphox/vite">Vite</a>.</p> + <p> </p> +<footer>
A pages/contact.md

@@ -0,0 +1,3 @@

+## contact + +Reach me at [icyph0x@pm.me](mailto:icyph0x@pm.me) or at `#rice` on [Rizon](https://rizon.net).