diff options
Diffstat (limited to 'omnicom.html')
-rw-r--r-- | omnicom.html | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/omnicom.html b/omnicom.html new file mode 100644 index 0000000..cbea994 --- /dev/null +++ b/omnicom.html @@ -0,0 +1,36 @@ +<!DOCTYPE html> +<head> +<title>Omnicom Writeup</title> +<meta charset="utf-8"/> +<link rel="stylesheet" href="style.css"/> +<link rel="icon" type="image/png" href="img/fav/logo.png"/> +</head> +<body> +<div class="content"> +<pre> +<!-- +123456789-223456789-323456789-423456789-523456789-623456789-723456789-8234567890 +一二三四 +-->-------------------------------------------------------------------------------- + +<a href="http://hairydiode.xyz">>HairyDiode</a> + +-------------------------------------------------------------------------------- +<!-- +123456789-223456789-323456789-423456789-523456789-623456789-723456789-8234567890 +一二三四-->Omnicom Writeup 1-12-2018 +-------------------------------------------------------------------------------- +As promised, here's my writeup for the Omnicom prototype build so far. I was +using this for the MIT admissions before which explains the little box at the +top. I'm pretty sure having an abstract in there violates some style guide but +it just feels wrong writing something in LaTeX without it. Also I wrote this in +a rush so it's badly formatted and I'm sure it's full of spellin errors. + +Write up <a href="omnicom.pdf">here</a> +Code for the Switch Keyboard Kernel Module <a href="https://github.com/knolax/skey">here</a> +</pre> +</div> +</body> +<!-- +if you're digging in the src you might be interested in how this site works here: https://hairydiode.xyz/meta.html +--> |