m4 site generation for index.html
This commit is contained in:
@@ -0,0 +1,84 @@
|
||||
#!/usr/bin/env m4
|
||||
define(`_PAGE', `')
|
||||
define(`_TITLE', `trinity dot moe')
|
||||
define(`_DESCRIPTION', `trinity`'s personal website')
|
||||
<!DOCTYPE html>
|
||||
<HTML lang="en-US">
|
||||
include(`head.m4')
|
||||
<BODY>
|
||||
|
||||
<SCRIPT TYPE="application/javascript" SRC="js/cookies.js" ></SCRIPT>
|
||||
<SCRIPT TYPE="application/javascript" SRC="js/quotes.js" ></SCRIPT>
|
||||
<SCRIPT TYPE="application/javascript" SRC="js/sheets.js" ></SCRIPT>
|
||||
|
||||
<SCRIPT TYPE="application/javascript">//<!--
|
||||
window.onload = function(){
|
||||
window.initializesheets();
|
||||
window.quotes_initialize();
|
||||
};
|
||||
//--></SCRIPT>
|
||||
|
||||
include(`announcement.m4')
|
||||
<P>Hi, I'm Deven Trinity Blake. I'm just your normal everyday nerd.</P>
|
||||
<SMALL>
|
||||
transcriptions of my name include: <BR />
|
||||
ديفين بلايك <BR />
|
||||
バレイク デビン (BLAKE Deven)
|
||||
</SMALL>
|
||||
<P>
|
||||
To correctly refer to me you may use <CODE>she/her</CODE>, <CODE>they/them</CODE>, or any genderless pronoun set you prefer to use.
|
||||
If this confuses you just say things like "<I>they</I> walked", or "I saw <I>them</I> walking".
|
||||
I won't get offended if you use <CODE>he/him</CODE> but I'll probably be a bit confused.
|
||||
</P>
|
||||
<P>
|
||||
This website is currently hosted on GitHub in <A HREF="https://github.com/devenblake/homepage">a git repository.</A>
|
||||
See something wack? File an issue.
|
||||
</P>
|
||||
<P>
|
||||
The canonical URL for this page is <A HREF="https://trinity.moe/">https://trinity.moe/</A>.
|
||||
You can also use the <A HREF="https://aaa.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.com/a?áaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂáaaÂåAæãæãæaâÁáÆáÆææææææáÅæãæáåÀåÅåÀæãæÀáÅåÄåÆåä">lengthened URL</A> if need be,
|
||||
and <A HREF="http://devenblake.com">devenblake.com</A> redirects to this webpage.
|
||||
</P>
|
||||
<P>
|
||||
I'm vaccinated against COVID-19. Are you?
|
||||
</P>
|
||||
|
||||
include(`navigation.m4')
|
||||
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
include(`contact.m4')
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
include(`services.m4')
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
include(`praise.m4')
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
include(`extensions.m4')
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
include(`now.m4')
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
include(`faq.m4')
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
include(`gear.m4')
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
include(`trinitisms.m4')
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
include(`zelda.m4')
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
include(`privacy.m4')
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
include(`stickers.m4')
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
|
||||
<INPUT ONCLICK="quote_new();" TYPE="button" VALUE="free quote" />
|
||||
<P ID="quote_value"></P>
|
||||
<P ID="quote_author"></P>
|
||||
|
||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
||||
|
||||
<P>
|
||||
This site is written in vim and tested in the latest Firefox.
|
||||
No rights reserved, all rights exercised, rights turned to lefts, left in this corner of the web.
|
||||
</P>
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
||||
Reference in New Issue
Block a user