lots of edits
This commit is contained in:
parent
d486a56c82
commit
e8c3b89f74
12 changed files with 283 additions and 41 deletions
142
public/about/index.html
Normal file
142
public/about/index.html
Normal file
|
@ -0,0 +1,142 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
|
||||
<title>About | dendroalsia</title>
|
||||
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
||||
<meta name="description" content="about dendroalsia.net">
|
||||
<meta name="generator" content="Hugo 0.121.1">
|
||||
|
||||
|
||||
|
||||
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/ananke/css/main.min.css" >
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="canonical" href="https://dendroalsia.net/about/">
|
||||
|
||||
|
||||
<meta property="og:title" content="About" />
|
||||
<meta property="og:description" content="about dendroalsia.net" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://dendroalsia.net/about/" /><meta property="article:section" content="" />
|
||||
|
||||
|
||||
|
||||
<meta itemprop="name" content="About">
|
||||
<meta itemprop="description" content="about dendroalsia.net">
|
||||
|
||||
<meta itemprop="wordCount" content="61">
|
||||
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="About"/>
|
||||
<meta name="twitter:description" content="about dendroalsia.net"/>
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body class="ma0 avenir bg-near-white">
|
||||
|
||||
|
||||
|
||||
|
||||
<header class="cover bg-top" style="background-image: url('https://dendroalsia.net/images/sunrise.png');">
|
||||
<div class="bg-black-60">
|
||||
<nav class="pv3 ph3 ph4-ns" role="navigation">
|
||||
<div class="flex-l justify-between items-center center">
|
||||
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
|
||||
|
||||
dendroalsia
|
||||
|
||||
</a>
|
||||
<div class="flex-l items-center">
|
||||
|
||||
|
||||
|
||||
<ul class="pl0 mr3">
|
||||
|
||||
<li class="list f5 f4-ns fw4 dib pr3">
|
||||
<a class="hover-white no-underline white-90" href="/about/" title="About page">
|
||||
About
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
<div class="ananke-socials">
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="tc-l pv6 ph3 ph4-ns">
|
||||
|
||||
<div class="f2 f1-l fw2 white-90 mb0 lh-title">About</div>
|
||||
|
||||
<div class="fw1 f5 f3-l white-80 measure-wide-l center lh-copy mt3 mb4">
|
||||
about dendroalsia.net
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<main class="pb7" role="main">
|
||||
|
||||
<div class="flex-l mt2 mw8 center">
|
||||
<article class="center cf pv5 ph3 ph4-ns mw7">
|
||||
<header>
|
||||
<h1 class="f1">
|
||||
About
|
||||
</h1>
|
||||
</header>
|
||||
<div class="nested-copy-line-height lh-copy f4 nested-links mid-gray">
|
||||
<figure><img src="/images/sunrise.png"/><figcaption>
|
||||
<h4>title of picture</h4>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<p>Hi, I’m Ben! I live in Madison, WI and this is my server. The services it runs are hosted on various subdomains.</p>
|
||||
<p>Here is a <a href="https://git.dendroalsia.net">git repo</a> of some of my work, mostly data visualization scripts written in R.</p>
|
||||
<p><a href="https://en.wikipedia.org/wiki/Dendroalsia">dendroalsia</a> is a genus of moss. According to Robin Wall Kimmerer, its name roughly translates to ‘companion of trees’.</p>
|
||||
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
|
||||
<div class="flex justify-between">
|
||||
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="https://dendroalsia.net/" >
|
||||
© dendroalsia 2024
|
||||
</a>
|
||||
<div>
|
||||
<div class="ananke-socials">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue