diff options
Diffstat (limited to 'build/website')
31 files changed, 1979 insertions, 0 deletions
diff --git a/build/website/about/contact.html b/build/website/about/contact.html new file mode 100644 index 0000000..752b290 --- /dev/null +++ b/build/website/about/contact.html @@ -0,0 +1,43 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="description" content="My personal website."> + <meta name="author" content="Preston Pan"> + <link rel="stylesheet" type="text/css" href="/css/style.css" /> + + <link rel="icon" type="image/png" href="/img/favicon.png"> + <title> +Contact + </title> +</head> +<body> + <div class="nav" class="justcenter"> + <a href="/index.html" class="justleft">Home</a> | + <a href="/about/" class="justleft">About</a> | + <a href="/about/contact.html" class="justleft">Contact</a> + <!--BACKDIR--> + <hr> + </div> + + <div class="content"> +<h1>Contact</h1> +<p> + Here are some ways that you can contact me: +</p> +<ul> + <li>IRC: username LiCoO2, ircs://andrei.website:6697, no tls verification.</li> + <li>Email: preston@nullring.xyz, gmail does not like me so emails from me might go into spam initially.</li> + <li>Ham Radio Callsign: coming in the future!</li> +</ul> + +<p> + I do not use other services because they are worse than these protocols in my opinion. + If you know nothing about technology and want to contact me, use email. Otherwise, use + IRC. I do run an irc server but it is mostly inactive. +</p> + </div> +</body> +</html> diff --git a/build/website/about/index.html b/build/website/about/index.html new file mode 100644 index 0000000..e95eda9 --- /dev/null +++ b/build/website/about/index.html @@ -0,0 +1,44 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="description" content="My personal website."> + <meta name="author" content="Preston Pan"> + <link rel="stylesheet" type="text/css" href="/css/style.css" /> + + <link rel="icon" type="image/png" href="/img/favicon.png"> + <title> +About + </title> +</head> +<body> + <div class="nav" class="justcenter"> + <a href="/index.html" class="justleft">Home</a> | + <a href="/about/" class="justleft">About</a> | + <a href="/about/contact.html" class="justleft">Contact</a> + | <a href="../index.html">Back</a> + <hr> + </div> + + <div class="content"> +<h1>About Website</h1> +<p> + This website was made without complex javascript or css so that it is easy to load + and read on all browsers, including terminal and js-less browsers like netsurf. + Additionally, I wrote a shell script to generate this website automatically + from a hiearchical filesystem of html files. If you're interested, simply run: +</p> + +<code>git clone git://prestonpan.tech/prestonpan.git</code> + +<h2>Articles</h2> +<ul> + <li><a href="./contact.html">Contact</a> -- How to contact me.</li> + <li><a href="./technology.html">About Technology</a> -- about the software/hardware that I use.</li> +</ul> + + </div> +</body> +</html> diff --git a/build/website/about/technology.html b/build/website/about/technology.html new file mode 100644 index 0000000..ad9fce3 --- /dev/null +++ b/build/website/about/technology.html @@ -0,0 +1,109 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="description" content="My personal website."> + <meta name="author" content="Preston Pan"> + <link rel="stylesheet" type="text/css" href="/css/style.css" /> + + <link rel="icon" type="image/png" href="/img/favicon.png"> + <title> +About + </title> +</head> +<body> + <div class="nav" class="justcenter"> + <a href="/index.html" class="justleft">Home</a> | + <a href="/about/" class="justleft">About</a> | + <a href="/about/contact.html" class="justleft">Contact</a> + <!--BACKDIR--> + <hr> + </div> + + <div class="content"> +<h1>About Technology</h1> +<p> + This article is about the technology that I use, both in software and in hardware. +</p> + +<h2>Computer Hardware</h2> +<p> + I personally use a thinkpad X200 which is librebooted and a thinkpad X230, which has + the default vendor BIOS. I use old thinkpads because: +</p> +<ul> + <li>They are reliable and well built.</li> + <li>They were made to be repaired, unlike other modern hardware.</li> + <li>They are affordable.</li> + <li>They have a nice keyboard (at least the X200 does) and they have the red dot (which is better than a mouse in many cases).</li> + <li>They are upgradable to a large extent.</li> +</ul> +<p> + Also, the feeling of using a thinkpad is just quite nice. There is no real other way to + describe it, you just have to try it yourself. +</p> + +<h3>Antiphone</h3> +<p> + I don't have a phone. Actually, that is a lie. I do have one, but almost never use it. + They are not useful to me and I don't use conventional social media so I have no need + for them. Computers are much better at making software and articles, and also computers + can more easily run open source software (not that it matters inherently but to me + most open source software is just better because I can basically do what I want with + my computer). It doesn't feel like you own a phone when you buy one; someone else owns + the phone, and you buy the rights to use it. With most computers, the general feeling + is that you own it. +</p> + +<h2>Software</h2> +<p> + I try to use minimal software where I can. The general philosophy is one of the UNIX + philosophy; you have simple components and you make them do complex things via piping + and whatnot. +</p> + +<h3>Operating systems</h3> +<p> + I would consider using and have used these operating systems: +</p> +<ul> + <li>Void gnu/linux -- it's quite minimal and has a good package manager.</li> + <li>Arch gnu/linux -- the same as void, except a little less minimal.</li> + <li>Trisquel gnu/linux -- an operating system that is actually 100% free software. I run this currently on my X200.</li> + <li>OpenBSD -- The operating system I run on my X230 currently. Does things correct for the most part and more UNIX.</li> + <li>9front -- Yes, I've actually run this before for a little bit. Really liked it, but no modern web browser. Would run again though.</li> +</ul> +<p> + I would recommend all of these to try out. They all have their unique upsides and downsides, though you could probably + get all linux distros to work in almost the same way if you wanted to. If you're looking for something new (and better + designed than linux in my opinion) you could try OpenBSD and 9front. +</p> + +<h4>Systemd</h4> +<p> + It doesn't actually matter if your distro uses it or not. +</p> + +<h3>Userland</h3> +<p> + I tend to use <a href="https://suckless.org">suckless</a> userland programs because they tend to follow the UNIX + philosophy and their software is just better than the competition. For example, dwm can do swallowing, and I + have not encountered any other window manager that will do that natively (you might need a program to do it for + you). The st terminal supports everything as long as you add patches, but even if you don't, it's still better + than most other terminal emulators that want to do too much. The dmenu program is just good because you can + make custom scripts and that increases the usability of your computer like five-fold. +</p> +<p> + Also see their rocks/ page for most of the software that I use. You can also see + <a href="/projects/dotfiles.html">my dotfiles</a> for the software that I use. +</p> +<p> + For OpenBSD, I mostly use cwm with the defaults and most of the same programs I use for gnu/linux. For 9front, + I use the base system mostly (obviously). +</p> + + </div> +</body> +</html> diff --git a/build/website/css/style.css b/build/website/css/style.css new file mode 100644 index 0000000..8a2fcb8 --- /dev/null +++ b/build/website/css/style.css @@ -0,0 +1,327 @@ +@font-face { + font-family: Liberation Mono; + src: url("/fonts/liberationmono-regular-webfont.woff") format("woff"); +} +@font-face { + font-family: Liberation Mono; + src: url("/fonts/liberationmono-bold-webfont.woff") format("woff"); + font-weight: bold; +} +@font-face { + font-family: Liberation Mono; + src: url("/fonts/liberationmono-italic-webfont.woff") format("woff"); + font-style: italic; +} +@font-face { + font-family: Liberation Mono; + src: url("/fonts/liberationmono-bolditalic-webfont.woff") format("woff"); + font-weight: bold; + font-style: italic; +} +* { + background-color: #1a1b26; + color: #acb0d0; + font-family: "Liberation Mono", monospace, cursive; +} +html, body { + max-width: 100%; + overflow-x: hidden; +} + +body { + padding: 0; + font-size: 20px; + line-height: 130%; + display: inline; + width: 60%; +} +.content { + width: 60%; + margin: 0 auto 25px; +} +.nav { + margin-left: 0; + margin-bottom: 0; + margin-right: 0; + margin-top: 2em; + width: 60%; + margin: 0 auto 25px; +} +h1, h2, h3, h4, h5, h6 { + font-weight: bold; + line-height:100%; + margin-top: 1.5em; + margin-bottom: 0.5em; + max-width: 700px; +} +p { + text-indent: 10px; +} +h1 { + color: #acb0d0; + text-align: center; +} + +h2 { + color: #9a7ecc; +} + +h3 { + color: #9a7ecc; +} + +h4 { + color: #9a7ecc; +} + +h5 { + color: #9a7ecc; +} + +h6 { + color: #9a7ecc; +} + +p, pre, blockquote, table, ul, ol, dl { + margin-top: 1em; + margin-bottom: 1em; +} + +ul ul, ul ol, ol ol, ol ul { + margin-top: 0.5em; + margin-bottom: 0.5em; +} +li { + margin: 0.3em auto; +} + +ul { + padding-left: 2em; + overflow: hidden; +} + +dt { + font-weight: bold; +} + +img { + width: 90%; + height: auto; + border: none; +} + +pre { + border-left: 5px solid #acb9d0; + padding-left: 1em; + border-radius: 6px; +} + +p > a { + color: #a9b1d6; + text-decoration: none; + font-size: 0.7em; + padding: 3px 6px; + border-radius: 3px; + font-weight: bold; +} + +p > a:hover { + color: #a9b1d6; + background-color: #565f89; +} + +a { + color: #7aa2f7; + font-weight: bold; + text-decoration: none; +} + +a:hover { + color: #f7768e; +} + +blockquote { + color: #686868; + font-size: 0.8em; + line-height: 120%; + padding: 0.8em; + border-left: 5px solid #dcdcdc; +} + +th, td { + border: 1px solid #ccc; + padding: 0.3em; +} + +th { + background-color: #f0f0f0; +} + +hr { + border: none; + border-top: 1px solid #acb0d0; + width: 100%; +} + +del { + text-decoration: line-through; + color: #777777; +} + +.toc li { + list-style-type: none; +} + +.todo { + font-weight: bold; + background-color: #f7768e ; + color: white; + font-size: 0.8em; + padding: 3px 6px; + border-radius: 3px; +} + +.justleft { + text-align: left; +} + +.justright { + text-align: right; +} +.justcenter { + text-align: center; +} + +.center { + margin-left: auto; + margin-right: auto; +} + +.tag { + background-color: #eeeeee; + padding: 2px; +} + +.header a { + text-decoration: none; + color: inherit; +} + +/* classes for items of todo lists */ + +.rejected { + /* list-style: none; */ + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAACXBIWXMAAADFAAAAxQEdzbqoAAAAB3RJTUUH4QgEFhAtuWgv9wAAAPZQTFRFmpqam5iYnJaWnJeXnpSUn5OTopCQpoqKpouLp4iIqIiIrYCAt3V1vW1tv2xsmZmZmpeXnpKS/x4e/x8f/yAg/yIi/yQk/yUl/yYm/ygo/ykp/yws/zAw/zIy/zMz/zQ0/zU1/zY2/zw8/0BA/0ZG/0pK/1FR/1JS/1NT/1RU/1VV/1ZW/1dX/1pa/15e/19f/2Zm/2lp/21t/25u/3R0/3p6/4CA/4GB/4SE/4iI/46O/4+P/52d/6am/6ur/66u/7Oz/7S0/7e3/87O/9fX/9zc/93d/+Dg/+vr/+3t/+/v//Dw//Ly//X1//f3//n5//z8////gzaKowAAAA90Uk5T/Pz8/Pz8/Pz8/Pz8/f39ppQKWQAAAAFiS0dEEnu8bAAAAACuSURBVAhbPY9ZF4FQFEZPSKbIMmWep4gMGTKLkIv6/3/GPbfF97b3w17rA0kQOPgvAeHW6uJ6+5h7HqLdwowgOzejXRXBdx6UdSru216xuOMBHHNU0clTzeSUA6EhF8V8kqroluMiU6HKcuf4phGPr1o2q9kYZWwNq1qfRRmTaXpqsyjj17KkWCxKBUBgXWueHIyiAIg18gsse4KHkLF5IKIY10WQgv7fOy4ST34BRiopZ8WLNrgAAAAASUVORK5CYII=); + background-repeat: no-repeat; + background-position: 0 .2em; + padding-left: 1.5em; +} +.done0 { + /* list-style: none; */ + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAxQAAAMUBHc26qAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAA7SURBVCiR7dMxEgAgCANBI3yVRzF5KxNbW6wsuH7LQ2YKQK1mkswBVERYF5Os3UV3gwd/jF2SkXy66gAZkxS6BniubAAAAABJRU5ErkJggg==); + background-repeat: no-repeat; + background-position: 0 .2em; + padding-left: 1.5em; +} +.done1 { + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAxQAAAMUBHc26qAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAABtSURBVCiR1ZO7DYAwDER9BDmTeZQMFXmUbGYpOjrEryA0wOvO8itOslFrJYAug5BMM4BeSkmjsrv3aVTa8p48Xw1JSkSsWVUFwD05IqS1tmYzk5zzae9jnVVVzGyXb8sALjse+euRkEzu/uirFomVIdDGOLjuAAAAAElFTkSuQmCC); + background-repeat: no-repeat; + background-position: 0 .15em; + padding-left: 1.5em; +} +.done2 { + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAxQAAAMUBHc26qAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAB1SURBVCiRzdO5DcAgDAVQGxjAYgTvxlDIu1FTIRYAp8qlFISkSH7l5kk+ZIwxKiI2mIyqWoeILYRgZ7GINDOLjnmF3VqklKCUMgTee2DmM661Qs55iI3Zm/1u5h9sm4ig9z4ERHTFzLyd4G4+nFlVrYg8+qoF/c0kdpeMsmcAAAAASUVORK5CYII=); + background-repeat: no-repeat; + background-position: 0 .15em; + padding-left: 1.5em; +} +.done3 { + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAxQAAAMUBHc26qAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAABoSURBVCiR7dOxDcAgDATA/0DtUdiKoZC3YhLkHjkVKF3idJHiztKfvrHZWnOSE8Fx95RJzlprimJVnXktvXeY2S0SEZRSAAAbmxnGGKH2I5T+8VfxPhIReQSuuY3XyYWa3T2p6quvOgGrvSFGlewuUAAAAABJRU5ErkJggg==); + background-repeat: no-repeat; + background-position: 0 .15em; + padding-left: 1.5em; +} +.done4 { + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAzgAAAM4BlP6ToAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAIISURBVDiNnZQ9SFtRFMd/773kpTaGJoQk1im4VDpWQcTNODhkFBcVTCNCF0NWyeDiIIiCm82QoIMIUkHUxcFBg1SEQoZszSat6cdTn1qNue92CMbEr9Sey+XC/Z/zu+f8h6ukUil3sVg0+M+4cFxk42/jH2wAqqqKSCSiPQdwcHHAnDHH9s/tN1h8V28ETdP+eU8fT9Nt62ancYdIPvJNtsu87bmjrJlrTDVM4RROJs1JrHPrD4Bar7A6cpc54iKOaTdJXCUI2UMVrQZ0Js7YPN18ECKkYNQcJe/OE/4dZsw7VqNXQMvHy3QZXQypQ6ycrtwDjf8aJ+PNEDSCzLpn7+m2pD8ZKHlKarYhy6XjEoCYGcN95qansQeA3fNdki+SaJZGTMQIOoL3W/Z89rxv+tokubNajlvk/vm+LFpF2XnUKZHI0I+QrI7Dw0OZTqdzUkpsM7mZTyfy5OPGyw1tK7AFSvmB/Ks8w8YwbUYbe6/3QEKv0vugfxWPnMLJun+d/kI/WLdizpNjMbAIKrhMF4OuwadBALqqs+RfInwUvuNi+fBd+wjogfogAFVRmffO02q01mZZ0HHdgXIzdz0QQLPezIQygX6llxNKKgOFARYCC49CqhoHIUTlss/Vx2phlYwjw8j1CAlfAiwQiJpiy7o1VHnsG5FISkoJu7Q/2YmmaV+i0ei7v38L2CBguSi5AAAAAElFTkSuQmCC); + background-repeat: no-repeat; + background-position: 0 .15em; + padding-left: 1.5em; +} + +code { + -webkit-border-radius: 1px; + -moz-border-radius: 1px; + border-radius: 1px; + -moz-background-clip: padding; + -webkit-background-clip: padding-box; + background-clip: padding-box; + padding: 0px 3px; + display: inline-block; + color: #52595d; + border: 1px solid #ccc; + background-color: #f9f9f9; +} + +footer { + font-size 0.1em; + width: 60%; + margin: 0 auto 25px; +} +.crypto { + color: white; + background-color: transparent; + white-space: pre-wrap ~important; + border: none; +} +.crypto-pre { + overflow-x: auto; + padding: 1rem; + border: 1px solid; +} + +@media only screen and (max-width: 767px) { + img { + width: 90%; + height: auto; + } + .content { + width: 80%; + } + .nav { + font-size: 17px; + width: 80%; + } + footer { + width: 80%; + } +} +@media only screen and (max-width: 450px) { + .content { + width: 90%; + } + .nav { + font-size: 14px; + width: 90%; + } + p { + font-size: 0.8em; + } + ul { + font-size: 0.8em; + } + ol { + font-size: 0.8em; + } + h1 { + font-size: 20px; + } + h2 { + font-size: 18px; + } + h3 { + font-size: 16px; + } + footer { + width: 90%; + } +} diff --git a/build/website/economics/index.html b/build/website/economics/index.html new file mode 100644 index 0000000..2003abb --- /dev/null +++ b/build/website/economics/index.html @@ -0,0 +1,43 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="description" content="My personal website."> + <meta name="author" content="Preston Pan"> + <link rel="stylesheet" type="text/css" href="/css/style.css" /> + + <link rel="icon" type="image/png" href="/img/favicon.png"> + <title> +Economics + </title> +</head> +<body> + <div class="nav" class="justcenter"> + <a href="/index.html" class="justleft">Home</a> | + <a href="/about/" class="justleft">About</a> | + <a href="/about/contact.html" class="justleft">Contact</a> + | <a href="../index.html">Back</a> + <hr> + </div> + + <div class="content"> +<h1>Economics</h1> +<p> + Economics is a field that is commonly misunderstood because personal bias + and personal convictions are everywhere. It also happens to be an extremely + interesting field; rationalizing the economy seems to be a bad way to make + policy but it also seems to be a good way of having fun. +</p> + +<h2>Articles</h2> +<ul> + <li><a href="minimum_wage.pdf">Minimum Wage</a> -- a dialogue between four rather important figures on the minimum wage.</li> + <li><a href="economic_epistemology.pdf">Economic Epistemology</a> -- when economists think they know too much.</li> + <li><a href="source/">Source documents</a> -- The source groff documents for all the articles above (written with ms macros).</li> +</ul> + + </div> +</body> +</html> diff --git a/build/website/fonts/SIL Open Font License.txt b/build/website/fonts/SIL Open Font License.txt new file mode 100644 index 0000000..f2473f9 --- /dev/null +++ b/build/website/fonts/SIL Open Font License.txt @@ -0,0 +1,46 @@ +Digitized data copyright (c) 2010 Google Corporation + with Reserved Font Arimo, Tinos and Cousine. +Copyright (c) 2012 Red Hat, Inc. + with Reserved Font Name Liberation. + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. + +The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the copyright statement(s). + +"Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. + +"Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. + +5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
\ No newline at end of file diff --git a/build/website/fonts/generator_config.txt b/build/website/fonts/generator_config.txt new file mode 100644 index 0000000..81e64f6 --- /dev/null +++ b/build/website/fonts/generator_config.txt @@ -0,0 +1,5 @@ +# Font Squirrel Font-face Generator Configuration File +# Upload this file to the generator to recreate the settings +# you used to create these fonts. + +{"mode":"optimal","formats":["woff","woff2"],"tt_instructor":"default","fix_gasp":"xy","fix_vertical_metrics":"Y","metrics_ascent":"","metrics_descent":"","metrics_linegap":"","add_spaces":"Y","add_hyphens":"Y","fallback":"none","fallback_custom":"100","options_subset":"basic","subset_custom":"","subset_custom_range":"","subset_ot_features_list":"","css_stylesheet":"stylesheet.css","filename_suffix":"-webfont","emsquare":"2048","spacing_adjustment":"0"}
\ No newline at end of file diff --git a/build/website/fonts/liberationmono-bold-demo.html b/build/website/fonts/liberationmono-bold-demo.html new file mode 100644 index 0000000..fd63b2c --- /dev/null +++ b/build/website/fonts/liberationmono-bold-demo.html @@ -0,0 +1,29 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="description" content="My personal website."> + <meta name="author" content="Preston Pan"> + <link rel="stylesheet" type="text/css" href="/css/style.css" /> + + <link rel="icon" type="image/png" href="/img/favicon.png"> + <title> +TITLE + </title> +</head> +<body> + <div class="nav" class="justcenter"> + <a href="/index.html" class="justleft">Home</a> | + <a href="/about/" class="justleft">About</a> | + <a href="/about/contact.html" class="justleft">Contact</a> + <!--BACKDIR--> + <hr> + </div> + + <div class="content"> +CONTENT + </div> +</body> +</html> diff --git a/build/website/fonts/liberationmono-bold-webfont.woff b/build/website/fonts/liberationmono-bold-webfont.woff Binary files differnew file mode 100644 index 0000000..2dc0727 --- /dev/null +++ b/build/website/fonts/liberationmono-bold-webfont.woff diff --git a/build/website/fonts/liberationmono-bold-webfont.woff2 b/build/website/fonts/liberationmono-bold-webfont.woff2 Binary files differnew file mode 100644 index 0000000..200eac8 --- /dev/null +++ b/build/website/fonts/liberationmono-bold-webfont.woff2 diff --git a/build/website/fonts/liberationmono-bolditalic-demo.html b/build/website/fonts/liberationmono-bolditalic-demo.html new file mode 100644 index 0000000..fd63b2c --- /dev/null +++ b/build/website/fonts/liberationmono-bolditalic-demo.html @@ -0,0 +1,29 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="description" content="My personal website."> + <meta name="author" content="Preston Pan"> + <link rel="stylesheet" type="text/css" href="/css/style.css" /> + + <link rel="icon" type="image/png" href="/img/favicon.png"> + <title> +TITLE + </title> +</head> +<body> + <div class="nav" class="justcenter"> + <a href="/index.html" class="justleft">Home</a> | + <a href="/about/" class="justleft">About</a> | + <a href="/about/contact.html" class="justleft">Contact</a> + <!--BACKDIR--> + <hr> + </div> + + <div class="content"> +CONTENT + </div> +</body> +</html> diff --git a/build/website/fonts/liberationmono-bolditalic-webfont.woff b/build/website/fonts/liberationmono-bolditalic-webfont.woff Binary files differnew file mode 100644 index 0000000..4d4e7fd --- /dev/null +++ b/build/website/fonts/liberationmono-bolditalic-webfont.woff diff --git a/build/website/fonts/liberationmono-bolditalic-webfont.woff2 b/build/website/fonts/liberationmono-bolditalic-webfont.woff2 Binary files differnew file mode 100644 index 0000000..515884d --- /dev/null +++ b/build/website/fonts/liberationmono-bolditalic-webfont.woff2 diff --git a/build/website/fonts/liberationmono-italic-demo.html b/build/website/fonts/liberationmono-italic-demo.html new file mode 100644 index 0000000..fd63b2c --- /dev/null +++ b/build/website/fonts/liberationmono-italic-demo.html @@ -0,0 +1,29 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="description" content="My personal website."> + <meta name="author" content="Preston Pan"> + <link rel="stylesheet" type="text/css" href="/css/style.css" /> + + <link rel="icon" type="image/png" href="/img/favicon.png"> + <title> +TITLE + </title> +</head> +<body> + <div class="nav" class="justcenter"> + <a href="/index.html" class="justleft">Home</a> | + <a href="/about/" class="justleft">About</a> | + <a href="/about/contact.html" class="justleft">Contact</a> + <!--BACKDIR--> + <hr> + </div> + + <div class="content"> +CONTENT + </div> +</body> +</html> diff --git a/build/website/fonts/liberationmono-italic-webfont.woff b/build/website/fonts/liberationmono-italic-webfont.woff Binary files differnew file mode 100644 index 0000000..151c337 --- /dev/null +++ b/build/website/fonts/liberationmono-italic-webfont.woff diff --git a/build/website/fonts/liberationmono-italic-webfont.woff2 b/build/website/fonts/liberationmono-italic-webfont.woff2 Binary files differnew file mode 100644 index 0000000..2ecaf7a --- /dev/null +++ b/build/website/fonts/liberationmono-italic-webfont.woff2 diff --git a/build/website/fonts/liberationmono-regular-demo.html b/build/website/fonts/liberationmono-regular-demo.html new file mode 100644 index 0000000..fd63b2c --- /dev/null +++ b/build/website/fonts/liberationmono-regular-demo.html @@ -0,0 +1,29 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="description" content="My personal website."> + <meta name="author" content="Preston Pan"> + <link rel="stylesheet" type="text/css" href="/css/style.css" /> + + <link rel="icon" type="image/png" href="/img/favicon.png"> + <title> +TITLE + </title> +</head> +<body> + <div class="nav" class="justcenter"> + <a href="/index.html" class="justleft">Home</a> | + <a href="/about/" class="justleft">About</a> | + <a href="/about/contact.html" class="justleft">Contact</a> + <!--BACKDIR--> + <hr> + </div> + + <div class="content"> +CONTENT + </div> +</body> +</html> diff --git a/build/website/fonts/liberationmono-regular-webfont.woff b/build/website/fonts/liberationmono-regular-webfont.woff Binary files differnew file mode 100644 index 0000000..0fa288d --- /dev/null +++ b/build/website/fonts/liberationmono-regular-webfont.woff diff --git a/build/website/fonts/liberationmono-regular-webfont.woff2 b/build/website/fonts/liberationmono-regular-webfont.woff2 Binary files differnew file mode 100644 index 0000000..317eaf9 --- /dev/null +++ b/build/website/fonts/liberationmono-regular-webfont.woff2 diff --git a/build/website/fonts/specimen_files/grid_12-825-55-15.css b/build/website/fonts/specimen_files/grid_12-825-55-15.css new file mode 100644 index 0000000..fb66068 --- /dev/null +++ b/build/website/fonts/specimen_files/grid_12-825-55-15.css @@ -0,0 +1,370 @@ +/*Notes about grid: +Columns: 12 +Grid Width: 825px +Column Width: 55px +Gutter Width: 15px +-------------------------------*/ + + +.section { + margin-bottom: 18px; +} + +.section:after { + content: '.'; + display: block; + height: 0; + clear: both; + visibility: hidden; +} + +.section { + *zoom: 1; +} + +.section .firstcolumn, +.section .firstcol { + margin-left: 0; +} + + +/* Border on left hand side of a column. */ +.border { + padding-left: 7px; + margin-left: 7px; + border-left: 1px solid #eee; +} + +/* Border with more whitespace, spans one column. */ +.colborder { + padding-left: 42px; + margin-left: 42px; + border-left: 1px solid #eee; +} + + +/* The Grid Classes */ +.grid1, .grid1_2cols, .grid1_3cols, .grid1_4cols, .grid2, .grid2_3cols, .grid2_4cols, .grid3, .grid3_2cols, .grid3_4cols, .grid4, .grid4_3cols, .grid5, .grid5_2cols, .grid5_3cols, .grid5_4cols, .grid6, .grid6_4cols, .grid7, .grid7_2cols, .grid7_3cols, .grid7_4cols, .grid8, .grid8_3cols, .grid9, .grid9_2cols, .grid9_4cols, .grid10, .grid10_3cols, .grid10_4cols, .grid11, .grid11_2cols, .grid11_3cols, .grid11_4cols, .grid12 { + margin-left: 15px; + float: left; + display: inline; + overflow: hidden; +} + + +.width1, .grid1, .span-1 { + width: 55px; +} + +.width1_2cols, .grid1_2cols { + width: 20px; +} + +.width1_3cols, .grid1_3cols { + width: 8px; +} + +.width1_4cols, .grid1_4cols { + width: 2px; +} + +.input_width1 { + width: 49px; +} + +.width2, .grid2, .span-2 { + width: 125px; +} + +.width2_3cols, .grid2_3cols { + width: 31px; +} + +.width2_4cols, .grid2_4cols { + width: 20px; +} + +.input_width2 { + width: 119px; +} + +.width3, .grid3, .span-3 { + width: 195px; +} + +.width3_2cols, .grid3_2cols { + width: 90px; +} + +.width3_4cols, .grid3_4cols { + width: 37px; +} + +.input_width3 { + width: 189px; +} + +.width4, .grid4, .span-4 { + width: 265px; +} + +.width4_3cols, .grid4_3cols { + width: 78px; +} + +.input_width4 { + width: 259px; +} + +.width5, .grid5, .span-5 { + width: 335px; +} + +.width5_2cols, .grid5_2cols { + width: 160px; +} + +.width5_3cols, .grid5_3cols { + width: 101px; +} + +.width5_4cols, .grid5_4cols { + width: 72px; +} + +.input_width5 { + width: 329px; +} + +.width6, .grid6, .span-6 { + width: 405px; +} + +.width6_4cols, .grid6_4cols { + width: 90px; +} + +.input_width6 { + width: 399px; +} + +.width7, .grid7, .span-7 { + width: 475px; +} + +.width7_2cols, .grid7_2cols { + width: 230px; +} + +.width7_3cols, .grid7_3cols { + width: 148px; +} + +.width7_4cols, .grid7_4cols { + width: 107px; +} + +.input_width7 { + width: 469px; +} + +.width8, .grid8, .span-8 { + width: 545px; +} + +.width8_3cols, .grid8_3cols { + width: 171px; +} + +.input_width8 { + width: 539px; +} + +.width9, .grid9, .span-9 { + width: 615px; +} + +.width9_2cols, .grid9_2cols { + width: 300px; +} + +.width9_4cols, .grid9_4cols { + width: 142px; +} + +.input_width9 { + width: 609px; +} + +.width10, .grid10, .span-10 { + width: 685px; +} + +.width10_3cols, .grid10_3cols { + width: 218px; +} + +.width10_4cols, .grid10_4cols { + width: 160px; +} + +.input_width10 { + width: 679px; +} + +.width11, .grid11, .span-11 { + width: 755px; +} + +.width11_2cols, .grid11_2cols { + width: 370px; +} + +.width11_3cols, .grid11_3cols { + width: 241px; +} + +.width11_4cols, .grid11_4cols { + width: 177px; +} + +.input_width11 { + width: 749px; +} + +.width12, .grid12, .span-12 { + width: 825px; +} + +.input_width12 { + width: 819px; +} + +/* Subdivided grid spaces */ +.emptycols_left1, .prepend-1 { + padding-left: 70px; +} + +.emptycols_right1, .append-1 { + padding-right: 70px; +} + +.emptycols_left2, .prepend-2 { + padding-left: 140px; +} + +.emptycols_right2, .append-2 { + padding-right: 140px; +} + +.emptycols_left3, .prepend-3 { + padding-left: 210px; +} + +.emptycols_right3, .append-3 { + padding-right: 210px; +} + +.emptycols_left4, .prepend-4 { + padding-left: 280px; +} + +.emptycols_right4, .append-4 { + padding-right: 280px; +} + +.emptycols_left5, .prepend-5 { + padding-left: 350px; +} + +.emptycols_right5, .append-5 { + padding-right: 350px; +} + +.emptycols_left6, .prepend-6 { + padding-left: 420px; +} + +.emptycols_right6, .append-6 { + padding-right: 420px; +} + +.emptycols_left7, .prepend-7 { + padding-left: 490px; +} + +.emptycols_right7, .append-7 { + padding-right: 490px; +} + +.emptycols_left8, .prepend-8 { + padding-left: 560px; +} + +.emptycols_right8, .append-8 { + padding-right: 560px; +} + +.emptycols_left9, .prepend-9 { + padding-left: 630px; +} + +.emptycols_right9, .append-9 { + padding-right: 630px; +} + +.emptycols_left10, .prepend-10 { + padding-left: 700px; +} + +.emptycols_right10, .append-10 { + padding-right: 700px; +} + +.emptycols_left11, .prepend-11 { + padding-left: 770px; +} + +.emptycols_right11, .append-11 { + padding-right: 770px; +} + +.pull-1 { + margin-left: -70px; +} + +.push-1 { + margin-right: -70px; + margin-left: 18px; + float: right; +} + +.pull-2 { + margin-left: -140px; +} + +.push-2 { + margin-right: -140px; + margin-left: 18px; + float: right; +} + +.pull-3 { + margin-left: -210px; +} + +.push-3 { + margin-right: -210px; + margin-left: 18px; + float: right; +} + +.pull-4 { + margin-left: -280px; +} + +.push-4 { + margin-right: -280px; + margin-left: 18px; + float: right; +}
\ No newline at end of file diff --git a/build/website/fonts/specimen_files/specimen_stylesheet.css b/build/website/fonts/specimen_files/specimen_stylesheet.css new file mode 100644 index 0000000..cd88462 --- /dev/null +++ b/build/website/fonts/specimen_files/specimen_stylesheet.css @@ -0,0 +1,502 @@ +@import url('grid_12-825-55-15.css'); + +/* + CSS Reset by Eric Meyer - Released under Public Domain + http://meyerweb.com/eric/tools/css/reset/ +*/ +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, font, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, table, +caption, tbody, tfoot, thead, tr, th, td { + margin: 0; + padding: 0; + border: 0; + outline: 0; + font-size: 100%; + vertical-align: baseline; + background: transparent; +} + +body { + line-height: 1; +} + +ol, ul { + list-style: none; +} + +blockquote, q { + quotes: none; +} + +blockquote:before, blockquote:after, +q:before, q:after { + content: ''; + content: none; +} + +:focus { + outline: 0; +} + +ins { + text-decoration: none; +} + +del { + text-decoration: line-through; +} + +table { + border-collapse: collapse; + border-spacing: 0; +} + + +body { + color: #000; + background-color: #dcdcdc; +} + +a { + text-decoration: none; + color: #1883ba; +} + +h1 { + font-size: 32px; + font-weight: normal; + font-style: normal; + margin-bottom: 18px; +} + +h2 { + font-size: 18px; +} + +#container { + width: 865px; + margin: 0px auto; +} + + +#header { + padding: 20px; + font-size: 36px; + background-color: #000; + color: #fff; +} + +#header span { + color: #666; +} + +#main_content { + background-color: #fff; + padding: 60px 20px 20px; +} + + +#footer p { + margin: 0; + padding-top: 10px; + padding-bottom: 50px; + color: #333; + font: 10px Arial, sans-serif; +} + +.tabs { + width: 100%; + height: 31px; + background-color: #444; +} + +.tabs li { + float: left; + margin: 0; + overflow: hidden; + background-color: #444; +} + +.tabs li a { + display: block; + color: #fff; + text-decoration: none; + font: bold 11px/11px 'Arial'; + text-transform: uppercase; + padding: 10px 15px; + border-right: 1px solid #fff; +} + +.tabs li a:hover { + background-color: #00b3ff; + +} + +.tabs li.active a { + color: #000; + background-color: #fff; +} + + +div.huge { + + font-size: 300px; + line-height: 1em; + padding: 0; + letter-spacing: -.02em; + overflow: hidden; +} + +div.glyph_range { + font-size: 72px; + line-height: 1.1em; +} + +.size10 { + font-size: 10px; +} + +.size11 { + font-size: 11px; +} + +.size12 { + font-size: 12px; +} + +.size13 { + font-size: 13px; +} + +.size14 { + font-size: 14px; +} + +.size16 { + font-size: 16px; +} + +.size18 { + font-size: 18px; +} + +.size20 { + font-size: 20px; +} + +.size24 { + font-size: 24px; +} + +.size30 { + font-size: 30px; +} + +.size36 { + font-size: 36px; +} + +.size48 { + font-size: 48px; +} + +.size60 { + font-size: 60px; +} + +.size72 { + font-size: 72px; +} + +.size90 { + font-size: 90px; +} + + +.psample_row1 { + height: 120px; +} + +.psample_row1 { + height: 120px; +} + +.psample_row2 { + height: 160px; +} + +.psample_row3 { + height: 160px; +} + +.psample_row4 { + height: 160px; +} + +.psample { + overflow: hidden; + position: relative; +} + +.psample p { + line-height: 1.3em; + display: block; + overflow: hidden; + margin: 0; +} + +.psample span { + margin-right: .5em; +} + +.white_blend { + width: 100%; + height: 61px; + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNrs3TsKgFAMRUE/eer+NxztxMYuEWQG3ECKwwUF58ycAKixOAGAyAKILAAiCyCyACILgMgCiCyAyAIgsgAiCyCyAIgsgMgCiCwAIgsgsgAiC4DIAogsACIL0CWuZ3UGgLrIhjMA1EV2OAOAJQtgyQLwjOzmDAAiCyCyAIgsQFtkd2cAEFkAkQVAZAHaIns4A4AlC2DJAiCyACILILIAiCzAV5H1dQGAJQsgsgCILIDIAvwisl58AViyAJYsACILILIAIgvAe2T9EhxAZAFEFgCRBeiL7HAGgLrIhjMAWLIAliwAt1OAAQDwygTBulLIlQAAAABJRU5ErkJggg==); + position: absolute; + bottom: 0; +} + +.black_blend { + width: 100%; + height: 61px; + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNrs3TEKhTAQRVGjibr/9QoxhY2N3Ywo50A28IrLwP9g6b1PAMSYTQAgsgAiC4DIAogsgMgCILIAIgsgsgCILIDIAogsACILILIAIguAyAKILIDIAiCyACILgMgCZCnjLWYAiFGvB0BQZJsZAFyyAC5ZAO6RXc0AILIAIguAyAKkRXYzA4DIAogsACILkBbZ3QwALlkAlywAIgsgsgAiC4DIArwVWf8uAHDJAogsACILILIAv4isH74AXLIALlkARBZAZAFEFoDnyPokOIDIAogsACILkBfZZgaAuMhWMwC4ZAE+p4x3mAEgxinAAJ+XBbPWGkwAAAAAAElFTkSuQmCC); + position: absolute; + bottom: 0; +} + +.fullreverse { + background: #000 !important; + color: #fff !important; + margin-left: -20px; + padding-left: 20px; + margin-right: -20px; + padding-right: 20px; + padding: 20px; + margin-bottom: 0; +} + + +.sample_table td { + padding-top: 3px; + padding-bottom: 5px; + padding-left: 5px; + vertical-align: middle; + line-height: 1.2em; +} + +.sample_table td:first-child { + background-color: #eee; + text-align: right; + padding-right: 5px; + padding-left: 0; + padding: 5px; + font: 11px/12px 'Courier New', Courier, mono; +} + +code { + white-space: pre; + background-color: #eee; + display: block; + padding: 10px; + margin-bottom: 18px; + overflow: auto; +} + + +.bottom, .last { + margin-bottom: 0 !important; + padding-bottom: 0 !important; +} + +.box { + padding: 18px; + margin-bottom: 18px; + background: #eee; +} + +.reverse, .reversed { + background: #000 !important; + color: #fff !important; + border: none !important; +} + +#bodycomparison { + position: relative; + overflow: hidden; + font-size: 72px; + height: 90px; + white-space: nowrap; +} + +#bodycomparison div { + font-size: 72px; + line-height: 90px; + display: inline; + margin: 0 15px 0 0; + padding: 0; +} + +#bodycomparison div span { + font: 10px Arial; + position: absolute; + left: 0; +} + +#xheight { + float: none; + position: absolute; + color: #d9f3ff; + font-size: 72px; + line-height: 90px; +} + +.fontbody { + position: relative; +} + +.arialbody { + font-family: Arial; + position: relative; +} + +.verdanabody { + font-family: Verdana; + position: relative; +} + +.georgiabody { + font-family: Georgia; + position: relative; +} + +/* @group Layout page + */ + +#layout h1 { + font-size: 36px; + line-height: 42px; + font-weight: normal; + font-style: normal; +} + +#layout h2 { + font-size: 24px; + line-height: 23px; + font-weight: normal; + font-style: normal; +} + +#layout h3 { + font-size: 22px; + line-height: 1.4em; + margin-top: 1em; + font-weight: normal; + font-style: normal; +} + + +#layout p.byline { + font-size: 12px; + margin-top: 18px; + line-height: 12px; + margin-bottom: 0; +} + +#layout p { + font-size: 14px; + line-height: 21px; + margin-bottom: .5em; +} + +#layout p.large { + font-size: 18px; + line-height: 26px; +} + +#layout .sidebar p { + font-size: 12px; + line-height: 1.4em; +} + +#layout p.caption { + font-size: 10px; + margin-top: -16px; + margin-bottom: 18px; +} + +/* @end */ + +/* @group Glyphs */ + +#glyph_chart div { + background-color: #d9f3ff; + color: black; + float: left; + font-size: 36px; + height: 1.2em; + line-height: 1.2em; + margin-bottom: 1px; + margin-right: 1px; + text-align: center; + width: 1.2em; + position: relative; + padding: .6em .2em .2em; +} + +#glyph_chart div p { + position: absolute; + left: 0; + top: 0; + display: block; + text-align: center; + font: bold 9px Arial, sans-serif; + background-color: #3a768f; + width: 100%; + color: #fff; + padding: 2px 0; +} + + +#glyphs h1 { + font-family: Arial, sans-serif; +} + +/* @end */ + +/* @group Installing */ + +#installing { + font: 13px Arial, sans-serif; +} + +#installing p, +#glyphs p { + line-height: 1.2em; + margin-bottom: 18px; + font: 13px Arial, sans-serif; +} + + +#installing h3 { + font-size: 15px; + margin-top: 18px; +} + +/* @end */ + +#rendering h1 { + font-family: Arial, sans-serif; +} + +.render_table td { + font: 11px 'Courier New', Courier, mono; + vertical-align: middle; +} + + diff --git a/build/website/fonts/stylesheet.css b/build/website/fonts/stylesheet.css new file mode 100644 index 0000000..cb08cd3 --- /dev/null +++ b/build/website/fonts/stylesheet.css @@ -0,0 +1,48 @@ +/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on October 7, 2022 */ + + + +@font-face { + font-family: 'liberation_monobold'; + src: url('liberationmono-bold-webfont.woff2') format('woff2'), + url('liberationmono-bold-webfont.woff') format('woff'); + font-weight: normal; + font-style: normal; + +} + + + + +@font-face { + font-family: 'liberation_monobold_italic'; + src: url('liberationmono-bolditalic-webfont.woff2') format('woff2'), + url('liberationmono-bolditalic-webfont.woff') format('woff'); + font-weight: normal; + font-style: normal; + +} + + + + +@font-face { + font-family: 'liberation_monoitalic'; + src: url('liberationmono-italic-webfont.woff2') format('woff2'), + url('liberationmono-italic-webfont.woff') format('woff'); + font-weight: normal; + font-style: normal; + +} + + + + +@font-face { + font-family: 'liberation_monoregular'; + src: url('liberationmono-regular-webfont.woff2') format('woff2'), + url('liberationmono-regular-webfont.woff') format('woff'); + font-weight: normal; + font-style: normal; + +}
\ No newline at end of file diff --git a/build/website/fonts/webfontkit-20221007-223533.zip b/build/website/fonts/webfontkit-20221007-223533.zip Binary files differnew file mode 100644 index 0000000..88a8309 --- /dev/null +++ b/build/website/fonts/webfontkit-20221007-223533.zip diff --git a/build/website/img/favicon.png b/build/website/img/favicon.png Binary files differnew file mode 100644 index 0000000..09f3df6 --- /dev/null +++ b/build/website/img/favicon.png diff --git a/build/website/index.html b/build/website/index.html new file mode 100644 index 0000000..d5e6585 --- /dev/null +++ b/build/website/index.html @@ -0,0 +1,113 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="description" content="My personal website."> + <meta name="author" content="Preston Pan"> + <link rel="stylesheet" type="text/css" href="/css/style.css" /> + + <link rel="icon" type="image/png" href="/img/favicon.png"> + <title> +Preston Pan + </title> +</head> +<body> + <div class="nav" class="justcenter"> + <a href="/index.html" class="justleft">Home</a> | + <a href="/about/" class="justleft">About</a> | + <a href="/about/contact.html" class="justleft">Contact</a> + + <hr> + </div> + + <div class="content"> +<h1>Preston Pan</h1> +<p> + Hi! I'm Preston Pan, and this is my v3 of my website. + I've got it to work with a shell script that I made. + In the future, I might release the shell script as a separate + thing, but for now it's apart of the + <a href="https://society.nullring.xyz">Null Identity</a> website + and this one. +</p> + +<p>Some things about myself:</p> +<ul> + <li>I play improvisational piano, and I sing as a hobby.</li> + <li>I do some amount of programming as a hobby.</li> + <li>I also do some amount of mathematics and physics as a hobby.</li> + <li>I try to read up on economics as a hobby.</li> + <li>I'm trying to get my ham radio basic license.</li> +</ul> + +<p> + Of course, those are rather surface level things, but the point is that + you will find things related to the topics above on this website. + The website is structured in a hiearchical format just like in filesystems + because I find that to be the easiest balance between user simplicity + and developer simplicity. +</p> + +<p> + Note: most things on this website will 404 right now simply because of the + fact that I have a limited amount of time and have just changed the backend + for this website. +</p> +<h2>Topics</h2> + +<p>Here, you will find topics related to: </p> +<ul> + <li><a href="./about/">About</a> -- About me and this website.</li> + <li><a href="./physics/">Physics</a> -- Rates of change!</li> + <li><a href="./economics/">Economics</a> -- Rates of exchange!</li> + <li><a href="./technology/">Technology</a> -- Rates of finger pain! (Just kidding, I'm not an emacs user).</li> + <li><a href="./projects/">Projects</a> -- programming and other projects.</li> + <li><a href="./mathematics/">Mathematics</a> -- An underlying framework for all things that are logical.</li> + <li><a href="./philosophy/">Philosophy</a> -- An underlying framework for all things that are.</li> + <li><a href="./music/">Music</a> -- my piano playing and singing (and maybe other instruments too).</li> +</ul> + +<p>Many articles will be written in groff and compiled to pdf.</p> + +<h2>Services</h2> + +<p>Here are the services that I run on my server/socially:</p> +<ul> + <li><a href="https://radio.prestonpan.tech">Radio</a> -- listen to music that I also listen to.</li> + <li><a href="https://git.prestonpan.tech">Git server</a> -- see the code that I write or my dotfiles and other stuff.</li> + <li><a href="https://nullring.xyz">The null webring</a> -- a webring that I made (apparently there is another one by this name but ignore that).</li> + <li><a href="https://society.nullring.xyz">The Null Identity </a> -- it's a <b>ahem</b> tightly knit community located in victoria. Yeah, that's the term.</li> + <li>IRC server: ircs://prestonpan.tech:6697, no verification of tls (self signed).</li> +</ul> + +<h2>Webrings</h2> + +<p>This website is a part of the following webrings:</p> +<h3>The Null Webring</h3> +<p><a href="https://kaistevenson.com">prev</a> <a href="https://nullring.xyz">Nullring</a> <a href="https://www.aberrantflux.xyz">next</a></p> + +<h2>Donating</h2> +<p> + Basically, if you like any of what I am doing, donate! My servers aren't free, and I do run a lot of stuff + for the tech related community in our school, and I also try to write good software. I like monero as a + donation method because: +</p> +<ul> + <li>The network is probably going to last longer than other cryptocurrencies due to it actually being private and self-sustaining.</li> + <li>Compared to services like PayPal, I don't care about having an account or any extra glitter. I just want a simple payment method that can be anonymous.</li> + <li>The transaction fees are extremely low compared to other cryptocurrencies.</li> + <li>Proof of work is bad for the environment, but I'll start caring about that when I get taxed for carbon consumption or something.</li> +</ul> + +<p>Here are some methods of donating I support:</p> +<ul> + <li>XMR: <pre class="crypto-pre"><code class="crypto"></code></pre></li> +</ul> +<p> + Thanks a lot for your support! +</p> + </div> +</body> +</html> diff --git a/build/website/mathematics/index.html b/build/website/mathematics/index.html new file mode 100644 index 0000000..5daf87d --- /dev/null +++ b/build/website/mathematics/index.html @@ -0,0 +1,46 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="description" content="My personal website."> + <meta name="author" content="Preston Pan"> + <link rel="stylesheet" type="text/css" href="/css/style.css" /> + + <link rel="icon" type="image/png" href="/img/favicon.png"> + <title> +Mathematics + </title> +</head> +<body> + <div class="nav" class="justcenter"> + <a href="/index.html" class="justleft">Home</a> | + <a href="/about/" class="justleft">About</a> | + <a href="/about/contact.html" class="justleft">Contact</a> + | <a href="../index.html">Back</a> + <hr> + </div> + + <div class="content"> +<h1>Mathematics</h1> +<p> + Mathematics is the basis for the analysis of things that we + believe to adhere to our logical system. +</p> + +<h2>Topics</h2> +<ul> + <li><a href="./calculus/">Calculus</a> -- The age-old study of infinitesimal ratios.</li> + <li><a href="./differential_equations/">Differential Equations</a> -- The math underlying our physical world.</li> + <li><a href="./linear_algebra/">Linear Algebra</a> -- the study multidimensional linear quantities.</li> +</ul> + +<p> + These are all the topics I have learned about so far. I will learn more in the future and add new topics. + All of these topics I know a lot about but writing the articles takes an extreme amount of time, so stay + tuned! +</p> + </div> +</body> +</html> diff --git a/build/website/philosophy/index.html b/build/website/philosophy/index.html new file mode 100644 index 0000000..fab7dba --- /dev/null +++ b/build/website/philosophy/index.html @@ -0,0 +1,46 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="description" content="My personal website."> + <meta name="author" content="Preston Pan"> + <link rel="stylesheet" type="text/css" href="/css/style.css" /> + + <link rel="icon" type="image/png" href="/img/favicon.png"> + <title> +Philosophy + </title> +</head> +<body> + <div class="nav" class="justcenter"> + <a href="/index.html" class="justleft">Home</a> | + <a href="/about/" class="justleft">About</a> | + <a href="/about/contact.html" class="justleft">Contact</a> + | <a href="../index.html">Back</a> + <hr> + </div> + + <div class="content"> +<h1>Philosophy</h1> +<p> + I'm mostly an antiphilosopher. At least, in the way that most people approach philosophy. + I maintain that there is no such logical system that binds morality, there is no such + logical system that binds epistemology, and that there is no logical system that binds + metaphysics. I believe postmodern thought can lead to interesting conclusions (even + though many seem to think that it cannot). Yes, I am aware that postmodernism can + deconstruct itself, and I do that regularly. Here are some articles from this perspective. +</p> + +<h2>Topics</h2> +<ul> + <li><a href="./antimorality.pdf">Antimorality</a> -- the case against logical morality.</li> + <li><a href="./antiepistemology.pdf">Antiepistemology</a> -- the case against systematic epistemology.</li> + <li><a href="./antimetaphysics.pdf">Antimetaphysics</a> -- the case against any metaphysical claims other than the fact that you exist or the present moment exists.</li> + <li><a href="./source/">Source documents</a> -- Source groff ms documents for the articles above.</li> +</ul> + + </div> +</body> +</html> diff --git a/build/website/physics/index.html b/build/website/physics/index.html new file mode 100644 index 0000000..e1441b0 --- /dev/null +++ b/build/website/physics/index.html @@ -0,0 +1,46 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="description" content="My personal website."> + <meta name="author" content="Preston Pan"> + <link rel="stylesheet" type="text/css" href="/css/style.css" /> + + <link rel="icon" type="image/png" href="/img/favicon.png"> + <title> +Physics + </title> +</head> +<body> + <div class="nav" class="justcenter"> + <a href="/index.html" class="justleft">Home</a> | + <a href="/about/" class="justleft">About</a> | + <a href="/about/contact.html" class="justleft">Contact</a> + | <a href="../index.html">Back</a> + <hr> + </div> + + <div class="content"> +<h1>Physics</h1> +<p> + Physics describes causation at a very fundamental level. It is for + this reason that it is essential to study in order to understand + macro phenomenon. The field is quite diverse, including topics + such as general 3d motion, quantum mechanics, and QFT. +</p> + +<h2>Topics</h2> +<ul> + <li><a href="./newtonian_motion/">3d motion</a> -- Classical/Relativistic fundamentals for physics.</li> + <li><a href="./electrodynamics/">Electrodynamics</a> -- Path integration galore.</li> + <li><a href="./quantum_mechanics/">Quantum Mechanics</a> -- I obviously have the correct interpretation.</li> +</ul> + +<p> + I will add more in the future but these are the only ones i have studied. +</p> + </div> +</body> +</html> diff --git a/build/website/projects/index.html b/build/website/projects/index.html new file mode 100644 index 0000000..9269bc2 --- /dev/null +++ b/build/website/projects/index.html @@ -0,0 +1,39 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="description" content="My personal website."> + <meta name="author" content="Preston Pan"> + <link rel="stylesheet" type="text/css" href="/css/style.css" /> + + <link rel="icon" type="image/png" href="/img/favicon.png"> + <title> +Projects + </title> +</head> +<body> + <div class="nav" class="justcenter"> + <a href="/index.html" class="justleft">Home</a> | + <a href="/about/" class="justleft">About</a> | + <a href="/about/contact.html" class="justleft">Contact</a> + | <a href="../index.html">Back</a> + <hr> + </div> + + <div class="content"> +<h1>Projects</h1> +<p> + These are some of the things I have been working on recently: +</p> +<ul> + <li><a href="./dotfiles.html">Dotfiles</a> -- My dotfiles (script for autoinstalling them coming soon).</li> + <li><a href="./trail_of_dusk.html">Trail of Dusk</a> -- a text based roguelike rpg.</li> + <li><a href="./plant9.html">Plant9</a> -- A GNU/linux distribution that I am working on with Matthew Hinton.</li> + <li><a href="./comas.html">COMAS</a> -- A mathematics library that is built on the idea of quaternionic functions inside tensors.</li> +</ul> + + </div> +</body> +</html> diff --git a/build/website/robots.txt b/build/website/robots.txt new file mode 100644 index 0000000..eb05362 --- /dev/null +++ b/build/website/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: diff --git a/build/website/technology/index.html b/build/website/technology/index.html new file mode 100644 index 0000000..c686a69 --- /dev/null +++ b/build/website/technology/index.html @@ -0,0 +1,34 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="description" content="My personal website."> + <meta name="author" content="Preston Pan"> + <link rel="stylesheet" type="text/css" href="/css/style.css" /> + + <link rel="icon" type="image/png" href="/img/favicon.png"> + <title> +Technology + </title> +</head> +<body> + <div class="nav" class="justcenter"> + <a href="/index.html" class="justleft">Home</a> | + <a href="/about/" class="justleft">About</a> | + <a href="/about/contact.html" class="justleft">Contact</a> + | <a href="../index.html">Back</a> + <hr> + </div> + + <div class="content"> +<h1>Technology</h1> +<p> + These are all my tutorials and articles related to technology. Wait, they don't exist yet! + That's because I'm working hard on a lot of things and I need some time. Stay tuned! +</p> + + </div> +</body> +</html> |