diff --git a/public/contact.html b/public/contact.html index cfd9a70..7d16e94 100644 --- a/public/contact.html +++ b/public/contact.html @@ -21,6 +21,8 @@
+ +
@@ -61,9 +63,15 @@ window.intergramCustomizations = { autoNoResponse: "Umm... blanky boi hasn't responded yet...", mainColor: "blue" }; -var inttell = "Intergram (bottom right corner)"; +var inttell = "Intergram (bottom right corner)"; +// https://www.toptal.com/designers/htmlarrows/arrows/ +var inttelli = ""; document.getElementById("intergramtell").innerHTML = inttell; -document.getElementById("intergramtelltxt").href = window.location.href; +document.getElementById("itelli").innerHTML = inttelli; +document.getElementById("itelli").classList.remove('no'); +function itell() { + alert('Bottom right corner has intergram (the built in chat)') +} diff --git a/public/enemies.html b/public/enemies.html new file mode 100644 index 0000000..e9c3aa1 --- /dev/null +++ b/public/enemies.html @@ -0,0 +1,22 @@ + + + +/blankX/enemies.html + + + + +
+

/blankx/enemies.html

+

HGGHDGJJKFBHFMNGMFJKHNGDFJKURHHGNFJKURHJTGBNGMFJKHRGTBBGJKFHRNTGJKFGEVBRHDJFGDB

+
+
+ +
+
+ + + + diff --git a/public/index.css b/public/index.css index ef6ed0d..719804f 100644 --- a/public/index.css +++ b/public/index.css @@ -103,3 +103,10 @@ div.tenh { padding-top: 5px; pading-bottom: 5px; } +div.no { + height: 0px; + width: 0px; + padding-left: 0px; + padding-right: 0px; + font-size: 0px; +} diff --git a/public/toc.html b/public/toc.html index 8f6e84c..c3fab43 100644 --- a/public/toc.html +++ b/public/toc.html @@ -4,6 +4,6 @@ -

sensible-browser file:///blankx/{{index,contact,get-keys,template,404,403,toc,quotes,friends}.html,redir/{blankx,dotfiles,gpgp,controller,command-runner,vsd,keybase-public},keybase.txt,jack.png,toc.js,index.css} || echo Thanks to amolith for creating Dr. Smith.

+

sensible-browser file:///blankx/{{index,contact,get-keys,template,404,403,toc,quotes,friends,enemies}.html,redir/{blankx,dotfiles,gpgp,controller,command-runner,vsd,keybase-public},keybase.txt,jack.png,toc.js,index.css} || echo Thanks to amolith for creating Dr. Smith.

diff --git a/public/toc.js b/public/toc.js index 3578620..dddccf7 100644 --- a/public/toc.js +++ b/public/toc.js @@ -1,5 +1,5 @@ var cururl = window.location.href; -var toccon = "

sensible-browser file:///blankx/{{index,contact,get-keys,template,404,403,toc,quotes,friends}.html,redir/{blankx,dotfiles,gpgp,controller,command-runner,vsd,keybase-public},keybase.txt,jack.png,toc.js,index.css}

"; +var toccon = "

sensible-browser file:///blankx/{{index,contact,get-keys,template,404,403,toc,quotes,friends,enemies}.html,redir/{blankx,dotfiles,gpgp,controller,command-runner,vsd,keybase-public},keybase.txt,jack.png,toc.js,index.css}

"; if (cururl.indexOf('redir') >= 0) { var tocconf = toccon.replace(/href../ig, "href='../"); console.log(tocconf);