-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
38 lines (38 loc) · 2.38 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.6.0">
<meta charset="utf-8">
<meta name="googlebot" content="noindex">
<link rel="stylesheet" href="static/bootstrap-purged.css">
<link rel="stylesheet" href="static/style.css">
<meta name="description" content="fouric's blog">
<title>About | Slightly Preferable to the Alternative</title>
</head>
<body class="backPic">
<div>
<div class="d-flex p-4 transparent-background"></div>
<div class="row justify-content-center col-md-12">
<p class="display-4 text-center col-md-8 transparent-background header-text"><b class="text-white chalk">Slightly Preferable to the Alternative</b></p>
</div>
<div class="row justify-content-center col-md-12">
<div class="card col-md-8 transparent-background">
<div class="links">
<a href="index.html" class="toplink">Index</a> <a href="about.html" class="toplink">About</a> <a href="#1" class="toplink">Contact</a> <a href="links.html" class="toplink">Links</a>
</div>
</div>
</div>
</div>
<div class="row justify-content-center col-md-12">
<div class="card col-md-9 rounded-0 card-border">
<div class="card helvetica marg2">
<h1>About</h1>
<hr>
<p>This is the blog of fouric. Although I'm planning on tweaking and improving it indefinitely, at this particular point it's <em>extremely</em> unfinished. You might notice weird HTML, dumb design decisions, bizarre color choices, and a dearth of content. Part of this can be blamed on my <a href="https://github.com/fouric/fouric.github.io/blob/master/src/generate.lisp">home-grown Common Lisp CMS</a>, but part of the problem is I just haven't put in the elbow grease yet.</p>
<p>I have a bunch of ideas and opinions on Lisp, asynchronous circuits, user interface design, software engineering, and sociology. A blog is a convenient place to put those thoughts, especially after I've had conversations that build on the same talking points repeatedly. Additionally, my writing ability has severely degraded over the past few years, and the incentive of people liking stuff I've written should help encourage me to improve my skills again.</p>
<p>The theme was built with help from <a href="https://jstackstudios.com/">Jay</a> and the CMS/content is all my own.</p>
</div>
</div>
</div>
</body>
</html>