diff options
-rw-r--r-- | cont/omnicom.html | 14 | ||||
-rw-r--r-- | index.html | 1 | ||||
-rw-r--r-- | omnicom.html | 36 | ||||
-rw-r--r-- | omnicom.pdf | bin | 0 -> 1459918 bytes |
4 files changed, 51 insertions, 0 deletions
diff --git a/cont/omnicom.html b/cont/omnicom.html new file mode 100644 index 0000000..b533661 --- /dev/null +++ b/cont/omnicom.html @@ -0,0 +1,14 @@ +<!-- +123456789-223456789-323456789-423456789-523456789-623456789-723456789-8234567890 +一二三四-->[TITLE] [DATE] +-------------------------------------------------------------------------------- +[SETTITLE]Omnicom Writeup +[SETDATE]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> @@ -30,6 +30,7 @@ How do I tell you your site is ugly? Github:https://github.com/knolax Where's all the content? Scroll Down +<a href="http://hairydiode.xyz/omnicom">[Omnicom Writeup] 1-12-2018</a> <a href="http://hairydiode.xyz/stalker">[Github Stalker] 1-11-2018</a> <a href="http://hairydiode.xyz/network">[A Distributed Network Idea] 1-3-2018</a> <a href="http://hairydiode.xyz/meta">[Making This Site] 11-13-2017</a> 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 +--> diff --git a/omnicom.pdf b/omnicom.pdf Binary files differnew file mode 100644 index 0000000..dcb4cdf --- /dev/null +++ b/omnicom.pdf |