summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2022-11-08 10:28:58 -0800
committerPreston Pan <preston@nullring.xyz>2022-11-08 10:28:58 -0800
commitdc2fd65e6bfeaa2c475d5042f64263ac9427c22f (patch)
tree3f680c74d831c984048080e0ff7d86fb7c5f1f05
completely changed backend
-rw-r--r--.gitignore4
-rw-r--r--README.md15
-rwxr-xr-xbuild.sh40
-rw-r--r--build/website/about/contact.html43
-rw-r--r--build/website/about/index.html44
-rw-r--r--build/website/about/technology.html109
-rw-r--r--build/website/css/style.css327
-rw-r--r--build/website/economics/index.html43
-rw-r--r--build/website/fonts/SIL Open Font License.txt46
-rw-r--r--build/website/fonts/generator_config.txt5
-rw-r--r--build/website/fonts/liberationmono-bold-demo.html29
-rw-r--r--build/website/fonts/liberationmono-bold-webfont.woffbin0 -> 24580 bytes
-rw-r--r--build/website/fonts/liberationmono-bold-webfont.woff2bin0 -> 18292 bytes
-rw-r--r--build/website/fonts/liberationmono-bolditalic-demo.html29
-rw-r--r--build/website/fonts/liberationmono-bolditalic-webfont.woffbin0 -> 26448 bytes
-rw-r--r--build/website/fonts/liberationmono-bolditalic-webfont.woff2bin0 -> 19788 bytes
-rw-r--r--build/website/fonts/liberationmono-italic-demo.html29
-rw-r--r--build/website/fonts/liberationmono-italic-webfont.woffbin0 -> 27368 bytes
-rw-r--r--build/website/fonts/liberationmono-italic-webfont.woff2bin0 -> 20592 bytes
-rw-r--r--build/website/fonts/liberationmono-regular-demo.html29
-rw-r--r--build/website/fonts/liberationmono-regular-webfont.woffbin0 -> 24000 bytes
-rw-r--r--build/website/fonts/liberationmono-regular-webfont.woff2bin0 -> 17944 bytes
-rw-r--r--build/website/fonts/specimen_files/grid_12-825-55-15.css370
-rw-r--r--build/website/fonts/specimen_files/specimen_stylesheet.css502
-rw-r--r--build/website/fonts/stylesheet.css48
-rw-r--r--build/website/fonts/webfontkit-20221007-223533.zipbin0 -> 217025 bytes
-rw-r--r--build/website/img/favicon.pngbin0 -> 2730 bytes
-rw-r--r--build/website/index.html113
-rw-r--r--build/website/mathematics/index.html46
-rw-r--r--build/website/philosophy/index.html46
-rw-r--r--build/website/physics/index.html46
-rw-r--r--build/website/projects/index.html39
-rw-r--r--build/website/robots.txt2
-rw-r--r--build/website/technology/index.html34
-rw-r--r--build_template/base.html29
-rwxr-xr-xfinalize_build.sh14
-rwxr-xr-xprocess_file101
-rw-r--r--templates/base.html29
-rw-r--r--website/about/contact.html21
-rw-r--r--website/about/index.html22
-rw-r--r--website/about/technology.html87
-rw-r--r--website/css/style.css327
-rw-r--r--website/economics/index.html21
-rw-r--r--website/fonts/SIL Open Font License.txt46
-rw-r--r--website/fonts/generator_config.txt5
-rw-r--r--website/fonts/liberationmono-bold-demo.html704
-rw-r--r--website/fonts/liberationmono-bold-webfont.woffbin0 -> 24580 bytes
-rw-r--r--website/fonts/liberationmono-bold-webfont.woff2bin0 -> 18292 bytes
-rw-r--r--website/fonts/liberationmono-bolditalic-demo.html704
-rw-r--r--website/fonts/liberationmono-bolditalic-webfont.woffbin0 -> 26448 bytes
-rw-r--r--website/fonts/liberationmono-bolditalic-webfont.woff2bin0 -> 19788 bytes
-rw-r--r--website/fonts/liberationmono-italic-demo.html704
-rw-r--r--website/fonts/liberationmono-italic-webfont.woffbin0 -> 27368 bytes
-rw-r--r--website/fonts/liberationmono-italic-webfont.woff2bin0 -> 20592 bytes
-rw-r--r--website/fonts/liberationmono-regular-demo.html704
-rw-r--r--website/fonts/liberationmono-regular-webfont.woffbin0 -> 24000 bytes
-rw-r--r--website/fonts/liberationmono-regular-webfont.woff2bin0 -> 17944 bytes
-rw-r--r--website/fonts/specimen_files/grid_12-825-55-15.css370
-rw-r--r--website/fonts/specimen_files/specimen_stylesheet.css502
-rw-r--r--website/fonts/stylesheet.css48
-rw-r--r--website/fonts/webfontkit-20221007-223533.zipbin0 -> 217025 bytes
-rw-r--r--website/img/favicon.pngbin0 -> 2730 bytes
-rw-r--r--website/index.html91
-rw-r--r--website/mathematics/index.html24
-rw-r--r--website/philosophy/index.html24
-rw-r--r--website/physics/index.html24
-rw-r--r--website/projects/index.html17
-rw-r--r--website/robots.txt2
-rw-r--r--website/technology/index.html12
69 files changed, 6670 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..35a2890
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+./build/**
+./build
+./build_templates/**
+./build_templates
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5c5ebe1
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+# My Personal Website
+
+This repository contains the source code
+to my website and to all the articles written
+in groff on it. It is written in plain html
+(mostly) and it is written with a shell script
+I made that would build a website out of simple
+templates and simple data in a hiearchical file
+system.
+
+## Building
+
+## License
+
+See `LICENSE`.
diff --git a/build.sh b/build.sh
new file mode 100755
index 0000000..831304c
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,40 @@
+#!/bin/sh
+
+# Date: 9/30/2022
+# Author: Preston Pan
+# Description: A generic static site generator with plugin support written in exclusively POSIX shell.
+# Automatically deploys website to git and web servers.
+
+
+# edit the following variables if you are to change the project layout
+# Also edit the variables for the lite version of the website.
+echo "Making main website..."
+export TEMPLATE_DIR="./templates"
+export TEMPLATE_BUILD_DIR="./build_template"
+export DEFAULT_TEMPLATE="$TEMPLATE_DIR/base.html"
+export BUILD_DIR="./build"
+export PLUG_DIR="./plugins"
+
+# we want to rebuild the entire thing every time
+rm -rf "$BUILD_DIR"
+mkdir "$BUILD_DIR"
+rm -rf "$TEMPLATE_BUILD_DIR"
+cp -r "$TEMPLATE_DIR" "$TEMPLATE_BUILD_DIR"
+
+# copy directory structure of website without copying the files
+find ./website -type d | xargs -I{} mkdir -p "$BUILD_DIR/{}"
+
+# With all the preparation done, it hands execution over to the process_file script.
+find ./website -type f -exec ./process_file {} \; || exit 1
+
+./finalize_build.sh
+if [ $# -eq 0 ]; then
+ exit 0 # and exits 0 if successful and no commit message was supplied.
+fi
+
+# Change this line if you are a future PSIIan maintaining this.
+rsync -uvrP --delete-after "$BUILD_DIR/website/" root@prestonpan.tech:/var/www/prestonpan
+git add .
+
+git commit -m "$1"
+git push origin master
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
new file mode 100644
index 0000000..2dc0727
--- /dev/null
+++ b/build/website/fonts/liberationmono-bold-webfont.woff
Binary files differ
diff --git a/build/website/fonts/liberationmono-bold-webfont.woff2 b/build/website/fonts/liberationmono-bold-webfont.woff2
new file mode 100644
index 0000000..200eac8
--- /dev/null
+++ b/build/website/fonts/liberationmono-bold-webfont.woff2
Binary files differ
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
new file mode 100644
index 0000000..4d4e7fd
--- /dev/null
+++ b/build/website/fonts/liberationmono-bolditalic-webfont.woff
Binary files differ
diff --git a/build/website/fonts/liberationmono-bolditalic-webfont.woff2 b/build/website/fonts/liberationmono-bolditalic-webfont.woff2
new file mode 100644
index 0000000..515884d
--- /dev/null
+++ b/build/website/fonts/liberationmono-bolditalic-webfont.woff2
Binary files differ
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
new file mode 100644
index 0000000..151c337
--- /dev/null
+++ b/build/website/fonts/liberationmono-italic-webfont.woff
Binary files differ
diff --git a/build/website/fonts/liberationmono-italic-webfont.woff2 b/build/website/fonts/liberationmono-italic-webfont.woff2
new file mode 100644
index 0000000..2ecaf7a
--- /dev/null
+++ b/build/website/fonts/liberationmono-italic-webfont.woff2
Binary files differ
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
new file mode 100644
index 0000000..0fa288d
--- /dev/null
+++ b/build/website/fonts/liberationmono-regular-webfont.woff
Binary files differ
diff --git a/build/website/fonts/liberationmono-regular-webfont.woff2 b/build/website/fonts/liberationmono-regular-webfont.woff2
new file mode 100644
index 0000000..317eaf9
--- /dev/null
+++ b/build/website/fonts/liberationmono-regular-webfont.woff2
Binary files differ
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
new file mode 100644
index 0000000..88a8309
--- /dev/null
+++ b/build/website/fonts/webfontkit-20221007-223533.zip
Binary files differ
diff --git a/build/website/img/favicon.png b/build/website/img/favicon.png
new file mode 100644
index 0000000..09f3df6
--- /dev/null
+++ b/build/website/img/favicon.png
Binary files differ
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>
diff --git a/build_template/base.html b/build_template/base.html
new file mode 100644
index 0000000..4c56887
--- /dev/null
+++ b/build_template/base.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>
+$$VAR 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">
+$$VAR CONTENT
+ </div>
+</body>
+</html>
diff --git a/finalize_build.sh b/finalize_build.sh
new file mode 100755
index 0000000..831acff
--- /dev/null
+++ b/finalize_build.sh
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+ROOT_DIR="./build/website/"
+# replace placeholder tags with stuff
+for i in $(find "$ROOT_DIR" -type f -name '*.html'); do
+ if [ "$(basename "$i")" = 'index.html' ];
+ then
+ sed -i -e 's|<!--BACKDIR-->|\| <a href="\.\./index\.html">Back</a>|g' "$i"
+ elif [ "$i" == "*.html" ]; then
+ sed -i -e 's|<!--BACKDIR-->|\| <a href="\./index\.html">Back</a>|g' "$i"
+ fi
+done;
+
+sed -i -e 's|\| <a href="\.\./index\.html">Back</a>||g' "$ROOT_DIR/index.html"
diff --git a/process_file b/process_file
new file mode 100755
index 0000000..82b6aa2
--- /dev/null
+++ b/process_file
@@ -0,0 +1,101 @@
+#!/bin/sh
+
+# Author: Preston Pan
+# Date: 05/10/2022
+# Description: Script called from `find` in build.sh. $1 is the file that `find` is currently on.
+
+if [ $# -eq 0 ]; then
+ printf "Error: This script must be ran from a find command or build.sh!\n"
+ exit 1
+fi
+
+# This function recursively resolves the $$INCLUDE calls
+template_replacement()
+{
+ r_templates="$(< "$TEMPLATE_BUILD_DIR/$(basename "$1")" grep "\$\$INCLUDE")" # this is the future built version of our template.
+ # We are finding the $$INCLUDE lines.
+ if [ -z "$r_templates" ] # Base case of recursion: there are no more $$INCLUDE calls.
+ then
+ return 0
+ fi
+
+ echo "$r_templates" | while read -r i
+ do
+ # Escapes special characters from line containing $$INCLUDE call
+ keyword_regexp="$(printf '%s' "$i" | -e sed 's/[]\/$*.^|[]/\\&/g' | sed ':a;N;$!ba;s,\n,\\n,g')"
+ r_tname="$TEMPLATE_DIR/$(echo "$i" | cut -d ' ' -f 2).html"
+ # Get contents of file then escapes special characters
+ f_contents="$(cat "$r_tname")"
+ replacement_regexp="$(printf '%s' "$f_contents" | sed -e 's/[\/&]/\\&/g' | sed ':a;N;$!ba;s,\n,\\n,g')"
+ #Finally do the sed replace to replace the $$INCLUDE line with the contents of the included template file
+ sed -i "s/$keyword_regexp/$replacement_regexp/g" "$TEMPLATE_BUILD_DIR/$(basename "$1")" # BUG: This shit does not work
+ # Then we do it all again on the same file.
+ template_replacement "$1"
+ done
+}
+
+fname="$(basename "$1")" # gets the name of file in question
+if [ "${fname##*.}" != "html" ] # If it is not an html file, just copy it over to the build directory, the script does nothing.
+then
+ cp "$1" "$BUILD_DIR/$1"
+ exit 0
+fi
+
+# We want the first specified template to be the template
+template_name="$(< "$1" grep "\$\$TEMPLATE" | head -1)"
+
+
+# Location of the template that is to be built from template_replacement
+
+if [ -n "$template_name" ] # We get the path of the template and if no template is specified it uses the default.
+then
+ template="$TEMPLATE_DIR/$(echo "$template_name" | cut -d ' ' -f 2 | tr -d '\n').html"
+else
+ template="$DEFAULT_TEMPLATE"
+fi
+
+built_template="$TEMPLATE_BUILD_DIR/$(basename "$template")"
+template_replacement "$template" # replace all the $$TEMPLATE calls.
+
+vars="$(< "$1" grep "\$\$START")"
+
+# now we prepare to do the variable substitutions.
+cp "$built_template" "$BUILD_DIR/$1"
+
+echo "$vars" | while read -r var;
+do
+ # Get the name of the variable
+ name="$(echo "$var" | cut -d ' ' -f 2 | tr -d '\n')"
+ keyword_regexp="$(printf '%s' "$var" | sed -e 's/[]\/$*.^|[]/\\&/g' | sed ':a;N;$!ba;s,\n,\\n,g')"
+ # Get the endpoint of the variable
+ var_end="\$\$END $name"
+ end_regexp="$(printf '%s' "$var_end" | sed -e 's/[\/&]/\\&/g' | sed ':a;N;$!ba;s,\n,\\n,g')"
+ # Get the value of the variable
+ value="$(< "$BUILD_DIR/$1" sed -n "/$keyword_regexp/,/$end_regexp/p" "$1")"
+ value_regexp="$(printf '%s' "$value" | sed -e 's/[]\/$*.^|[]/\\&/g' | sed ':a;N;$!ba;s,\n,\\n,g')"
+ # Get the string to replace
+ replacement="\$\$VAR $name"
+ replacement_regexp="$(printf '%s' "$replacement" | sed -e 's/[\/&]/\\&/g' | sed ':a;N;$!ba;s,\n,\\n,g')"
+ # Then do the replacement
+ sed -i "s/$replacement_regexp/$value_regexp/g" "$BUILD_DIR/$1" # BUG: Doesn't work on openBSD
+done
+
+# For some reason I can't trim these inside the loop (i tried) so this works.
+sed -i '/\$\$START/d' "$BUILD_DIR/$1"
+sed -i '/\$\$END/d' "$BUILD_DIR/$1"
+
+debug="$(< "$BUILD_DIR/$1" grep "\$\$SCRIPT")"
+printf "$debug\n"
+
+if [ -n "$debug" ]
+then
+ echo "$debug" | while read -r line;
+ do
+ name="$(echo "$line" | cut -d ' ' -f 2 | tr -d '\n')"
+ output="$(./"$PLUG_DIR/$name" "$1" "$template")"
+ keyword_regexp="$(printf '%s' "$line" | sed -e 's/[]\/$*.^|[]/\\&/g' | sed ':a;N;$!ba;s,\n,\\n,g')"
+ replacement_regexp="$(printf '%s' "$output" | sed -e 's/[\/&]/\\&/g' | sed ':a;N;$!ba;s,\n,\\n,g')"
+
+ sed -i "s/$keyword_regexp/$replacement_regexp/g" "$BUILD_DIR/$1" # BUG: doesn't work with openBSD
+ done
+fi
diff --git a/templates/base.html b/templates/base.html
new file mode 100644
index 0000000..4c56887
--- /dev/null
+++ b/templates/base.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>
+$$VAR 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">
+$$VAR CONTENT
+ </div>
+</body>
+</html>
diff --git a/website/about/contact.html b/website/about/contact.html
new file mode 100644
index 0000000..2751af8
--- /dev/null
+++ b/website/about/contact.html
@@ -0,0 +1,21 @@
+$$START TITLE
+Contact
+$$END TITLE
+
+$$START 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>
+$$END CONTENT
diff --git a/website/about/index.html b/website/about/index.html
new file mode 100644
index 0000000..93c2ce0
--- /dev/null
+++ b/website/about/index.html
@@ -0,0 +1,22 @@
+$$START TITLE
+About
+$$END TITLE
+
+$$START 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>
+
+$$END CONTENT
diff --git a/website/about/technology.html b/website/about/technology.html
new file mode 100644
index 0000000..db49ab2
--- /dev/null
+++ b/website/about/technology.html
@@ -0,0 +1,87 @@
+$$START TITLE
+About
+$$END TITLE
+
+$$START 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>
+
+$$END CONTENT
diff --git a/website/css/style.css b/website/css/style.css
new file mode 100644
index 0000000..8a2fcb8
--- /dev/null
+++ b/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/website/economics/index.html b/website/economics/index.html
new file mode 100644
index 0000000..07a7265
--- /dev/null
+++ b/website/economics/index.html
@@ -0,0 +1,21 @@
+$$START TITLE
+Economics
+$$END TITLE
+
+$$START 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>
+
+$$END CONTENT
diff --git a/website/fonts/SIL Open Font License.txt b/website/fonts/SIL Open Font License.txt
new file mode 100644
index 0000000..f2473f9
--- /dev/null
+++ b/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/website/fonts/generator_config.txt b/website/fonts/generator_config.txt
new file mode 100644
index 0000000..81e64f6
--- /dev/null
+++ b/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/website/fonts/liberationmono-bold-demo.html b/website/fonts/liberationmono-bold-demo.html
new file mode 100644
index 0000000..8f2d40d
--- /dev/null
+++ b/website/fonts/liberationmono-bold-demo.html
@@ -0,0 +1,704 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+ <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
+ <script type="text/javascript">
+ (function($) {
+ $.fn.easyTabs = function(option) {
+ var param = jQuery.extend({ fadeSpeed: 'fast', defaultContent: 1, activeClass: 'active' }, option);
+ $(this).each(function() {
+ var thisId = '#' + this.id;
+ if ( param.defaultContent == '' )
+ {
+ param.defaultContent = 1;
+ }
+ if ( typeof param.defaultContent == 'number' )
+ {
+ var defaultTab = $(thisId + ' .tabs li:eq(' + (param.defaultContent - 1) + ') a').attr('href').substr(1);
+ }
+ else
+ {
+ var defaultTab = param.defaultContent;
+ }
+ $(thisId + ' .tabs li a').each(function() {
+ var tabToHide = $(this).attr('href').substr(1);
+ $('#' + tabToHide).addClass('easytabs-tab-content');
+ });
+ hideAll();
+ changeContent(defaultTab);
+
+ function hideAll() {$(thisId + ' .easytabs-tab-content').hide();}
+
+ function changeContent(tabId)
+ {
+ hideAll();
+ $(thisId + ' .tabs li').removeClass(param.activeClass);
+ $(thisId + ' .tabs li a[href=#' + tabId + ']').closest('li').addClass(param.activeClass);
+ if ( param.fadeSpeed != 'none' )
+ {
+ $(thisId + ' #' + tabId).fadeIn(param.fadeSpeed);
+ }
+ else
+ {
+ $(thisId + ' #' + tabId).show();
+ }
+ }
+
+ $(thisId + ' .tabs li').click(function() {
+ var tabId = $(this).find('a').attr('href').substr(1);
+ changeContent(tabId);
+ return false;
+ });
+ });
+ }
+ })(jQuery);
+ </script>
+ <link rel="stylesheet" href="specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8"/>
+ <link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8"/>
+
+ <style type="text/css">
+ body {
+ font-family: 'liberation_monobold';
+ }
+
+ </style>
+
+ <title>Liberation Mono Bold Specimen</title>
+
+
+ <script type="text/javascript" charset="utf-8">
+ $(document).ready(function() {
+ $('#container').easyTabs({ defaultContent: 1 });
+ });
+ </script>
+</head>
+
+<body>
+<div id="container">
+ <div id="header">
+ Liberation Mono Bold </div>
+ <ul class="tabs">
+ <li><a href="#specimen">Specimen</a></li>
+ <li><a href="#layout">Sample Layout</a></li>
+ <li><a href="#glyphs">Glyphs &amp; Languages</a></li>
+ <li><a href="#installing">Installing Webfonts</a></li>
+
+ </ul>
+
+ <div id="main_content">
+
+
+ <div id="specimen">
+
+ <div class="section">
+ <div class="grid12 firstcol">
+ <div class="huge">AaBb</div>
+ </div>
+ </div>
+
+ <div class="section">
+ <div class="glyph_range">A&#x200B;B&#x200b;C&#x200b;D&#x200b;E&#x200b;F&#x200b;G&#x200b;H&#x200b;I&#x200b;J&#x200b;K&#x200b;L&#x200b;M&#x200b;N&#x200b;O&#x200b;P&#x200b;Q&#x200b;R&#x200b;S&#x200b;T&#x200b;U&#x200b;V&#x200b;W&#x200b;X&#x200b;Y&#x200b;Z&#x200b;a&#x200b;b&#x200b;c&#x200b;d&#x200b;e&#x200b;f&#x200b;g&#x200b;h&#x200b;i&#x200b;j&#x200b;k&#x200b;l&#x200b;m&#x200b;n&#x200b;o&#x200b;p&#x200b;q&#x200b;r&#x200b;s&#x200b;t&#x200b;u&#x200b;v&#x200b;w&#x200b;x&#x200b;y&#x200b;z&#x200b;1&#x200b;2&#x200b;3&#x200b;4&#x200b;5&#x200b;6&#x200b;7&#x200b;8&#x200b;9&#x200b;0&#x200b;&amp;&#x200b;.&#x200b;,&#x200b;?&#x200b;!&#x200b;&#64;&#x200b;(&#x200b;)&#x200b;#&#x200b;$&#x200b;%&#x200b;*&#x200b;+&#x200b;-&#x200b;=&#x200b;:&#x200b;;</div>
+ </div>
+ <div class="section">
+ <div class="grid12 firstcol">
+ <table class="sample_table">
+ <tr>
+ <td>10</td>
+ <td class="size10">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>11</td>
+ <td class="size11">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>12</td>
+ <td class="size12">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>13</td>
+ <td class="size13">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>14</td>
+ <td class="size14">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>16</td>
+ <td class="size16">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>18</td>
+ <td class="size18">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>20</td>
+ <td class="size20">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>24</td>
+ <td class="size24">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>30</td>
+ <td class="size30">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>36</td>
+ <td class="size36">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>48</td>
+ <td class="size48">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>60</td>
+ <td class="size60">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>72</td>
+ <td class="size72">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>90</td>
+ <td class="size90">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ </table>
+
+ </div>
+
+ </div>
+
+
+ <div class="section" id="bodycomparison">
+
+
+ <div id="xheight">
+ <div class="fontbody">&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;body</div>
+ <div class="arialbody">body</div>
+ <div class="verdanabody">body</div>
+ <div class="georgiabody">body</div>
+ </div>
+ <div class="fontbody" style="z-index:1">
+ body<span>Liberation Mono Bold</span>
+ </div>
+ <div class="arialbody" style="z-index:1">
+ body<span>Arial</span>
+ </div>
+ <div class="verdanabody" style="z-index:1">
+ body<span>Verdana</span>
+ </div>
+ <div class="georgiabody" style="z-index:1">
+ body<span>Georgia</span>
+ </div>
+
+
+ </div>
+
+
+ <div class="section psample psample_row1" id="">
+
+ <div class="grid2 firstcol">
+ <p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid3">
+ <p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid3">
+ <p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid4">
+ <p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="white_blend"></div>
+
+ </div>
+ <div class="section psample psample_row2" id="">
+ <div class="grid3 firstcol">
+ <p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid4">
+ <p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid5">
+ <p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+
+ <div class="white_blend"></div>
+
+ </div>
+
+ <div class="section psample psample_row3" id="">
+ <div class="grid5 firstcol">
+ <p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+ </div>
+ <div class="grid7">
+ <p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+ </div>
+
+ <div class="white_blend"></div>
+
+ </div>
+
+ <div class="section psample psample_row4" id="">
+ <div class="grid12 firstcol">
+ <p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+ </div>
+ <div class="white_blend"></div>
+
+ </div>
+
+
+ <div class="section psample psample_row1 fullreverse">
+ <div class="grid2 firstcol">
+ <p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid3">
+ <p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid3">
+ <p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid4">
+ <p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="black_blend"></div>
+
+ </div>
+
+ <div class="section psample psample_row2 fullreverse">
+ <div class="grid3 firstcol">
+ <p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid4">
+ <p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid5">
+ <p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="black_blend"></div>
+
+ </div>
+
+ <div class="section psample fullreverse psample_row3" id="">
+ <div class="grid5 firstcol">
+ <p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+ </div>
+ <div class="grid7">
+ <p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+ </div>
+
+ <div class="black_blend"></div>
+
+ </div>
+
+ <div class="section psample fullreverse psample_row4" id="" style="border-bottom: 20px #000 solid;">
+ <div class="grid12 firstcol">
+ <p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+ </div>
+ <div class="black_blend"></div>
+
+ </div>
+
+
+ </div>
+
+ <div id="layout">
+
+ <div class="section">
+
+ <div class="grid12 firstcol">
+ <h1>Lorem Ipsum Dolor</h1>
+ <h2>Etiam porta sem malesuada magna mollis euismod</h2>
+
+ <p class="byline">By <a href="#link">Aenean Lacinia</a></p>
+ </div>
+ </div>
+ <div class="section">
+ <div class="grid8 firstcol">
+ <p class="large">Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+
+ <h3>Pellentesque ornare sem</h3>
+
+ <p>Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit. </p>
+
+ <p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>
+
+ <p>Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. </p>
+
+ <p>Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla. </p>
+
+ <h3>Cras mattis consectetur</h3>
+
+ <p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. </p>
+
+ <p>Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.</p>
+ </div>
+
+ <div class="grid4 sidebar">
+
+ <div class="box reverse">
+ <p class="last">Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
+ </div>
+
+ <p class="caption">Maecenas sed diam eget risus varius.</p>
+
+ <p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+
+ <p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo. </p>
+
+ <p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+ </div>
+ </div>
+
+ </div>
+
+
+
+
+ <div id="glyphs">
+ <div class="section">
+ <div class="grid12 firstcol">
+
+ <h1>Language Support</h1>
+ <p>The subset of Liberation Mono Bold in this kit supports the following languages:<br/>
+
+ Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Faroese, Finnish, French, Frisian, Galician, German, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Alsatian, Aragonese, Arapaho, Arrernte, Asturian, Aymara, Bislama, Cebuano, Corsican, Fijian, French_creole, Genoese, Gilbertese, Greenlandic, Haitian_creole, Hiligaynon, Hmong, Hopi, Ibanag, Iloko_ilokano, Indonesian, Interglossa_glosa, Interlingua, Irish_gaelic, Jerriais, Lojban, Lombard, Luxembourgeois, Manx, Mohawk, Norfolk_pitcairnese, Occitan, Oromo, Pangasinan, Papiamento, Piedmontese, Potawatomi, Rhaeto-romance, Romansh, Rotokas, Sami_lule, Samoan, Sardinian, Scots_gaelic, Seychelles_creole, Shona, Sicilian, Somali, Southern_ndebele, Swahili, Swati_swazi, Tagalog_filipino_pilipino, Tetum, Tok_pisin, Uyghur_latinized, Volapuk, Walloon, Warlpiri, Xhosa, Yapese, Zulu, Latinbasic, Ubasic, Demo </p>
+ <h1>Glyph Chart</h1>
+ <p>The subset of Liberation Mono Bold in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.</p>
+ <div id="glyph_chart">
+
+ <div><p>&amp;#13;</p>&#13;</div>
+ <div><p>&amp;#32;</p>&#32;</div>
+ <div><p>&amp;#33;</p>&#33;</div>
+ <div><p>&amp;#34;</p>&#34;</div>
+ <div><p>&amp;#35;</p>&#35;</div>
+ <div><p>&amp;#36;</p>&#36;</div>
+ <div><p>&amp;#37;</p>&#37;</div>
+ <div><p>&amp;#38;</p>&#38;</div>
+ <div><p>&amp;#39;</p>&#39;</div>
+ <div><p>&amp;#40;</p>&#40;</div>
+ <div><p>&amp;#41;</p>&#41;</div>
+ <div><p>&amp;#42;</p>&#42;</div>
+ <div><p>&amp;#43;</p>&#43;</div>
+ <div><p>&amp;#44;</p>&#44;</div>
+ <div><p>&amp;#45;</p>&#45;</div>
+ <div><p>&amp;#46;</p>&#46;</div>
+ <div><p>&amp;#47;</p>&#47;</div>
+ <div><p>&amp;#48;</p>&#48;</div>
+ <div><p>&amp;#49;</p>&#49;</div>
+ <div><p>&amp;#50;</p>&#50;</div>
+ <div><p>&amp;#51;</p>&#51;</div>
+ <div><p>&amp;#52;</p>&#52;</div>
+ <div><p>&amp;#53;</p>&#53;</div>
+ <div><p>&amp;#54;</p>&#54;</div>
+ <div><p>&amp;#55;</p>&#55;</div>
+ <div><p>&amp;#56;</p>&#56;</div>
+ <div><p>&amp;#57;</p>&#57;</div>
+ <div><p>&amp;#58;</p>&#58;</div>
+ <div><p>&amp;#59;</p>&#59;</div>
+ <div><p>&amp;#60;</p>&#60;</div>
+ <div><p>&amp;#61;</p>&#61;</div>
+ <div><p>&amp;#62;</p>&#62;</div>
+ <div><p>&amp;#63;</p>&#63;</div>
+ <div><p>&amp;#64;</p>&#64;</div>
+ <div><p>&amp;#65;</p>&#65;</div>
+ <div><p>&amp;#66;</p>&#66;</div>
+ <div><p>&amp;#67;</p>&#67;</div>
+ <div><p>&amp;#68;</p>&#68;</div>
+ <div><p>&amp;#69;</p>&#69;</div>
+ <div><p>&amp;#70;</p>&#70;</div>
+ <div><p>&amp;#71;</p>&#71;</div>
+ <div><p>&amp;#72;</p>&#72;</div>
+ <div><p>&amp;#73;</p>&#73;</div>
+ <div><p>&amp;#74;</p>&#74;</div>
+ <div><p>&amp;#75;</p>&#75;</div>
+ <div><p>&amp;#76;</p>&#76;</div>
+ <div><p>&amp;#77;</p>&#77;</div>
+ <div><p>&amp;#78;</p>&#78;</div>
+ <div><p>&amp;#79;</p>&#79;</div>
+ <div><p>&amp;#80;</p>&#80;</div>
+ <div><p>&amp;#81;</p>&#81;</div>
+ <div><p>&amp;#82;</p>&#82;</div>
+ <div><p>&amp;#83;</p>&#83;</div>
+ <div><p>&amp;#84;</p>&#84;</div>
+ <div><p>&amp;#85;</p>&#85;</div>
+ <div><p>&amp;#86;</p>&#86;</div>
+ <div><p>&amp;#87;</p>&#87;</div>
+ <div><p>&amp;#88;</p>&#88;</div>
+ <div><p>&amp;#89;</p>&#89;</div>
+ <div><p>&amp;#90;</p>&#90;</div>
+ <div><p>&amp;#91;</p>&#91;</div>
+ <div><p>&amp;#92;</p>&#92;</div>
+ <div><p>&amp;#93;</p>&#93;</div>
+ <div><p>&amp;#94;</p>&#94;</div>
+ <div><p>&amp;#95;</p>&#95;</div>
+ <div><p>&amp;#96;</p>&#96;</div>
+ <div><p>&amp;#97;</p>&#97;</div>
+ <div><p>&amp;#98;</p>&#98;</div>
+ <div><p>&amp;#99;</p>&#99;</div>
+ <div><p>&amp;#100;</p>&#100;</div>
+ <div><p>&amp;#101;</p>&#101;</div>
+ <div><p>&amp;#102;</p>&#102;</div>
+ <div><p>&amp;#103;</p>&#103;</div>
+ <div><p>&amp;#104;</p>&#104;</div>
+ <div><p>&amp;#105;</p>&#105;</div>
+ <div><p>&amp;#106;</p>&#106;</div>
+ <div><p>&amp;#107;</p>&#107;</div>
+ <div><p>&amp;#108;</p>&#108;</div>
+ <div><p>&amp;#109;</p>&#109;</div>
+ <div><p>&amp;#110;</p>&#110;</div>
+ <div><p>&amp;#111;</p>&#111;</div>
+ <div><p>&amp;#112;</p>&#112;</div>
+ <div><p>&amp;#113;</p>&#113;</div>
+ <div><p>&amp;#114;</p>&#114;</div>
+ <div><p>&amp;#115;</p>&#115;</div>
+ <div><p>&amp;#116;</p>&#116;</div>
+ <div><p>&amp;#117;</p>&#117;</div>
+ <div><p>&amp;#118;</p>&#118;</div>
+ <div><p>&amp;#119;</p>&#119;</div>
+ <div><p>&amp;#120;</p>&#120;</div>
+ <div><p>&amp;#121;</p>&#121;</div>
+ <div><p>&amp;#122;</p>&#122;</div>
+ <div><p>&amp;#123;</p>&#123;</div>
+ <div><p>&amp;#124;</p>&#124;</div>
+ <div><p>&amp;#125;</p>&#125;</div>
+ <div><p>&amp;#126;</p>&#126;</div>
+ <div><p>&amp;#160;</p>&#160;</div>
+ <div><p>&amp;#161;</p>&#161;</div>
+ <div><p>&amp;#162;</p>&#162;</div>
+ <div><p>&amp;#163;</p>&#163;</div>
+ <div><p>&amp;#164;</p>&#164;</div>
+ <div><p>&amp;#165;</p>&#165;</div>
+ <div><p>&amp;#166;</p>&#166;</div>
+ <div><p>&amp;#167;</p>&#167;</div>
+ <div><p>&amp;#168;</p>&#168;</div>
+ <div><p>&amp;#169;</p>&#169;</div>
+ <div><p>&amp;#170;</p>&#170;</div>
+ <div><p>&amp;#171;</p>&#171;</div>
+ <div><p>&amp;#172;</p>&#172;</div>
+ <div><p>&amp;#173;</p>&#173;</div>
+ <div><p>&amp;#174;</p>&#174;</div>
+ <div><p>&amp;#175;</p>&#175;</div>
+ <div><p>&amp;#176;</p>&#176;</div>
+ <div><p>&amp;#177;</p>&#177;</div>
+ <div><p>&amp;#178;</p>&#178;</div>
+ <div><p>&amp;#179;</p>&#179;</div>
+ <div><p>&amp;#180;</p>&#180;</div>
+ <div><p>&amp;#181;</p>&#181;</div>
+ <div><p>&amp;#182;</p>&#182;</div>
+ <div><p>&amp;#183;</p>&#183;</div>
+ <div><p>&amp;#184;</p>&#184;</div>
+ <div><p>&amp;#185;</p>&#185;</div>
+ <div><p>&amp;#186;</p>&#186;</div>
+ <div><p>&amp;#187;</p>&#187;</div>
+ <div><p>&amp;#188;</p>&#188;</div>
+ <div><p>&amp;#189;</p>&#189;</div>
+ <div><p>&amp;#190;</p>&#190;</div>
+ <div><p>&amp;#191;</p>&#191;</div>
+ <div><p>&amp;#192;</p>&#192;</div>
+ <div><p>&amp;#193;</p>&#193;</div>
+ <div><p>&amp;#194;</p>&#194;</div>
+ <div><p>&amp;#195;</p>&#195;</div>
+ <div><p>&amp;#196;</p>&#196;</div>
+ <div><p>&amp;#197;</p>&#197;</div>
+ <div><p>&amp;#198;</p>&#198;</div>
+ <div><p>&amp;#199;</p>&#199;</div>
+ <div><p>&amp;#200;</p>&#200;</div>
+ <div><p>&amp;#201;</p>&#201;</div>
+ <div><p>&amp;#202;</p>&#202;</div>
+ <div><p>&amp;#203;</p>&#203;</div>
+ <div><p>&amp;#204;</p>&#204;</div>
+ <div><p>&amp;#205;</p>&#205;</div>
+ <div><p>&amp;#206;</p>&#206;</div>
+ <div><p>&amp;#207;</p>&#207;</div>
+ <div><p>&amp;#208;</p>&#208;</div>
+ <div><p>&amp;#209;</p>&#209;</div>
+ <div><p>&amp;#210;</p>&#210;</div>
+ <div><p>&amp;#211;</p>&#211;</div>
+ <div><p>&amp;#212;</p>&#212;</div>
+ <div><p>&amp;#213;</p>&#213;</div>
+ <div><p>&amp;#214;</p>&#214;</div>
+ <div><p>&amp;#215;</p>&#215;</div>
+ <div><p>&amp;#216;</p>&#216;</div>
+ <div><p>&amp;#217;</p>&#217;</div>
+ <div><p>&amp;#218;</p>&#218;</div>
+ <div><p>&amp;#219;</p>&#219;</div>
+ <div><p>&amp;#220;</p>&#220;</div>
+ <div><p>&amp;#221;</p>&#221;</div>
+ <div><p>&amp;#222;</p>&#222;</div>
+ <div><p>&amp;#223;</p>&#223;</div>
+ <div><p>&amp;#224;</p>&#224;</div>
+ <div><p>&amp;#225;</p>&#225;</div>
+ <div><p>&amp;#226;</p>&#226;</div>
+ <div><p>&amp;#227;</p>&#227;</div>
+ <div><p>&amp;#228;</p>&#228;</div>
+ <div><p>&amp;#229;</p>&#229;</div>
+ <div><p>&amp;#230;</p>&#230;</div>
+ <div><p>&amp;#231;</p>&#231;</div>
+ <div><p>&amp;#232;</p>&#232;</div>
+ <div><p>&amp;#233;</p>&#233;</div>
+ <div><p>&amp;#234;</p>&#234;</div>
+ <div><p>&amp;#235;</p>&#235;</div>
+ <div><p>&amp;#236;</p>&#236;</div>
+ <div><p>&amp;#237;</p>&#237;</div>
+ <div><p>&amp;#238;</p>&#238;</div>
+ <div><p>&amp;#239;</p>&#239;</div>
+ <div><p>&amp;#240;</p>&#240;</div>
+ <div><p>&amp;#241;</p>&#241;</div>
+ <div><p>&amp;#242;</p>&#242;</div>
+ <div><p>&amp;#243;</p>&#243;</div>
+ <div><p>&amp;#244;</p>&#244;</div>
+ <div><p>&amp;#245;</p>&#245;</div>
+ <div><p>&amp;#246;</p>&#246;</div>
+ <div><p>&amp;#247;</p>&#247;</div>
+ <div><p>&amp;#248;</p>&#248;</div>
+ <div><p>&amp;#249;</p>&#249;</div>
+ <div><p>&amp;#250;</p>&#250;</div>
+ <div><p>&amp;#251;</p>&#251;</div>
+ <div><p>&amp;#252;</p>&#252;</div>
+ <div><p>&amp;#253;</p>&#253;</div>
+ <div><p>&amp;#254;</p>&#254;</div>
+ <div><p>&amp;#255;</p>&#255;</div>
+ <div><p>&amp;#338;</p>&#338;</div>
+ <div><p>&amp;#339;</p>&#339;</div>
+ <div><p>&amp;#376;</p>&#376;</div>
+ <div><p>&amp;#710;</p>&#710;</div>
+ <div><p>&amp;#732;</p>&#732;</div>
+ <div><p>&amp;#8192;</p>&#8192;</div>
+ <div><p>&amp;#8193;</p>&#8193;</div>
+ <div><p>&amp;#8194;</p>&#8194;</div>
+ <div><p>&amp;#8195;</p>&#8195;</div>
+ <div><p>&amp;#8196;</p>&#8196;</div>
+ <div><p>&amp;#8197;</p>&#8197;</div>
+ <div><p>&amp;#8198;</p>&#8198;</div>
+ <div><p>&amp;#8199;</p>&#8199;</div>
+ <div><p>&amp;#8200;</p>&#8200;</div>
+ <div><p>&amp;#8201;</p>&#8201;</div>
+ <div><p>&amp;#8202;</p>&#8202;</div>
+ <div><p>&amp;#8208;</p>&#8208;</div>
+ <div><p>&amp;#8209;</p>&#8209;</div>
+ <div><p>&amp;#8210;</p>&#8210;</div>
+ <div><p>&amp;#8211;</p>&#8211;</div>
+ <div><p>&amp;#8212;</p>&#8212;</div>
+ <div><p>&amp;#8216;</p>&#8216;</div>
+ <div><p>&amp;#8217;</p>&#8217;</div>
+ <div><p>&amp;#8218;</p>&#8218;</div>
+ <div><p>&amp;#8220;</p>&#8220;</div>
+ <div><p>&amp;#8221;</p>&#8221;</div>
+ <div><p>&amp;#8222;</p>&#8222;</div>
+ <div><p>&amp;#8226;</p>&#8226;</div>
+ <div><p>&amp;#8230;</p>&#8230;</div>
+ <div><p>&amp;#8239;</p>&#8239;</div>
+ <div><p>&amp;#8249;</p>&#8249;</div>
+ <div><p>&amp;#8250;</p>&#8250;</div>
+ <div><p>&amp;#8287;</p>&#8287;</div>
+ <div><p>&amp;#8364;</p>&#8364;</div>
+ <div><p>&amp;#8482;</p>&#8482;</div>
+ <div><p>&amp;#9724;</p>&#9724;</div>
+ <div><p>&amp;#64257;</p>&#64257;</div>
+ <div><p>&amp;#64258;</p>&#64258;</div>
+ </div>
+ </div>
+
+
+ </div>
+ </div>
+
+
+ <div id="specs">
+
+ </div>
+
+ <div id="installing">
+ <div class="section">
+ <div class="grid7 firstcol">
+ <h1>Installing Webfonts</h1>
+
+ <p>Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.</p>
+
+ <h2>1. Upload your webfonts</h2>
+ <p>You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.</p>
+
+ <h2>2. Include the webfont stylesheet</h2>
+ <p>A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the <a href="https://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Fontspring blog post</a> about it. The code for it is as follows:</p>
+
+
+ <code>
+ @font-face{
+ font-family: 'MyWebFont';
+ src: url('WebFont.eot');
+ src: url('WebFont.eot?#iefix') format('embedded-opentype'),
+ url('WebFont.woff') format('woff'),
+ url('WebFont.ttf') format('truetype'),
+ url('WebFont.svg#webfont') format('svg');
+ }
+ </code>
+
+ <p>We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:</p>
+ <code>&lt;link rel=&quot;stylesheet&quot; href=&quot;stylesheet.css&quot; type=&quot;text/css&quot; charset=&quot;utf-8&quot; /&gt;</code>
+
+ <h2>3. Modify your own stylesheet</h2>
+ <p>To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:</p>
+ <code>p { font-family: 'WebFont', Arial, sans-serif; }</code>
+
+ <h2>4. Test</h2>
+ <p>Getting webfonts to work cross-browser <em>can</em> be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.</p>
+ </div>
+
+ <div class="grid5 sidebar">
+ <div class="box">
+ <h2>Troubleshooting<br/>Font-Face Problems</h2>
+ <p>Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.</p>
+
+ <h3>Fonts not showing in any browser</h3>
+
+ <p>This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.</p>
+
+ <h3>Fonts not loading in iPhone or iPad</h3>
+
+ <p>The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.</p>
+
+ <h3>Fonts not loading in Firefox</h3>
+
+ <p>The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)</p>
+
+ <h3>Fonts not loading in IE</h3>
+
+ <p>Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.</p>
+
+ <h3>Fonts not loading in IE9</h3>
+
+ <p>IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.</p>
+ </div>
+ </div>
+ </div>
+
+ </div>
+
+ </div>
+ <div id="footer">
+ <p>&copy;2010-2017 Font Squirrel. All rights reserved.</p>
+ </div>
+</div>
+</body>
+</html> \ No newline at end of file
diff --git a/website/fonts/liberationmono-bold-webfont.woff b/website/fonts/liberationmono-bold-webfont.woff
new file mode 100644
index 0000000..2dc0727
--- /dev/null
+++ b/website/fonts/liberationmono-bold-webfont.woff
Binary files differ
diff --git a/website/fonts/liberationmono-bold-webfont.woff2 b/website/fonts/liberationmono-bold-webfont.woff2
new file mode 100644
index 0000000..200eac8
--- /dev/null
+++ b/website/fonts/liberationmono-bold-webfont.woff2
Binary files differ
diff --git a/website/fonts/liberationmono-bolditalic-demo.html b/website/fonts/liberationmono-bolditalic-demo.html
new file mode 100644
index 0000000..a8c9721
--- /dev/null
+++ b/website/fonts/liberationmono-bolditalic-demo.html
@@ -0,0 +1,704 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+ <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
+ <script type="text/javascript">
+ (function($) {
+ $.fn.easyTabs = function(option) {
+ var param = jQuery.extend({ fadeSpeed: 'fast', defaultContent: 1, activeClass: 'active' }, option);
+ $(this).each(function() {
+ var thisId = '#' + this.id;
+ if ( param.defaultContent == '' )
+ {
+ param.defaultContent = 1;
+ }
+ if ( typeof param.defaultContent == 'number' )
+ {
+ var defaultTab = $(thisId + ' .tabs li:eq(' + (param.defaultContent - 1) + ') a').attr('href').substr(1);
+ }
+ else
+ {
+ var defaultTab = param.defaultContent;
+ }
+ $(thisId + ' .tabs li a').each(function() {
+ var tabToHide = $(this).attr('href').substr(1);
+ $('#' + tabToHide).addClass('easytabs-tab-content');
+ });
+ hideAll();
+ changeContent(defaultTab);
+
+ function hideAll() {$(thisId + ' .easytabs-tab-content').hide();}
+
+ function changeContent(tabId)
+ {
+ hideAll();
+ $(thisId + ' .tabs li').removeClass(param.activeClass);
+ $(thisId + ' .tabs li a[href=#' + tabId + ']').closest('li').addClass(param.activeClass);
+ if ( param.fadeSpeed != 'none' )
+ {
+ $(thisId + ' #' + tabId).fadeIn(param.fadeSpeed);
+ }
+ else
+ {
+ $(thisId + ' #' + tabId).show();
+ }
+ }
+
+ $(thisId + ' .tabs li').click(function() {
+ var tabId = $(this).find('a').attr('href').substr(1);
+ changeContent(tabId);
+ return false;
+ });
+ });
+ }
+ })(jQuery);
+ </script>
+ <link rel="stylesheet" href="specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8"/>
+ <link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8"/>
+
+ <style type="text/css">
+ body {
+ font-family: 'liberation_monobold_italic';
+ }
+
+ </style>
+
+ <title>Liberation Mono Bold Italic Specimen</title>
+
+
+ <script type="text/javascript" charset="utf-8">
+ $(document).ready(function() {
+ $('#container').easyTabs({ defaultContent: 1 });
+ });
+ </script>
+</head>
+
+<body>
+<div id="container">
+ <div id="header">
+ Liberation Mono Bold Italic </div>
+ <ul class="tabs">
+ <li><a href="#specimen">Specimen</a></li>
+ <li><a href="#layout">Sample Layout</a></li>
+ <li><a href="#glyphs">Glyphs &amp; Languages</a></li>
+ <li><a href="#installing">Installing Webfonts</a></li>
+
+ </ul>
+
+ <div id="main_content">
+
+
+ <div id="specimen">
+
+ <div class="section">
+ <div class="grid12 firstcol">
+ <div class="huge">AaBb</div>
+ </div>
+ </div>
+
+ <div class="section">
+ <div class="glyph_range">A&#x200B;B&#x200b;C&#x200b;D&#x200b;E&#x200b;F&#x200b;G&#x200b;H&#x200b;I&#x200b;J&#x200b;K&#x200b;L&#x200b;M&#x200b;N&#x200b;O&#x200b;P&#x200b;Q&#x200b;R&#x200b;S&#x200b;T&#x200b;U&#x200b;V&#x200b;W&#x200b;X&#x200b;Y&#x200b;Z&#x200b;a&#x200b;b&#x200b;c&#x200b;d&#x200b;e&#x200b;f&#x200b;g&#x200b;h&#x200b;i&#x200b;j&#x200b;k&#x200b;l&#x200b;m&#x200b;n&#x200b;o&#x200b;p&#x200b;q&#x200b;r&#x200b;s&#x200b;t&#x200b;u&#x200b;v&#x200b;w&#x200b;x&#x200b;y&#x200b;z&#x200b;1&#x200b;2&#x200b;3&#x200b;4&#x200b;5&#x200b;6&#x200b;7&#x200b;8&#x200b;9&#x200b;0&#x200b;&amp;&#x200b;.&#x200b;,&#x200b;?&#x200b;!&#x200b;&#64;&#x200b;(&#x200b;)&#x200b;#&#x200b;$&#x200b;%&#x200b;*&#x200b;+&#x200b;-&#x200b;=&#x200b;:&#x200b;;</div>
+ </div>
+ <div class="section">
+ <div class="grid12 firstcol">
+ <table class="sample_table">
+ <tr>
+ <td>10</td>
+ <td class="size10">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>11</td>
+ <td class="size11">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>12</td>
+ <td class="size12">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>13</td>
+ <td class="size13">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>14</td>
+ <td class="size14">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>16</td>
+ <td class="size16">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>18</td>
+ <td class="size18">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>20</td>
+ <td class="size20">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>24</td>
+ <td class="size24">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>30</td>
+ <td class="size30">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>36</td>
+ <td class="size36">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>48</td>
+ <td class="size48">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>60</td>
+ <td class="size60">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>72</td>
+ <td class="size72">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>90</td>
+ <td class="size90">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ </table>
+
+ </div>
+
+ </div>
+
+
+ <div class="section" id="bodycomparison">
+
+
+ <div id="xheight">
+ <div class="fontbody">&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;body</div>
+ <div class="arialbody">body</div>
+ <div class="verdanabody">body</div>
+ <div class="georgiabody">body</div>
+ </div>
+ <div class="fontbody" style="z-index:1">
+ body<span>Liberation Mono Bold Italic</span>
+ </div>
+ <div class="arialbody" style="z-index:1">
+ body<span>Arial</span>
+ </div>
+ <div class="verdanabody" style="z-index:1">
+ body<span>Verdana</span>
+ </div>
+ <div class="georgiabody" style="z-index:1">
+ body<span>Georgia</span>
+ </div>
+
+
+ </div>
+
+
+ <div class="section psample psample_row1" id="">
+
+ <div class="grid2 firstcol">
+ <p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid3">
+ <p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid3">
+ <p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid4">
+ <p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="white_blend"></div>
+
+ </div>
+ <div class="section psample psample_row2" id="">
+ <div class="grid3 firstcol">
+ <p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid4">
+ <p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid5">
+ <p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+
+ <div class="white_blend"></div>
+
+ </div>
+
+ <div class="section psample psample_row3" id="">
+ <div class="grid5 firstcol">
+ <p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+ </div>
+ <div class="grid7">
+ <p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+ </div>
+
+ <div class="white_blend"></div>
+
+ </div>
+
+ <div class="section psample psample_row4" id="">
+ <div class="grid12 firstcol">
+ <p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+ </div>
+ <div class="white_blend"></div>
+
+ </div>
+
+
+ <div class="section psample psample_row1 fullreverse">
+ <div class="grid2 firstcol">
+ <p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid3">
+ <p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid3">
+ <p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid4">
+ <p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="black_blend"></div>
+
+ </div>
+
+ <div class="section psample psample_row2 fullreverse">
+ <div class="grid3 firstcol">
+ <p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid4">
+ <p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid5">
+ <p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="black_blend"></div>
+
+ </div>
+
+ <div class="section psample fullreverse psample_row3" id="">
+ <div class="grid5 firstcol">
+ <p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+ </div>
+ <div class="grid7">
+ <p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+ </div>
+
+ <div class="black_blend"></div>
+
+ </div>
+
+ <div class="section psample fullreverse psample_row4" id="" style="border-bottom: 20px #000 solid;">
+ <div class="grid12 firstcol">
+ <p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+ </div>
+ <div class="black_blend"></div>
+
+ </div>
+
+
+ </div>
+
+ <div id="layout">
+
+ <div class="section">
+
+ <div class="grid12 firstcol">
+ <h1>Lorem Ipsum Dolor</h1>
+ <h2>Etiam porta sem malesuada magna mollis euismod</h2>
+
+ <p class="byline">By <a href="#link">Aenean Lacinia</a></p>
+ </div>
+ </div>
+ <div class="section">
+ <div class="grid8 firstcol">
+ <p class="large">Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+
+ <h3>Pellentesque ornare sem</h3>
+
+ <p>Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit. </p>
+
+ <p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>
+
+ <p>Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. </p>
+
+ <p>Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla. </p>
+
+ <h3>Cras mattis consectetur</h3>
+
+ <p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. </p>
+
+ <p>Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.</p>
+ </div>
+
+ <div class="grid4 sidebar">
+
+ <div class="box reverse">
+ <p class="last">Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
+ </div>
+
+ <p class="caption">Maecenas sed diam eget risus varius.</p>
+
+ <p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+
+ <p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo. </p>
+
+ <p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+ </div>
+ </div>
+
+ </div>
+
+
+
+
+ <div id="glyphs">
+ <div class="section">
+ <div class="grid12 firstcol">
+
+ <h1>Language Support</h1>
+ <p>The subset of Liberation Mono Bold Italic in this kit supports the following languages:<br/>
+
+ Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Faroese, Finnish, French, Frisian, Galician, German, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Alsatian, Aragonese, Arapaho, Arrernte, Asturian, Aymara, Bislama, Cebuano, Corsican, Fijian, French_creole, Genoese, Gilbertese, Greenlandic, Haitian_creole, Hiligaynon, Hmong, Hopi, Ibanag, Iloko_ilokano, Indonesian, Interglossa_glosa, Interlingua, Irish_gaelic, Jerriais, Lojban, Lombard, Luxembourgeois, Manx, Mohawk, Norfolk_pitcairnese, Occitan, Oromo, Pangasinan, Papiamento, Piedmontese, Potawatomi, Rhaeto-romance, Romansh, Rotokas, Sami_lule, Samoan, Sardinian, Scots_gaelic, Seychelles_creole, Shona, Sicilian, Somali, Southern_ndebele, Swahili, Swati_swazi, Tagalog_filipino_pilipino, Tetum, Tok_pisin, Uyghur_latinized, Volapuk, Walloon, Warlpiri, Xhosa, Yapese, Zulu, Latinbasic, Ubasic, Demo </p>
+ <h1>Glyph Chart</h1>
+ <p>The subset of Liberation Mono Bold Italic in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.</p>
+ <div id="glyph_chart">
+
+ <div><p>&amp;#13;</p>&#13;</div>
+ <div><p>&amp;#32;</p>&#32;</div>
+ <div><p>&amp;#33;</p>&#33;</div>
+ <div><p>&amp;#34;</p>&#34;</div>
+ <div><p>&amp;#35;</p>&#35;</div>
+ <div><p>&amp;#36;</p>&#36;</div>
+ <div><p>&amp;#37;</p>&#37;</div>
+ <div><p>&amp;#38;</p>&#38;</div>
+ <div><p>&amp;#39;</p>&#39;</div>
+ <div><p>&amp;#40;</p>&#40;</div>
+ <div><p>&amp;#41;</p>&#41;</div>
+ <div><p>&amp;#42;</p>&#42;</div>
+ <div><p>&amp;#43;</p>&#43;</div>
+ <div><p>&amp;#44;</p>&#44;</div>
+ <div><p>&amp;#45;</p>&#45;</div>
+ <div><p>&amp;#46;</p>&#46;</div>
+ <div><p>&amp;#47;</p>&#47;</div>
+ <div><p>&amp;#48;</p>&#48;</div>
+ <div><p>&amp;#49;</p>&#49;</div>
+ <div><p>&amp;#50;</p>&#50;</div>
+ <div><p>&amp;#51;</p>&#51;</div>
+ <div><p>&amp;#52;</p>&#52;</div>
+ <div><p>&amp;#53;</p>&#53;</div>
+ <div><p>&amp;#54;</p>&#54;</div>
+ <div><p>&amp;#55;</p>&#55;</div>
+ <div><p>&amp;#56;</p>&#56;</div>
+ <div><p>&amp;#57;</p>&#57;</div>
+ <div><p>&amp;#58;</p>&#58;</div>
+ <div><p>&amp;#59;</p>&#59;</div>
+ <div><p>&amp;#60;</p>&#60;</div>
+ <div><p>&amp;#61;</p>&#61;</div>
+ <div><p>&amp;#62;</p>&#62;</div>
+ <div><p>&amp;#63;</p>&#63;</div>
+ <div><p>&amp;#64;</p>&#64;</div>
+ <div><p>&amp;#65;</p>&#65;</div>
+ <div><p>&amp;#66;</p>&#66;</div>
+ <div><p>&amp;#67;</p>&#67;</div>
+ <div><p>&amp;#68;</p>&#68;</div>
+ <div><p>&amp;#69;</p>&#69;</div>
+ <div><p>&amp;#70;</p>&#70;</div>
+ <div><p>&amp;#71;</p>&#71;</div>
+ <div><p>&amp;#72;</p>&#72;</div>
+ <div><p>&amp;#73;</p>&#73;</div>
+ <div><p>&amp;#74;</p>&#74;</div>
+ <div><p>&amp;#75;</p>&#75;</div>
+ <div><p>&amp;#76;</p>&#76;</div>
+ <div><p>&amp;#77;</p>&#77;</div>
+ <div><p>&amp;#78;</p>&#78;</div>
+ <div><p>&amp;#79;</p>&#79;</div>
+ <div><p>&amp;#80;</p>&#80;</div>
+ <div><p>&amp;#81;</p>&#81;</div>
+ <div><p>&amp;#82;</p>&#82;</div>
+ <div><p>&amp;#83;</p>&#83;</div>
+ <div><p>&amp;#84;</p>&#84;</div>
+ <div><p>&amp;#85;</p>&#85;</div>
+ <div><p>&amp;#86;</p>&#86;</div>
+ <div><p>&amp;#87;</p>&#87;</div>
+ <div><p>&amp;#88;</p>&#88;</div>
+ <div><p>&amp;#89;</p>&#89;</div>
+ <div><p>&amp;#90;</p>&#90;</div>
+ <div><p>&amp;#91;</p>&#91;</div>
+ <div><p>&amp;#92;</p>&#92;</div>
+ <div><p>&amp;#93;</p>&#93;</div>
+ <div><p>&amp;#94;</p>&#94;</div>
+ <div><p>&amp;#95;</p>&#95;</div>
+ <div><p>&amp;#96;</p>&#96;</div>
+ <div><p>&amp;#97;</p>&#97;</div>
+ <div><p>&amp;#98;</p>&#98;</div>
+ <div><p>&amp;#99;</p>&#99;</div>
+ <div><p>&amp;#100;</p>&#100;</div>
+ <div><p>&amp;#101;</p>&#101;</div>
+ <div><p>&amp;#102;</p>&#102;</div>
+ <div><p>&amp;#103;</p>&#103;</div>
+ <div><p>&amp;#104;</p>&#104;</div>
+ <div><p>&amp;#105;</p>&#105;</div>
+ <div><p>&amp;#106;</p>&#106;</div>
+ <div><p>&amp;#107;</p>&#107;</div>
+ <div><p>&amp;#108;</p>&#108;</div>
+ <div><p>&amp;#109;</p>&#109;</div>
+ <div><p>&amp;#110;</p>&#110;</div>
+ <div><p>&amp;#111;</p>&#111;</div>
+ <div><p>&amp;#112;</p>&#112;</div>
+ <div><p>&amp;#113;</p>&#113;</div>
+ <div><p>&amp;#114;</p>&#114;</div>
+ <div><p>&amp;#115;</p>&#115;</div>
+ <div><p>&amp;#116;</p>&#116;</div>
+ <div><p>&amp;#117;</p>&#117;</div>
+ <div><p>&amp;#118;</p>&#118;</div>
+ <div><p>&amp;#119;</p>&#119;</div>
+ <div><p>&amp;#120;</p>&#120;</div>
+ <div><p>&amp;#121;</p>&#121;</div>
+ <div><p>&amp;#122;</p>&#122;</div>
+ <div><p>&amp;#123;</p>&#123;</div>
+ <div><p>&amp;#124;</p>&#124;</div>
+ <div><p>&amp;#125;</p>&#125;</div>
+ <div><p>&amp;#126;</p>&#126;</div>
+ <div><p>&amp;#160;</p>&#160;</div>
+ <div><p>&amp;#161;</p>&#161;</div>
+ <div><p>&amp;#162;</p>&#162;</div>
+ <div><p>&amp;#163;</p>&#163;</div>
+ <div><p>&amp;#164;</p>&#164;</div>
+ <div><p>&amp;#165;</p>&#165;</div>
+ <div><p>&amp;#166;</p>&#166;</div>
+ <div><p>&amp;#167;</p>&#167;</div>
+ <div><p>&amp;#168;</p>&#168;</div>
+ <div><p>&amp;#169;</p>&#169;</div>
+ <div><p>&amp;#170;</p>&#170;</div>
+ <div><p>&amp;#171;</p>&#171;</div>
+ <div><p>&amp;#172;</p>&#172;</div>
+ <div><p>&amp;#173;</p>&#173;</div>
+ <div><p>&amp;#174;</p>&#174;</div>
+ <div><p>&amp;#175;</p>&#175;</div>
+ <div><p>&amp;#176;</p>&#176;</div>
+ <div><p>&amp;#177;</p>&#177;</div>
+ <div><p>&amp;#178;</p>&#178;</div>
+ <div><p>&amp;#179;</p>&#179;</div>
+ <div><p>&amp;#180;</p>&#180;</div>
+ <div><p>&amp;#181;</p>&#181;</div>
+ <div><p>&amp;#182;</p>&#182;</div>
+ <div><p>&amp;#183;</p>&#183;</div>
+ <div><p>&amp;#184;</p>&#184;</div>
+ <div><p>&amp;#185;</p>&#185;</div>
+ <div><p>&amp;#186;</p>&#186;</div>
+ <div><p>&amp;#187;</p>&#187;</div>
+ <div><p>&amp;#188;</p>&#188;</div>
+ <div><p>&amp;#189;</p>&#189;</div>
+ <div><p>&amp;#190;</p>&#190;</div>
+ <div><p>&amp;#191;</p>&#191;</div>
+ <div><p>&amp;#192;</p>&#192;</div>
+ <div><p>&amp;#193;</p>&#193;</div>
+ <div><p>&amp;#194;</p>&#194;</div>
+ <div><p>&amp;#195;</p>&#195;</div>
+ <div><p>&amp;#196;</p>&#196;</div>
+ <div><p>&amp;#197;</p>&#197;</div>
+ <div><p>&amp;#198;</p>&#198;</div>
+ <div><p>&amp;#199;</p>&#199;</div>
+ <div><p>&amp;#200;</p>&#200;</div>
+ <div><p>&amp;#201;</p>&#201;</div>
+ <div><p>&amp;#202;</p>&#202;</div>
+ <div><p>&amp;#203;</p>&#203;</div>
+ <div><p>&amp;#204;</p>&#204;</div>
+ <div><p>&amp;#205;</p>&#205;</div>
+ <div><p>&amp;#206;</p>&#206;</div>
+ <div><p>&amp;#207;</p>&#207;</div>
+ <div><p>&amp;#208;</p>&#208;</div>
+ <div><p>&amp;#209;</p>&#209;</div>
+ <div><p>&amp;#210;</p>&#210;</div>
+ <div><p>&amp;#211;</p>&#211;</div>
+ <div><p>&amp;#212;</p>&#212;</div>
+ <div><p>&amp;#213;</p>&#213;</div>
+ <div><p>&amp;#214;</p>&#214;</div>
+ <div><p>&amp;#215;</p>&#215;</div>
+ <div><p>&amp;#216;</p>&#216;</div>
+ <div><p>&amp;#217;</p>&#217;</div>
+ <div><p>&amp;#218;</p>&#218;</div>
+ <div><p>&amp;#219;</p>&#219;</div>
+ <div><p>&amp;#220;</p>&#220;</div>
+ <div><p>&amp;#221;</p>&#221;</div>
+ <div><p>&amp;#222;</p>&#222;</div>
+ <div><p>&amp;#223;</p>&#223;</div>
+ <div><p>&amp;#224;</p>&#224;</div>
+ <div><p>&amp;#225;</p>&#225;</div>
+ <div><p>&amp;#226;</p>&#226;</div>
+ <div><p>&amp;#227;</p>&#227;</div>
+ <div><p>&amp;#228;</p>&#228;</div>
+ <div><p>&amp;#229;</p>&#229;</div>
+ <div><p>&amp;#230;</p>&#230;</div>
+ <div><p>&amp;#231;</p>&#231;</div>
+ <div><p>&amp;#232;</p>&#232;</div>
+ <div><p>&amp;#233;</p>&#233;</div>
+ <div><p>&amp;#234;</p>&#234;</div>
+ <div><p>&amp;#235;</p>&#235;</div>
+ <div><p>&amp;#236;</p>&#236;</div>
+ <div><p>&amp;#237;</p>&#237;</div>
+ <div><p>&amp;#238;</p>&#238;</div>
+ <div><p>&amp;#239;</p>&#239;</div>
+ <div><p>&amp;#240;</p>&#240;</div>
+ <div><p>&amp;#241;</p>&#241;</div>
+ <div><p>&amp;#242;</p>&#242;</div>
+ <div><p>&amp;#243;</p>&#243;</div>
+ <div><p>&amp;#244;</p>&#244;</div>
+ <div><p>&amp;#245;</p>&#245;</div>
+ <div><p>&amp;#246;</p>&#246;</div>
+ <div><p>&amp;#247;</p>&#247;</div>
+ <div><p>&amp;#248;</p>&#248;</div>
+ <div><p>&amp;#249;</p>&#249;</div>
+ <div><p>&amp;#250;</p>&#250;</div>
+ <div><p>&amp;#251;</p>&#251;</div>
+ <div><p>&amp;#252;</p>&#252;</div>
+ <div><p>&amp;#253;</p>&#253;</div>
+ <div><p>&amp;#254;</p>&#254;</div>
+ <div><p>&amp;#255;</p>&#255;</div>
+ <div><p>&amp;#338;</p>&#338;</div>
+ <div><p>&amp;#339;</p>&#339;</div>
+ <div><p>&amp;#376;</p>&#376;</div>
+ <div><p>&amp;#710;</p>&#710;</div>
+ <div><p>&amp;#732;</p>&#732;</div>
+ <div><p>&amp;#8192;</p>&#8192;</div>
+ <div><p>&amp;#8193;</p>&#8193;</div>
+ <div><p>&amp;#8194;</p>&#8194;</div>
+ <div><p>&amp;#8195;</p>&#8195;</div>
+ <div><p>&amp;#8196;</p>&#8196;</div>
+ <div><p>&amp;#8197;</p>&#8197;</div>
+ <div><p>&amp;#8198;</p>&#8198;</div>
+ <div><p>&amp;#8199;</p>&#8199;</div>
+ <div><p>&amp;#8200;</p>&#8200;</div>
+ <div><p>&amp;#8201;</p>&#8201;</div>
+ <div><p>&amp;#8202;</p>&#8202;</div>
+ <div><p>&amp;#8208;</p>&#8208;</div>
+ <div><p>&amp;#8209;</p>&#8209;</div>
+ <div><p>&amp;#8210;</p>&#8210;</div>
+ <div><p>&amp;#8211;</p>&#8211;</div>
+ <div><p>&amp;#8212;</p>&#8212;</div>
+ <div><p>&amp;#8216;</p>&#8216;</div>
+ <div><p>&amp;#8217;</p>&#8217;</div>
+ <div><p>&amp;#8218;</p>&#8218;</div>
+ <div><p>&amp;#8220;</p>&#8220;</div>
+ <div><p>&amp;#8221;</p>&#8221;</div>
+ <div><p>&amp;#8222;</p>&#8222;</div>
+ <div><p>&amp;#8226;</p>&#8226;</div>
+ <div><p>&amp;#8230;</p>&#8230;</div>
+ <div><p>&amp;#8239;</p>&#8239;</div>
+ <div><p>&amp;#8249;</p>&#8249;</div>
+ <div><p>&amp;#8250;</p>&#8250;</div>
+ <div><p>&amp;#8287;</p>&#8287;</div>
+ <div><p>&amp;#8364;</p>&#8364;</div>
+ <div><p>&amp;#8482;</p>&#8482;</div>
+ <div><p>&amp;#9724;</p>&#9724;</div>
+ <div><p>&amp;#64257;</p>&#64257;</div>
+ <div><p>&amp;#64258;</p>&#64258;</div>
+ </div>
+ </div>
+
+
+ </div>
+ </div>
+
+
+ <div id="specs">
+
+ </div>
+
+ <div id="installing">
+ <div class="section">
+ <div class="grid7 firstcol">
+ <h1>Installing Webfonts</h1>
+
+ <p>Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.</p>
+
+ <h2>1. Upload your webfonts</h2>
+ <p>You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.</p>
+
+ <h2>2. Include the webfont stylesheet</h2>
+ <p>A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the <a href="https://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Fontspring blog post</a> about it. The code for it is as follows:</p>
+
+
+ <code>
+ @font-face{
+ font-family: 'MyWebFont';
+ src: url('WebFont.eot');
+ src: url('WebFont.eot?#iefix') format('embedded-opentype'),
+ url('WebFont.woff') format('woff'),
+ url('WebFont.ttf') format('truetype'),
+ url('WebFont.svg#webfont') format('svg');
+ }
+ </code>
+
+ <p>We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:</p>
+ <code>&lt;link rel=&quot;stylesheet&quot; href=&quot;stylesheet.css&quot; type=&quot;text/css&quot; charset=&quot;utf-8&quot; /&gt;</code>
+
+ <h2>3. Modify your own stylesheet</h2>
+ <p>To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:</p>
+ <code>p { font-family: 'WebFont', Arial, sans-serif; }</code>
+
+ <h2>4. Test</h2>
+ <p>Getting webfonts to work cross-browser <em>can</em> be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.</p>
+ </div>
+
+ <div class="grid5 sidebar">
+ <div class="box">
+ <h2>Troubleshooting<br/>Font-Face Problems</h2>
+ <p>Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.</p>
+
+ <h3>Fonts not showing in any browser</h3>
+
+ <p>This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.</p>
+
+ <h3>Fonts not loading in iPhone or iPad</h3>
+
+ <p>The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.</p>
+
+ <h3>Fonts not loading in Firefox</h3>
+
+ <p>The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)</p>
+
+ <h3>Fonts not loading in IE</h3>
+
+ <p>Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.</p>
+
+ <h3>Fonts not loading in IE9</h3>
+
+ <p>IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.</p>
+ </div>
+ </div>
+ </div>
+
+ </div>
+
+ </div>
+ <div id="footer">
+ <p>&copy;2010-2017 Font Squirrel. All rights reserved.</p>
+ </div>
+</div>
+</body>
+</html> \ No newline at end of file
diff --git a/website/fonts/liberationmono-bolditalic-webfont.woff b/website/fonts/liberationmono-bolditalic-webfont.woff
new file mode 100644
index 0000000..4d4e7fd
--- /dev/null
+++ b/website/fonts/liberationmono-bolditalic-webfont.woff
Binary files differ
diff --git a/website/fonts/liberationmono-bolditalic-webfont.woff2 b/website/fonts/liberationmono-bolditalic-webfont.woff2
new file mode 100644
index 0000000..515884d
--- /dev/null
+++ b/website/fonts/liberationmono-bolditalic-webfont.woff2
Binary files differ
diff --git a/website/fonts/liberationmono-italic-demo.html b/website/fonts/liberationmono-italic-demo.html
new file mode 100644
index 0000000..c69d23e
--- /dev/null
+++ b/website/fonts/liberationmono-italic-demo.html
@@ -0,0 +1,704 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+ <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
+ <script type="text/javascript">
+ (function($) {
+ $.fn.easyTabs = function(option) {
+ var param = jQuery.extend({ fadeSpeed: 'fast', defaultContent: 1, activeClass: 'active' }, option);
+ $(this).each(function() {
+ var thisId = '#' + this.id;
+ if ( param.defaultContent == '' )
+ {
+ param.defaultContent = 1;
+ }
+ if ( typeof param.defaultContent == 'number' )
+ {
+ var defaultTab = $(thisId + ' .tabs li:eq(' + (param.defaultContent - 1) + ') a').attr('href').substr(1);
+ }
+ else
+ {
+ var defaultTab = param.defaultContent;
+ }
+ $(thisId + ' .tabs li a').each(function() {
+ var tabToHide = $(this).attr('href').substr(1);
+ $('#' + tabToHide).addClass('easytabs-tab-content');
+ });
+ hideAll();
+ changeContent(defaultTab);
+
+ function hideAll() {$(thisId + ' .easytabs-tab-content').hide();}
+
+ function changeContent(tabId)
+ {
+ hideAll();
+ $(thisId + ' .tabs li').removeClass(param.activeClass);
+ $(thisId + ' .tabs li a[href=#' + tabId + ']').closest('li').addClass(param.activeClass);
+ if ( param.fadeSpeed != 'none' )
+ {
+ $(thisId + ' #' + tabId).fadeIn(param.fadeSpeed);
+ }
+ else
+ {
+ $(thisId + ' #' + tabId).show();
+ }
+ }
+
+ $(thisId + ' .tabs li').click(function() {
+ var tabId = $(this).find('a').attr('href').substr(1);
+ changeContent(tabId);
+ return false;
+ });
+ });
+ }
+ })(jQuery);
+ </script>
+ <link rel="stylesheet" href="specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8"/>
+ <link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8"/>
+
+ <style type="text/css">
+ body {
+ font-family: 'liberation_monoitalic';
+ }
+
+ </style>
+
+ <title>Liberation Mono Italic Specimen</title>
+
+
+ <script type="text/javascript" charset="utf-8">
+ $(document).ready(function() {
+ $('#container').easyTabs({ defaultContent: 1 });
+ });
+ </script>
+</head>
+
+<body>
+<div id="container">
+ <div id="header">
+ Liberation Mono Italic </div>
+ <ul class="tabs">
+ <li><a href="#specimen">Specimen</a></li>
+ <li><a href="#layout">Sample Layout</a></li>
+ <li><a href="#glyphs">Glyphs &amp; Languages</a></li>
+ <li><a href="#installing">Installing Webfonts</a></li>
+
+ </ul>
+
+ <div id="main_content">
+
+
+ <div id="specimen">
+
+ <div class="section">
+ <div class="grid12 firstcol">
+ <div class="huge">AaBb</div>
+ </div>
+ </div>
+
+ <div class="section">
+ <div class="glyph_range">A&#x200B;B&#x200b;C&#x200b;D&#x200b;E&#x200b;F&#x200b;G&#x200b;H&#x200b;I&#x200b;J&#x200b;K&#x200b;L&#x200b;M&#x200b;N&#x200b;O&#x200b;P&#x200b;Q&#x200b;R&#x200b;S&#x200b;T&#x200b;U&#x200b;V&#x200b;W&#x200b;X&#x200b;Y&#x200b;Z&#x200b;a&#x200b;b&#x200b;c&#x200b;d&#x200b;e&#x200b;f&#x200b;g&#x200b;h&#x200b;i&#x200b;j&#x200b;k&#x200b;l&#x200b;m&#x200b;n&#x200b;o&#x200b;p&#x200b;q&#x200b;r&#x200b;s&#x200b;t&#x200b;u&#x200b;v&#x200b;w&#x200b;x&#x200b;y&#x200b;z&#x200b;1&#x200b;2&#x200b;3&#x200b;4&#x200b;5&#x200b;6&#x200b;7&#x200b;8&#x200b;9&#x200b;0&#x200b;&amp;&#x200b;.&#x200b;,&#x200b;?&#x200b;!&#x200b;&#64;&#x200b;(&#x200b;)&#x200b;#&#x200b;$&#x200b;%&#x200b;*&#x200b;+&#x200b;-&#x200b;=&#x200b;:&#x200b;;</div>
+ </div>
+ <div class="section">
+ <div class="grid12 firstcol">
+ <table class="sample_table">
+ <tr>
+ <td>10</td>
+ <td class="size10">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>11</td>
+ <td class="size11">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>12</td>
+ <td class="size12">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>13</td>
+ <td class="size13">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>14</td>
+ <td class="size14">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>16</td>
+ <td class="size16">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>18</td>
+ <td class="size18">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>20</td>
+ <td class="size20">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>24</td>
+ <td class="size24">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>30</td>
+ <td class="size30">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>36</td>
+ <td class="size36">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>48</td>
+ <td class="size48">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>60</td>
+ <td class="size60">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>72</td>
+ <td class="size72">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>90</td>
+ <td class="size90">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ </table>
+
+ </div>
+
+ </div>
+
+
+ <div class="section" id="bodycomparison">
+
+
+ <div id="xheight">
+ <div class="fontbody">&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;body</div>
+ <div class="arialbody">body</div>
+ <div class="verdanabody">body</div>
+ <div class="georgiabody">body</div>
+ </div>
+ <div class="fontbody" style="z-index:1">
+ body<span>Liberation Mono Italic</span>
+ </div>
+ <div class="arialbody" style="z-index:1">
+ body<span>Arial</span>
+ </div>
+ <div class="verdanabody" style="z-index:1">
+ body<span>Verdana</span>
+ </div>
+ <div class="georgiabody" style="z-index:1">
+ body<span>Georgia</span>
+ </div>
+
+
+ </div>
+
+
+ <div class="section psample psample_row1" id="">
+
+ <div class="grid2 firstcol">
+ <p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid3">
+ <p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid3">
+ <p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid4">
+ <p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="white_blend"></div>
+
+ </div>
+ <div class="section psample psample_row2" id="">
+ <div class="grid3 firstcol">
+ <p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid4">
+ <p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid5">
+ <p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+
+ <div class="white_blend"></div>
+
+ </div>
+
+ <div class="section psample psample_row3" id="">
+ <div class="grid5 firstcol">
+ <p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+ </div>
+ <div class="grid7">
+ <p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+ </div>
+
+ <div class="white_blend"></div>
+
+ </div>
+
+ <div class="section psample psample_row4" id="">
+ <div class="grid12 firstcol">
+ <p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+ </div>
+ <div class="white_blend"></div>
+
+ </div>
+
+
+ <div class="section psample psample_row1 fullreverse">
+ <div class="grid2 firstcol">
+ <p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid3">
+ <p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid3">
+ <p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid4">
+ <p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="black_blend"></div>
+
+ </div>
+
+ <div class="section psample psample_row2 fullreverse">
+ <div class="grid3 firstcol">
+ <p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid4">
+ <p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid5">
+ <p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="black_blend"></div>
+
+ </div>
+
+ <div class="section psample fullreverse psample_row3" id="">
+ <div class="grid5 firstcol">
+ <p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+ </div>
+ <div class="grid7">
+ <p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+ </div>
+
+ <div class="black_blend"></div>
+
+ </div>
+
+ <div class="section psample fullreverse psample_row4" id="" style="border-bottom: 20px #000 solid;">
+ <div class="grid12 firstcol">
+ <p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+ </div>
+ <div class="black_blend"></div>
+
+ </div>
+
+
+ </div>
+
+ <div id="layout">
+
+ <div class="section">
+
+ <div class="grid12 firstcol">
+ <h1>Lorem Ipsum Dolor</h1>
+ <h2>Etiam porta sem malesuada magna mollis euismod</h2>
+
+ <p class="byline">By <a href="#link">Aenean Lacinia</a></p>
+ </div>
+ </div>
+ <div class="section">
+ <div class="grid8 firstcol">
+ <p class="large">Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+
+ <h3>Pellentesque ornare sem</h3>
+
+ <p>Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit. </p>
+
+ <p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>
+
+ <p>Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. </p>
+
+ <p>Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla. </p>
+
+ <h3>Cras mattis consectetur</h3>
+
+ <p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. </p>
+
+ <p>Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.</p>
+ </div>
+
+ <div class="grid4 sidebar">
+
+ <div class="box reverse">
+ <p class="last">Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
+ </div>
+
+ <p class="caption">Maecenas sed diam eget risus varius.</p>
+
+ <p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+
+ <p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo. </p>
+
+ <p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+ </div>
+ </div>
+
+ </div>
+
+
+
+
+ <div id="glyphs">
+ <div class="section">
+ <div class="grid12 firstcol">
+
+ <h1>Language Support</h1>
+ <p>The subset of Liberation Mono Italic in this kit supports the following languages:<br/>
+
+ Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Faroese, Finnish, French, Frisian, Galician, German, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Alsatian, Aragonese, Arapaho, Arrernte, Asturian, Aymara, Bislama, Cebuano, Corsican, Fijian, French_creole, Genoese, Gilbertese, Greenlandic, Haitian_creole, Hiligaynon, Hmong, Hopi, Ibanag, Iloko_ilokano, Indonesian, Interglossa_glosa, Interlingua, Irish_gaelic, Jerriais, Lojban, Lombard, Luxembourgeois, Manx, Mohawk, Norfolk_pitcairnese, Occitan, Oromo, Pangasinan, Papiamento, Piedmontese, Potawatomi, Rhaeto-romance, Romansh, Rotokas, Sami_lule, Samoan, Sardinian, Scots_gaelic, Seychelles_creole, Shona, Sicilian, Somali, Southern_ndebele, Swahili, Swati_swazi, Tagalog_filipino_pilipino, Tetum, Tok_pisin, Uyghur_latinized, Volapuk, Walloon, Warlpiri, Xhosa, Yapese, Zulu, Latinbasic, Ubasic, Demo </p>
+ <h1>Glyph Chart</h1>
+ <p>The subset of Liberation Mono Italic in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.</p>
+ <div id="glyph_chart">
+
+ <div><p>&amp;#13;</p>&#13;</div>
+ <div><p>&amp;#32;</p>&#32;</div>
+ <div><p>&amp;#33;</p>&#33;</div>
+ <div><p>&amp;#34;</p>&#34;</div>
+ <div><p>&amp;#35;</p>&#35;</div>
+ <div><p>&amp;#36;</p>&#36;</div>
+ <div><p>&amp;#37;</p>&#37;</div>
+ <div><p>&amp;#38;</p>&#38;</div>
+ <div><p>&amp;#39;</p>&#39;</div>
+ <div><p>&amp;#40;</p>&#40;</div>
+ <div><p>&amp;#41;</p>&#41;</div>
+ <div><p>&amp;#42;</p>&#42;</div>
+ <div><p>&amp;#43;</p>&#43;</div>
+ <div><p>&amp;#44;</p>&#44;</div>
+ <div><p>&amp;#45;</p>&#45;</div>
+ <div><p>&amp;#46;</p>&#46;</div>
+ <div><p>&amp;#47;</p>&#47;</div>
+ <div><p>&amp;#48;</p>&#48;</div>
+ <div><p>&amp;#49;</p>&#49;</div>
+ <div><p>&amp;#50;</p>&#50;</div>
+ <div><p>&amp;#51;</p>&#51;</div>
+ <div><p>&amp;#52;</p>&#52;</div>
+ <div><p>&amp;#53;</p>&#53;</div>
+ <div><p>&amp;#54;</p>&#54;</div>
+ <div><p>&amp;#55;</p>&#55;</div>
+ <div><p>&amp;#56;</p>&#56;</div>
+ <div><p>&amp;#57;</p>&#57;</div>
+ <div><p>&amp;#58;</p>&#58;</div>
+ <div><p>&amp;#59;</p>&#59;</div>
+ <div><p>&amp;#60;</p>&#60;</div>
+ <div><p>&amp;#61;</p>&#61;</div>
+ <div><p>&amp;#62;</p>&#62;</div>
+ <div><p>&amp;#63;</p>&#63;</div>
+ <div><p>&amp;#64;</p>&#64;</div>
+ <div><p>&amp;#65;</p>&#65;</div>
+ <div><p>&amp;#66;</p>&#66;</div>
+ <div><p>&amp;#67;</p>&#67;</div>
+ <div><p>&amp;#68;</p>&#68;</div>
+ <div><p>&amp;#69;</p>&#69;</div>
+ <div><p>&amp;#70;</p>&#70;</div>
+ <div><p>&amp;#71;</p>&#71;</div>
+ <div><p>&amp;#72;</p>&#72;</div>
+ <div><p>&amp;#73;</p>&#73;</div>
+ <div><p>&amp;#74;</p>&#74;</div>
+ <div><p>&amp;#75;</p>&#75;</div>
+ <div><p>&amp;#76;</p>&#76;</div>
+ <div><p>&amp;#77;</p>&#77;</div>
+ <div><p>&amp;#78;</p>&#78;</div>
+ <div><p>&amp;#79;</p>&#79;</div>
+ <div><p>&amp;#80;</p>&#80;</div>
+ <div><p>&amp;#81;</p>&#81;</div>
+ <div><p>&amp;#82;</p>&#82;</div>
+ <div><p>&amp;#83;</p>&#83;</div>
+ <div><p>&amp;#84;</p>&#84;</div>
+ <div><p>&amp;#85;</p>&#85;</div>
+ <div><p>&amp;#86;</p>&#86;</div>
+ <div><p>&amp;#87;</p>&#87;</div>
+ <div><p>&amp;#88;</p>&#88;</div>
+ <div><p>&amp;#89;</p>&#89;</div>
+ <div><p>&amp;#90;</p>&#90;</div>
+ <div><p>&amp;#91;</p>&#91;</div>
+ <div><p>&amp;#92;</p>&#92;</div>
+ <div><p>&amp;#93;</p>&#93;</div>
+ <div><p>&amp;#94;</p>&#94;</div>
+ <div><p>&amp;#95;</p>&#95;</div>
+ <div><p>&amp;#96;</p>&#96;</div>
+ <div><p>&amp;#97;</p>&#97;</div>
+ <div><p>&amp;#98;</p>&#98;</div>
+ <div><p>&amp;#99;</p>&#99;</div>
+ <div><p>&amp;#100;</p>&#100;</div>
+ <div><p>&amp;#101;</p>&#101;</div>
+ <div><p>&amp;#102;</p>&#102;</div>
+ <div><p>&amp;#103;</p>&#103;</div>
+ <div><p>&amp;#104;</p>&#104;</div>
+ <div><p>&amp;#105;</p>&#105;</div>
+ <div><p>&amp;#106;</p>&#106;</div>
+ <div><p>&amp;#107;</p>&#107;</div>
+ <div><p>&amp;#108;</p>&#108;</div>
+ <div><p>&amp;#109;</p>&#109;</div>
+ <div><p>&amp;#110;</p>&#110;</div>
+ <div><p>&amp;#111;</p>&#111;</div>
+ <div><p>&amp;#112;</p>&#112;</div>
+ <div><p>&amp;#113;</p>&#113;</div>
+ <div><p>&amp;#114;</p>&#114;</div>
+ <div><p>&amp;#115;</p>&#115;</div>
+ <div><p>&amp;#116;</p>&#116;</div>
+ <div><p>&amp;#117;</p>&#117;</div>
+ <div><p>&amp;#118;</p>&#118;</div>
+ <div><p>&amp;#119;</p>&#119;</div>
+ <div><p>&amp;#120;</p>&#120;</div>
+ <div><p>&amp;#121;</p>&#121;</div>
+ <div><p>&amp;#122;</p>&#122;</div>
+ <div><p>&amp;#123;</p>&#123;</div>
+ <div><p>&amp;#124;</p>&#124;</div>
+ <div><p>&amp;#125;</p>&#125;</div>
+ <div><p>&amp;#126;</p>&#126;</div>
+ <div><p>&amp;#160;</p>&#160;</div>
+ <div><p>&amp;#161;</p>&#161;</div>
+ <div><p>&amp;#162;</p>&#162;</div>
+ <div><p>&amp;#163;</p>&#163;</div>
+ <div><p>&amp;#164;</p>&#164;</div>
+ <div><p>&amp;#165;</p>&#165;</div>
+ <div><p>&amp;#166;</p>&#166;</div>
+ <div><p>&amp;#167;</p>&#167;</div>
+ <div><p>&amp;#168;</p>&#168;</div>
+ <div><p>&amp;#169;</p>&#169;</div>
+ <div><p>&amp;#170;</p>&#170;</div>
+ <div><p>&amp;#171;</p>&#171;</div>
+ <div><p>&amp;#172;</p>&#172;</div>
+ <div><p>&amp;#173;</p>&#173;</div>
+ <div><p>&amp;#174;</p>&#174;</div>
+ <div><p>&amp;#175;</p>&#175;</div>
+ <div><p>&amp;#176;</p>&#176;</div>
+ <div><p>&amp;#177;</p>&#177;</div>
+ <div><p>&amp;#178;</p>&#178;</div>
+ <div><p>&amp;#179;</p>&#179;</div>
+ <div><p>&amp;#180;</p>&#180;</div>
+ <div><p>&amp;#181;</p>&#181;</div>
+ <div><p>&amp;#182;</p>&#182;</div>
+ <div><p>&amp;#183;</p>&#183;</div>
+ <div><p>&amp;#184;</p>&#184;</div>
+ <div><p>&amp;#185;</p>&#185;</div>
+ <div><p>&amp;#186;</p>&#186;</div>
+ <div><p>&amp;#187;</p>&#187;</div>
+ <div><p>&amp;#188;</p>&#188;</div>
+ <div><p>&amp;#189;</p>&#189;</div>
+ <div><p>&amp;#190;</p>&#190;</div>
+ <div><p>&amp;#191;</p>&#191;</div>
+ <div><p>&amp;#192;</p>&#192;</div>
+ <div><p>&amp;#193;</p>&#193;</div>
+ <div><p>&amp;#194;</p>&#194;</div>
+ <div><p>&amp;#195;</p>&#195;</div>
+ <div><p>&amp;#196;</p>&#196;</div>
+ <div><p>&amp;#197;</p>&#197;</div>
+ <div><p>&amp;#198;</p>&#198;</div>
+ <div><p>&amp;#199;</p>&#199;</div>
+ <div><p>&amp;#200;</p>&#200;</div>
+ <div><p>&amp;#201;</p>&#201;</div>
+ <div><p>&amp;#202;</p>&#202;</div>
+ <div><p>&amp;#203;</p>&#203;</div>
+ <div><p>&amp;#204;</p>&#204;</div>
+ <div><p>&amp;#205;</p>&#205;</div>
+ <div><p>&amp;#206;</p>&#206;</div>
+ <div><p>&amp;#207;</p>&#207;</div>
+ <div><p>&amp;#208;</p>&#208;</div>
+ <div><p>&amp;#209;</p>&#209;</div>
+ <div><p>&amp;#210;</p>&#210;</div>
+ <div><p>&amp;#211;</p>&#211;</div>
+ <div><p>&amp;#212;</p>&#212;</div>
+ <div><p>&amp;#213;</p>&#213;</div>
+ <div><p>&amp;#214;</p>&#214;</div>
+ <div><p>&amp;#215;</p>&#215;</div>
+ <div><p>&amp;#216;</p>&#216;</div>
+ <div><p>&amp;#217;</p>&#217;</div>
+ <div><p>&amp;#218;</p>&#218;</div>
+ <div><p>&amp;#219;</p>&#219;</div>
+ <div><p>&amp;#220;</p>&#220;</div>
+ <div><p>&amp;#221;</p>&#221;</div>
+ <div><p>&amp;#222;</p>&#222;</div>
+ <div><p>&amp;#223;</p>&#223;</div>
+ <div><p>&amp;#224;</p>&#224;</div>
+ <div><p>&amp;#225;</p>&#225;</div>
+ <div><p>&amp;#226;</p>&#226;</div>
+ <div><p>&amp;#227;</p>&#227;</div>
+ <div><p>&amp;#228;</p>&#228;</div>
+ <div><p>&amp;#229;</p>&#229;</div>
+ <div><p>&amp;#230;</p>&#230;</div>
+ <div><p>&amp;#231;</p>&#231;</div>
+ <div><p>&amp;#232;</p>&#232;</div>
+ <div><p>&amp;#233;</p>&#233;</div>
+ <div><p>&amp;#234;</p>&#234;</div>
+ <div><p>&amp;#235;</p>&#235;</div>
+ <div><p>&amp;#236;</p>&#236;</div>
+ <div><p>&amp;#237;</p>&#237;</div>
+ <div><p>&amp;#238;</p>&#238;</div>
+ <div><p>&amp;#239;</p>&#239;</div>
+ <div><p>&amp;#240;</p>&#240;</div>
+ <div><p>&amp;#241;</p>&#241;</div>
+ <div><p>&amp;#242;</p>&#242;</div>
+ <div><p>&amp;#243;</p>&#243;</div>
+ <div><p>&amp;#244;</p>&#244;</div>
+ <div><p>&amp;#245;</p>&#245;</div>
+ <div><p>&amp;#246;</p>&#246;</div>
+ <div><p>&amp;#247;</p>&#247;</div>
+ <div><p>&amp;#248;</p>&#248;</div>
+ <div><p>&amp;#249;</p>&#249;</div>
+ <div><p>&amp;#250;</p>&#250;</div>
+ <div><p>&amp;#251;</p>&#251;</div>
+ <div><p>&amp;#252;</p>&#252;</div>
+ <div><p>&amp;#253;</p>&#253;</div>
+ <div><p>&amp;#254;</p>&#254;</div>
+ <div><p>&amp;#255;</p>&#255;</div>
+ <div><p>&amp;#338;</p>&#338;</div>
+ <div><p>&amp;#339;</p>&#339;</div>
+ <div><p>&amp;#376;</p>&#376;</div>
+ <div><p>&amp;#710;</p>&#710;</div>
+ <div><p>&amp;#732;</p>&#732;</div>
+ <div><p>&amp;#8192;</p>&#8192;</div>
+ <div><p>&amp;#8193;</p>&#8193;</div>
+ <div><p>&amp;#8194;</p>&#8194;</div>
+ <div><p>&amp;#8195;</p>&#8195;</div>
+ <div><p>&amp;#8196;</p>&#8196;</div>
+ <div><p>&amp;#8197;</p>&#8197;</div>
+ <div><p>&amp;#8198;</p>&#8198;</div>
+ <div><p>&amp;#8199;</p>&#8199;</div>
+ <div><p>&amp;#8200;</p>&#8200;</div>
+ <div><p>&amp;#8201;</p>&#8201;</div>
+ <div><p>&amp;#8202;</p>&#8202;</div>
+ <div><p>&amp;#8208;</p>&#8208;</div>
+ <div><p>&amp;#8209;</p>&#8209;</div>
+ <div><p>&amp;#8210;</p>&#8210;</div>
+ <div><p>&amp;#8211;</p>&#8211;</div>
+ <div><p>&amp;#8212;</p>&#8212;</div>
+ <div><p>&amp;#8216;</p>&#8216;</div>
+ <div><p>&amp;#8217;</p>&#8217;</div>
+ <div><p>&amp;#8218;</p>&#8218;</div>
+ <div><p>&amp;#8220;</p>&#8220;</div>
+ <div><p>&amp;#8221;</p>&#8221;</div>
+ <div><p>&amp;#8222;</p>&#8222;</div>
+ <div><p>&amp;#8226;</p>&#8226;</div>
+ <div><p>&amp;#8230;</p>&#8230;</div>
+ <div><p>&amp;#8239;</p>&#8239;</div>
+ <div><p>&amp;#8249;</p>&#8249;</div>
+ <div><p>&amp;#8250;</p>&#8250;</div>
+ <div><p>&amp;#8287;</p>&#8287;</div>
+ <div><p>&amp;#8364;</p>&#8364;</div>
+ <div><p>&amp;#8482;</p>&#8482;</div>
+ <div><p>&amp;#9724;</p>&#9724;</div>
+ <div><p>&amp;#64257;</p>&#64257;</div>
+ <div><p>&amp;#64258;</p>&#64258;</div>
+ </div>
+ </div>
+
+
+ </div>
+ </div>
+
+
+ <div id="specs">
+
+ </div>
+
+ <div id="installing">
+ <div class="section">
+ <div class="grid7 firstcol">
+ <h1>Installing Webfonts</h1>
+
+ <p>Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.</p>
+
+ <h2>1. Upload your webfonts</h2>
+ <p>You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.</p>
+
+ <h2>2. Include the webfont stylesheet</h2>
+ <p>A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the <a href="https://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Fontspring blog post</a> about it. The code for it is as follows:</p>
+
+
+ <code>
+ @font-face{
+ font-family: 'MyWebFont';
+ src: url('WebFont.eot');
+ src: url('WebFont.eot?#iefix') format('embedded-opentype'),
+ url('WebFont.woff') format('woff'),
+ url('WebFont.ttf') format('truetype'),
+ url('WebFont.svg#webfont') format('svg');
+ }
+ </code>
+
+ <p>We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:</p>
+ <code>&lt;link rel=&quot;stylesheet&quot; href=&quot;stylesheet.css&quot; type=&quot;text/css&quot; charset=&quot;utf-8&quot; /&gt;</code>
+
+ <h2>3. Modify your own stylesheet</h2>
+ <p>To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:</p>
+ <code>p { font-family: 'WebFont', Arial, sans-serif; }</code>
+
+ <h2>4. Test</h2>
+ <p>Getting webfonts to work cross-browser <em>can</em> be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.</p>
+ </div>
+
+ <div class="grid5 sidebar">
+ <div class="box">
+ <h2>Troubleshooting<br/>Font-Face Problems</h2>
+ <p>Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.</p>
+
+ <h3>Fonts not showing in any browser</h3>
+
+ <p>This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.</p>
+
+ <h3>Fonts not loading in iPhone or iPad</h3>
+
+ <p>The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.</p>
+
+ <h3>Fonts not loading in Firefox</h3>
+
+ <p>The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)</p>
+
+ <h3>Fonts not loading in IE</h3>
+
+ <p>Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.</p>
+
+ <h3>Fonts not loading in IE9</h3>
+
+ <p>IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.</p>
+ </div>
+ </div>
+ </div>
+
+ </div>
+
+ </div>
+ <div id="footer">
+ <p>&copy;2010-2017 Font Squirrel. All rights reserved.</p>
+ </div>
+</div>
+</body>
+</html> \ No newline at end of file
diff --git a/website/fonts/liberationmono-italic-webfont.woff b/website/fonts/liberationmono-italic-webfont.woff
new file mode 100644
index 0000000..151c337
--- /dev/null
+++ b/website/fonts/liberationmono-italic-webfont.woff
Binary files differ
diff --git a/website/fonts/liberationmono-italic-webfont.woff2 b/website/fonts/liberationmono-italic-webfont.woff2
new file mode 100644
index 0000000..2ecaf7a
--- /dev/null
+++ b/website/fonts/liberationmono-italic-webfont.woff2
Binary files differ
diff --git a/website/fonts/liberationmono-regular-demo.html b/website/fonts/liberationmono-regular-demo.html
new file mode 100644
index 0000000..f1ce46a
--- /dev/null
+++ b/website/fonts/liberationmono-regular-demo.html
@@ -0,0 +1,704 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+ <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
+ <script type="text/javascript">
+ (function($) {
+ $.fn.easyTabs = function(option) {
+ var param = jQuery.extend({ fadeSpeed: 'fast', defaultContent: 1, activeClass: 'active' }, option);
+ $(this).each(function() {
+ var thisId = '#' + this.id;
+ if ( param.defaultContent == '' )
+ {
+ param.defaultContent = 1;
+ }
+ if ( typeof param.defaultContent == 'number' )
+ {
+ var defaultTab = $(thisId + ' .tabs li:eq(' + (param.defaultContent - 1) + ') a').attr('href').substr(1);
+ }
+ else
+ {
+ var defaultTab = param.defaultContent;
+ }
+ $(thisId + ' .tabs li a').each(function() {
+ var tabToHide = $(this).attr('href').substr(1);
+ $('#' + tabToHide).addClass('easytabs-tab-content');
+ });
+ hideAll();
+ changeContent(defaultTab);
+
+ function hideAll() {$(thisId + ' .easytabs-tab-content').hide();}
+
+ function changeContent(tabId)
+ {
+ hideAll();
+ $(thisId + ' .tabs li').removeClass(param.activeClass);
+ $(thisId + ' .tabs li a[href=#' + tabId + ']').closest('li').addClass(param.activeClass);
+ if ( param.fadeSpeed != 'none' )
+ {
+ $(thisId + ' #' + tabId).fadeIn(param.fadeSpeed);
+ }
+ else
+ {
+ $(thisId + ' #' + tabId).show();
+ }
+ }
+
+ $(thisId + ' .tabs li').click(function() {
+ var tabId = $(this).find('a').attr('href').substr(1);
+ changeContent(tabId);
+ return false;
+ });
+ });
+ }
+ })(jQuery);
+ </script>
+ <link rel="stylesheet" href="specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8"/>
+ <link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8"/>
+
+ <style type="text/css">
+ body {
+ font-family: 'liberation_monoregular';
+ }
+
+ </style>
+
+ <title>Liberation Mono Regular Specimen</title>
+
+
+ <script type="text/javascript" charset="utf-8">
+ $(document).ready(function() {
+ $('#container').easyTabs({ defaultContent: 1 });
+ });
+ </script>
+</head>
+
+<body>
+<div id="container">
+ <div id="header">
+ Liberation Mono Regular </div>
+ <ul class="tabs">
+ <li><a href="#specimen">Specimen</a></li>
+ <li><a href="#layout">Sample Layout</a></li>
+ <li><a href="#glyphs">Glyphs &amp; Languages</a></li>
+ <li><a href="#installing">Installing Webfonts</a></li>
+
+ </ul>
+
+ <div id="main_content">
+
+
+ <div id="specimen">
+
+ <div class="section">
+ <div class="grid12 firstcol">
+ <div class="huge">AaBb</div>
+ </div>
+ </div>
+
+ <div class="section">
+ <div class="glyph_range">A&#x200B;B&#x200b;C&#x200b;D&#x200b;E&#x200b;F&#x200b;G&#x200b;H&#x200b;I&#x200b;J&#x200b;K&#x200b;L&#x200b;M&#x200b;N&#x200b;O&#x200b;P&#x200b;Q&#x200b;R&#x200b;S&#x200b;T&#x200b;U&#x200b;V&#x200b;W&#x200b;X&#x200b;Y&#x200b;Z&#x200b;a&#x200b;b&#x200b;c&#x200b;d&#x200b;e&#x200b;f&#x200b;g&#x200b;h&#x200b;i&#x200b;j&#x200b;k&#x200b;l&#x200b;m&#x200b;n&#x200b;o&#x200b;p&#x200b;q&#x200b;r&#x200b;s&#x200b;t&#x200b;u&#x200b;v&#x200b;w&#x200b;x&#x200b;y&#x200b;z&#x200b;1&#x200b;2&#x200b;3&#x200b;4&#x200b;5&#x200b;6&#x200b;7&#x200b;8&#x200b;9&#x200b;0&#x200b;&amp;&#x200b;.&#x200b;,&#x200b;?&#x200b;!&#x200b;&#64;&#x200b;(&#x200b;)&#x200b;#&#x200b;$&#x200b;%&#x200b;*&#x200b;+&#x200b;-&#x200b;=&#x200b;:&#x200b;;</div>
+ </div>
+ <div class="section">
+ <div class="grid12 firstcol">
+ <table class="sample_table">
+ <tr>
+ <td>10</td>
+ <td class="size10">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>11</td>
+ <td class="size11">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>12</td>
+ <td class="size12">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>13</td>
+ <td class="size13">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>14</td>
+ <td class="size14">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>16</td>
+ <td class="size16">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>18</td>
+ <td class="size18">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>20</td>
+ <td class="size20">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>24</td>
+ <td class="size24">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>30</td>
+ <td class="size30">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>36</td>
+ <td class="size36">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>48</td>
+ <td class="size48">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>60</td>
+ <td class="size60">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>72</td>
+ <td class="size72">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ <tr>
+ <td>90</td>
+ <td class="size90">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td>
+ </tr>
+ </table>
+
+ </div>
+
+ </div>
+
+
+ <div class="section" id="bodycomparison">
+
+
+ <div id="xheight">
+ <div class="fontbody">&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;body</div>
+ <div class="arialbody">body</div>
+ <div class="verdanabody">body</div>
+ <div class="georgiabody">body</div>
+ </div>
+ <div class="fontbody" style="z-index:1">
+ body<span>Liberation Mono Regular</span>
+ </div>
+ <div class="arialbody" style="z-index:1">
+ body<span>Arial</span>
+ </div>
+ <div class="verdanabody" style="z-index:1">
+ body<span>Verdana</span>
+ </div>
+ <div class="georgiabody" style="z-index:1">
+ body<span>Georgia</span>
+ </div>
+
+
+ </div>
+
+
+ <div class="section psample psample_row1" id="">
+
+ <div class="grid2 firstcol">
+ <p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid3">
+ <p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid3">
+ <p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid4">
+ <p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="white_blend"></div>
+
+ </div>
+ <div class="section psample psample_row2" id="">
+ <div class="grid3 firstcol">
+ <p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid4">
+ <p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid5">
+ <p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+
+ <div class="white_blend"></div>
+
+ </div>
+
+ <div class="section psample psample_row3" id="">
+ <div class="grid5 firstcol">
+ <p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+ </div>
+ <div class="grid7">
+ <p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+ </div>
+
+ <div class="white_blend"></div>
+
+ </div>
+
+ <div class="section psample psample_row4" id="">
+ <div class="grid12 firstcol">
+ <p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+ </div>
+ <div class="white_blend"></div>
+
+ </div>
+
+
+ <div class="section psample psample_row1 fullreverse">
+ <div class="grid2 firstcol">
+ <p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid3">
+ <p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid3">
+ <p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid4">
+ <p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="black_blend"></div>
+
+ </div>
+
+ <div class="section psample psample_row2 fullreverse">
+ <div class="grid3 firstcol">
+ <p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid4">
+ <p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="grid5">
+ <p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+
+ </div>
+ <div class="black_blend"></div>
+
+ </div>
+
+ <div class="section psample fullreverse psample_row3" id="">
+ <div class="grid5 firstcol">
+ <p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+ </div>
+ <div class="grid7">
+ <p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+ </div>
+
+ <div class="black_blend"></div>
+
+ </div>
+
+ <div class="section psample fullreverse psample_row4" id="" style="border-bottom: 20px #000 solid;">
+ <div class="grid12 firstcol">
+ <p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+ </div>
+ <div class="black_blend"></div>
+
+ </div>
+
+
+ </div>
+
+ <div id="layout">
+
+ <div class="section">
+
+ <div class="grid12 firstcol">
+ <h1>Lorem Ipsum Dolor</h1>
+ <h2>Etiam porta sem malesuada magna mollis euismod</h2>
+
+ <p class="byline">By <a href="#link">Aenean Lacinia</a></p>
+ </div>
+ </div>
+ <div class="section">
+ <div class="grid8 firstcol">
+ <p class="large">Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+
+ <h3>Pellentesque ornare sem</h3>
+
+ <p>Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit. </p>
+
+ <p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>
+
+ <p>Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. </p>
+
+ <p>Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla. </p>
+
+ <h3>Cras mattis consectetur</h3>
+
+ <p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. </p>
+
+ <p>Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.</p>
+ </div>
+
+ <div class="grid4 sidebar">
+
+ <div class="box reverse">
+ <p class="last">Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
+ </div>
+
+ <p class="caption">Maecenas sed diam eget risus varius.</p>
+
+ <p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+
+ <p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo. </p>
+
+ <p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+ </div>
+ </div>
+
+ </div>
+
+
+
+
+ <div id="glyphs">
+ <div class="section">
+ <div class="grid12 firstcol">
+
+ <h1>Language Support</h1>
+ <p>The subset of Liberation Mono Regular in this kit supports the following languages:<br/>
+
+ Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Faroese, Finnish, French, Frisian, Galician, German, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Alsatian, Aragonese, Arapaho, Arrernte, Asturian, Aymara, Bislama, Cebuano, Corsican, Fijian, French_creole, Genoese, Gilbertese, Greenlandic, Haitian_creole, Hiligaynon, Hmong, Hopi, Ibanag, Iloko_ilokano, Indonesian, Interglossa_glosa, Interlingua, Irish_gaelic, Jerriais, Lojban, Lombard, Luxembourgeois, Manx, Mohawk, Norfolk_pitcairnese, Occitan, Oromo, Pangasinan, Papiamento, Piedmontese, Potawatomi, Rhaeto-romance, Romansh, Rotokas, Sami_lule, Samoan, Sardinian, Scots_gaelic, Seychelles_creole, Shona, Sicilian, Somali, Southern_ndebele, Swahili, Swati_swazi, Tagalog_filipino_pilipino, Tetum, Tok_pisin, Uyghur_latinized, Volapuk, Walloon, Warlpiri, Xhosa, Yapese, Zulu, Latinbasic, Ubasic, Demo </p>
+ <h1>Glyph Chart</h1>
+ <p>The subset of Liberation Mono Regular in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.</p>
+ <div id="glyph_chart">
+
+ <div><p>&amp;#13;</p>&#13;</div>
+ <div><p>&amp;#32;</p>&#32;</div>
+ <div><p>&amp;#33;</p>&#33;</div>
+ <div><p>&amp;#34;</p>&#34;</div>
+ <div><p>&amp;#35;</p>&#35;</div>
+ <div><p>&amp;#36;</p>&#36;</div>
+ <div><p>&amp;#37;</p>&#37;</div>
+ <div><p>&amp;#38;</p>&#38;</div>
+ <div><p>&amp;#39;</p>&#39;</div>
+ <div><p>&amp;#40;</p>&#40;</div>
+ <div><p>&amp;#41;</p>&#41;</div>
+ <div><p>&amp;#42;</p>&#42;</div>
+ <div><p>&amp;#43;</p>&#43;</div>
+ <div><p>&amp;#44;</p>&#44;</div>
+ <div><p>&amp;#45;</p>&#45;</div>
+ <div><p>&amp;#46;</p>&#46;</div>
+ <div><p>&amp;#47;</p>&#47;</div>
+ <div><p>&amp;#48;</p>&#48;</div>
+ <div><p>&amp;#49;</p>&#49;</div>
+ <div><p>&amp;#50;</p>&#50;</div>
+ <div><p>&amp;#51;</p>&#51;</div>
+ <div><p>&amp;#52;</p>&#52;</div>
+ <div><p>&amp;#53;</p>&#53;</div>
+ <div><p>&amp;#54;</p>&#54;</div>
+ <div><p>&amp;#55;</p>&#55;</div>
+ <div><p>&amp;#56;</p>&#56;</div>
+ <div><p>&amp;#57;</p>&#57;</div>
+ <div><p>&amp;#58;</p>&#58;</div>
+ <div><p>&amp;#59;</p>&#59;</div>
+ <div><p>&amp;#60;</p>&#60;</div>
+ <div><p>&amp;#61;</p>&#61;</div>
+ <div><p>&amp;#62;</p>&#62;</div>
+ <div><p>&amp;#63;</p>&#63;</div>
+ <div><p>&amp;#64;</p>&#64;</div>
+ <div><p>&amp;#65;</p>&#65;</div>
+ <div><p>&amp;#66;</p>&#66;</div>
+ <div><p>&amp;#67;</p>&#67;</div>
+ <div><p>&amp;#68;</p>&#68;</div>
+ <div><p>&amp;#69;</p>&#69;</div>
+ <div><p>&amp;#70;</p>&#70;</div>
+ <div><p>&amp;#71;</p>&#71;</div>
+ <div><p>&amp;#72;</p>&#72;</div>
+ <div><p>&amp;#73;</p>&#73;</div>
+ <div><p>&amp;#74;</p>&#74;</div>
+ <div><p>&amp;#75;</p>&#75;</div>
+ <div><p>&amp;#76;</p>&#76;</div>
+ <div><p>&amp;#77;</p>&#77;</div>
+ <div><p>&amp;#78;</p>&#78;</div>
+ <div><p>&amp;#79;</p>&#79;</div>
+ <div><p>&amp;#80;</p>&#80;</div>
+ <div><p>&amp;#81;</p>&#81;</div>
+ <div><p>&amp;#82;</p>&#82;</div>
+ <div><p>&amp;#83;</p>&#83;</div>
+ <div><p>&amp;#84;</p>&#84;</div>
+ <div><p>&amp;#85;</p>&#85;</div>
+ <div><p>&amp;#86;</p>&#86;</div>
+ <div><p>&amp;#87;</p>&#87;</div>
+ <div><p>&amp;#88;</p>&#88;</div>
+ <div><p>&amp;#89;</p>&#89;</div>
+ <div><p>&amp;#90;</p>&#90;</div>
+ <div><p>&amp;#91;</p>&#91;</div>
+ <div><p>&amp;#92;</p>&#92;</div>
+ <div><p>&amp;#93;</p>&#93;</div>
+ <div><p>&amp;#94;</p>&#94;</div>
+ <div><p>&amp;#95;</p>&#95;</div>
+ <div><p>&amp;#96;</p>&#96;</div>
+ <div><p>&amp;#97;</p>&#97;</div>
+ <div><p>&amp;#98;</p>&#98;</div>
+ <div><p>&amp;#99;</p>&#99;</div>
+ <div><p>&amp;#100;</p>&#100;</div>
+ <div><p>&amp;#101;</p>&#101;</div>
+ <div><p>&amp;#102;</p>&#102;</div>
+ <div><p>&amp;#103;</p>&#103;</div>
+ <div><p>&amp;#104;</p>&#104;</div>
+ <div><p>&amp;#105;</p>&#105;</div>
+ <div><p>&amp;#106;</p>&#106;</div>
+ <div><p>&amp;#107;</p>&#107;</div>
+ <div><p>&amp;#108;</p>&#108;</div>
+ <div><p>&amp;#109;</p>&#109;</div>
+ <div><p>&amp;#110;</p>&#110;</div>
+ <div><p>&amp;#111;</p>&#111;</div>
+ <div><p>&amp;#112;</p>&#112;</div>
+ <div><p>&amp;#113;</p>&#113;</div>
+ <div><p>&amp;#114;</p>&#114;</div>
+ <div><p>&amp;#115;</p>&#115;</div>
+ <div><p>&amp;#116;</p>&#116;</div>
+ <div><p>&amp;#117;</p>&#117;</div>
+ <div><p>&amp;#118;</p>&#118;</div>
+ <div><p>&amp;#119;</p>&#119;</div>
+ <div><p>&amp;#120;</p>&#120;</div>
+ <div><p>&amp;#121;</p>&#121;</div>
+ <div><p>&amp;#122;</p>&#122;</div>
+ <div><p>&amp;#123;</p>&#123;</div>
+ <div><p>&amp;#124;</p>&#124;</div>
+ <div><p>&amp;#125;</p>&#125;</div>
+ <div><p>&amp;#126;</p>&#126;</div>
+ <div><p>&amp;#160;</p>&#160;</div>
+ <div><p>&amp;#161;</p>&#161;</div>
+ <div><p>&amp;#162;</p>&#162;</div>
+ <div><p>&amp;#163;</p>&#163;</div>
+ <div><p>&amp;#164;</p>&#164;</div>
+ <div><p>&amp;#165;</p>&#165;</div>
+ <div><p>&amp;#166;</p>&#166;</div>
+ <div><p>&amp;#167;</p>&#167;</div>
+ <div><p>&amp;#168;</p>&#168;</div>
+ <div><p>&amp;#169;</p>&#169;</div>
+ <div><p>&amp;#170;</p>&#170;</div>
+ <div><p>&amp;#171;</p>&#171;</div>
+ <div><p>&amp;#172;</p>&#172;</div>
+ <div><p>&amp;#173;</p>&#173;</div>
+ <div><p>&amp;#174;</p>&#174;</div>
+ <div><p>&amp;#175;</p>&#175;</div>
+ <div><p>&amp;#176;</p>&#176;</div>
+ <div><p>&amp;#177;</p>&#177;</div>
+ <div><p>&amp;#178;</p>&#178;</div>
+ <div><p>&amp;#179;</p>&#179;</div>
+ <div><p>&amp;#180;</p>&#180;</div>
+ <div><p>&amp;#181;</p>&#181;</div>
+ <div><p>&amp;#182;</p>&#182;</div>
+ <div><p>&amp;#183;</p>&#183;</div>
+ <div><p>&amp;#184;</p>&#184;</div>
+ <div><p>&amp;#185;</p>&#185;</div>
+ <div><p>&amp;#186;</p>&#186;</div>
+ <div><p>&amp;#187;</p>&#187;</div>
+ <div><p>&amp;#188;</p>&#188;</div>
+ <div><p>&amp;#189;</p>&#189;</div>
+ <div><p>&amp;#190;</p>&#190;</div>
+ <div><p>&amp;#191;</p>&#191;</div>
+ <div><p>&amp;#192;</p>&#192;</div>
+ <div><p>&amp;#193;</p>&#193;</div>
+ <div><p>&amp;#194;</p>&#194;</div>
+ <div><p>&amp;#195;</p>&#195;</div>
+ <div><p>&amp;#196;</p>&#196;</div>
+ <div><p>&amp;#197;</p>&#197;</div>
+ <div><p>&amp;#198;</p>&#198;</div>
+ <div><p>&amp;#199;</p>&#199;</div>
+ <div><p>&amp;#200;</p>&#200;</div>
+ <div><p>&amp;#201;</p>&#201;</div>
+ <div><p>&amp;#202;</p>&#202;</div>
+ <div><p>&amp;#203;</p>&#203;</div>
+ <div><p>&amp;#204;</p>&#204;</div>
+ <div><p>&amp;#205;</p>&#205;</div>
+ <div><p>&amp;#206;</p>&#206;</div>
+ <div><p>&amp;#207;</p>&#207;</div>
+ <div><p>&amp;#208;</p>&#208;</div>
+ <div><p>&amp;#209;</p>&#209;</div>
+ <div><p>&amp;#210;</p>&#210;</div>
+ <div><p>&amp;#211;</p>&#211;</div>
+ <div><p>&amp;#212;</p>&#212;</div>
+ <div><p>&amp;#213;</p>&#213;</div>
+ <div><p>&amp;#214;</p>&#214;</div>
+ <div><p>&amp;#215;</p>&#215;</div>
+ <div><p>&amp;#216;</p>&#216;</div>
+ <div><p>&amp;#217;</p>&#217;</div>
+ <div><p>&amp;#218;</p>&#218;</div>
+ <div><p>&amp;#219;</p>&#219;</div>
+ <div><p>&amp;#220;</p>&#220;</div>
+ <div><p>&amp;#221;</p>&#221;</div>
+ <div><p>&amp;#222;</p>&#222;</div>
+ <div><p>&amp;#223;</p>&#223;</div>
+ <div><p>&amp;#224;</p>&#224;</div>
+ <div><p>&amp;#225;</p>&#225;</div>
+ <div><p>&amp;#226;</p>&#226;</div>
+ <div><p>&amp;#227;</p>&#227;</div>
+ <div><p>&amp;#228;</p>&#228;</div>
+ <div><p>&amp;#229;</p>&#229;</div>
+ <div><p>&amp;#230;</p>&#230;</div>
+ <div><p>&amp;#231;</p>&#231;</div>
+ <div><p>&amp;#232;</p>&#232;</div>
+ <div><p>&amp;#233;</p>&#233;</div>
+ <div><p>&amp;#234;</p>&#234;</div>
+ <div><p>&amp;#235;</p>&#235;</div>
+ <div><p>&amp;#236;</p>&#236;</div>
+ <div><p>&amp;#237;</p>&#237;</div>
+ <div><p>&amp;#238;</p>&#238;</div>
+ <div><p>&amp;#239;</p>&#239;</div>
+ <div><p>&amp;#240;</p>&#240;</div>
+ <div><p>&amp;#241;</p>&#241;</div>
+ <div><p>&amp;#242;</p>&#242;</div>
+ <div><p>&amp;#243;</p>&#243;</div>
+ <div><p>&amp;#244;</p>&#244;</div>
+ <div><p>&amp;#245;</p>&#245;</div>
+ <div><p>&amp;#246;</p>&#246;</div>
+ <div><p>&amp;#247;</p>&#247;</div>
+ <div><p>&amp;#248;</p>&#248;</div>
+ <div><p>&amp;#249;</p>&#249;</div>
+ <div><p>&amp;#250;</p>&#250;</div>
+ <div><p>&amp;#251;</p>&#251;</div>
+ <div><p>&amp;#252;</p>&#252;</div>
+ <div><p>&amp;#253;</p>&#253;</div>
+ <div><p>&amp;#254;</p>&#254;</div>
+ <div><p>&amp;#255;</p>&#255;</div>
+ <div><p>&amp;#338;</p>&#338;</div>
+ <div><p>&amp;#339;</p>&#339;</div>
+ <div><p>&amp;#376;</p>&#376;</div>
+ <div><p>&amp;#710;</p>&#710;</div>
+ <div><p>&amp;#732;</p>&#732;</div>
+ <div><p>&amp;#8192;</p>&#8192;</div>
+ <div><p>&amp;#8193;</p>&#8193;</div>
+ <div><p>&amp;#8194;</p>&#8194;</div>
+ <div><p>&amp;#8195;</p>&#8195;</div>
+ <div><p>&amp;#8196;</p>&#8196;</div>
+ <div><p>&amp;#8197;</p>&#8197;</div>
+ <div><p>&amp;#8198;</p>&#8198;</div>
+ <div><p>&amp;#8199;</p>&#8199;</div>
+ <div><p>&amp;#8200;</p>&#8200;</div>
+ <div><p>&amp;#8201;</p>&#8201;</div>
+ <div><p>&amp;#8202;</p>&#8202;</div>
+ <div><p>&amp;#8208;</p>&#8208;</div>
+ <div><p>&amp;#8209;</p>&#8209;</div>
+ <div><p>&amp;#8210;</p>&#8210;</div>
+ <div><p>&amp;#8211;</p>&#8211;</div>
+ <div><p>&amp;#8212;</p>&#8212;</div>
+ <div><p>&amp;#8216;</p>&#8216;</div>
+ <div><p>&amp;#8217;</p>&#8217;</div>
+ <div><p>&amp;#8218;</p>&#8218;</div>
+ <div><p>&amp;#8220;</p>&#8220;</div>
+ <div><p>&amp;#8221;</p>&#8221;</div>
+ <div><p>&amp;#8222;</p>&#8222;</div>
+ <div><p>&amp;#8226;</p>&#8226;</div>
+ <div><p>&amp;#8230;</p>&#8230;</div>
+ <div><p>&amp;#8239;</p>&#8239;</div>
+ <div><p>&amp;#8249;</p>&#8249;</div>
+ <div><p>&amp;#8250;</p>&#8250;</div>
+ <div><p>&amp;#8287;</p>&#8287;</div>
+ <div><p>&amp;#8364;</p>&#8364;</div>
+ <div><p>&amp;#8482;</p>&#8482;</div>
+ <div><p>&amp;#9724;</p>&#9724;</div>
+ <div><p>&amp;#64257;</p>&#64257;</div>
+ <div><p>&amp;#64258;</p>&#64258;</div>
+ </div>
+ </div>
+
+
+ </div>
+ </div>
+
+
+ <div id="specs">
+
+ </div>
+
+ <div id="installing">
+ <div class="section">
+ <div class="grid7 firstcol">
+ <h1>Installing Webfonts</h1>
+
+ <p>Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.</p>
+
+ <h2>1. Upload your webfonts</h2>
+ <p>You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.</p>
+
+ <h2>2. Include the webfont stylesheet</h2>
+ <p>A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the <a href="https://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Fontspring blog post</a> about it. The code for it is as follows:</p>
+
+
+ <code>
+ @font-face{
+ font-family: 'MyWebFont';
+ src: url('WebFont.eot');
+ src: url('WebFont.eot?#iefix') format('embedded-opentype'),
+ url('WebFont.woff') format('woff'),
+ url('WebFont.ttf') format('truetype'),
+ url('WebFont.svg#webfont') format('svg');
+ }
+ </code>
+
+ <p>We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:</p>
+ <code>&lt;link rel=&quot;stylesheet&quot; href=&quot;stylesheet.css&quot; type=&quot;text/css&quot; charset=&quot;utf-8&quot; /&gt;</code>
+
+ <h2>3. Modify your own stylesheet</h2>
+ <p>To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:</p>
+ <code>p { font-family: 'WebFont', Arial, sans-serif; }</code>
+
+ <h2>4. Test</h2>
+ <p>Getting webfonts to work cross-browser <em>can</em> be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.</p>
+ </div>
+
+ <div class="grid5 sidebar">
+ <div class="box">
+ <h2>Troubleshooting<br/>Font-Face Problems</h2>
+ <p>Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.</p>
+
+ <h3>Fonts not showing in any browser</h3>
+
+ <p>This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.</p>
+
+ <h3>Fonts not loading in iPhone or iPad</h3>
+
+ <p>The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.</p>
+
+ <h3>Fonts not loading in Firefox</h3>
+
+ <p>The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)</p>
+
+ <h3>Fonts not loading in IE</h3>
+
+ <p>Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.</p>
+
+ <h3>Fonts not loading in IE9</h3>
+
+ <p>IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.</p>
+ </div>
+ </div>
+ </div>
+
+ </div>
+
+ </div>
+ <div id="footer">
+ <p>&copy;2010-2017 Font Squirrel. All rights reserved.</p>
+ </div>
+</div>
+</body>
+</html> \ No newline at end of file
diff --git a/website/fonts/liberationmono-regular-webfont.woff b/website/fonts/liberationmono-regular-webfont.woff
new file mode 100644
index 0000000..0fa288d
--- /dev/null
+++ b/website/fonts/liberationmono-regular-webfont.woff
Binary files differ
diff --git a/website/fonts/liberationmono-regular-webfont.woff2 b/website/fonts/liberationmono-regular-webfont.woff2
new file mode 100644
index 0000000..317eaf9
--- /dev/null
+++ b/website/fonts/liberationmono-regular-webfont.woff2
Binary files differ
diff --git a/website/fonts/specimen_files/grid_12-825-55-15.css b/website/fonts/specimen_files/grid_12-825-55-15.css
new file mode 100644
index 0000000..fb66068
--- /dev/null
+++ b/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/website/fonts/specimen_files/specimen_stylesheet.css b/website/fonts/specimen_files/specimen_stylesheet.css
new file mode 100644
index 0000000..cd88462
--- /dev/null
+++ b/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/website/fonts/stylesheet.css b/website/fonts/stylesheet.css
new file mode 100644
index 0000000..cb08cd3
--- /dev/null
+++ b/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/website/fonts/webfontkit-20221007-223533.zip b/website/fonts/webfontkit-20221007-223533.zip
new file mode 100644
index 0000000..88a8309
--- /dev/null
+++ b/website/fonts/webfontkit-20221007-223533.zip
Binary files differ
diff --git a/website/img/favicon.png b/website/img/favicon.png
new file mode 100644
index 0000000..09f3df6
--- /dev/null
+++ b/website/img/favicon.png
Binary files differ
diff --git a/website/index.html b/website/index.html
new file mode 100644
index 0000000..eb9c852
--- /dev/null
+++ b/website/index.html
@@ -0,0 +1,91 @@
+$$START TITLE
+Preston Pan
+$$END TITLE
+
+$$START 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>
+$$END CONTENT
diff --git a/website/mathematics/index.html b/website/mathematics/index.html
new file mode 100644
index 0000000..521619e
--- /dev/null
+++ b/website/mathematics/index.html
@@ -0,0 +1,24 @@
+$$START TITLE
+Mathematics
+$$END TITLE
+
+$$START 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>
+$$END CONTENT
diff --git a/website/philosophy/index.html b/website/philosophy/index.html
new file mode 100644
index 0000000..49f89e8
--- /dev/null
+++ b/website/philosophy/index.html
@@ -0,0 +1,24 @@
+$$START TITLE
+Philosophy
+$$END TITLE
+
+$$START 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>
+
+$$END CONTENT
diff --git a/website/physics/index.html b/website/physics/index.html
new file mode 100644
index 0000000..8959d82
--- /dev/null
+++ b/website/physics/index.html
@@ -0,0 +1,24 @@
+$$START TITLE
+Physics
+$$END TITLE
+
+$$START 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>
+$$END CONTENT
diff --git a/website/projects/index.html b/website/projects/index.html
new file mode 100644
index 0000000..fed5f8c
--- /dev/null
+++ b/website/projects/index.html
@@ -0,0 +1,17 @@
+$$START TITLE
+Projects
+$$END TITLE
+
+$$START 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>
+
+$$END CONTENT
diff --git a/website/robots.txt b/website/robots.txt
new file mode 100644
index 0000000..eb05362
--- /dev/null
+++ b/website/robots.txt
@@ -0,0 +1,2 @@
+User-agent: *
+Disallow:
diff --git a/website/technology/index.html b/website/technology/index.html
new file mode 100644
index 0000000..72968cd
--- /dev/null
+++ b/website/technology/index.html
@@ -0,0 +1,12 @@
+$$START TITLE
+Technology
+$$END TITLE
+
+$$START 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>
+
+$$END CONTENT