about blurbs

main
Steve Ayerhart 2020-11-29 20:33:57 -05:00
parent 353b0321ce
commit 4dfa4e08cb
No known key found for this signature in database
GPG Key ID: 5C815FDF3A00B8BA
3 changed files with 194 additions and 140 deletions

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@900"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300"/>
<link rel="stylesheet" href="/style/perspective.css"/>
<link rel="stylesheet" href="../style/perspective.css"/>
<title>Steve Ayerhart</title>
</head>
<body>
@ -18,24 +18,55 @@
</h1>
<nav>
<ul>
<li><a href="#">blog</a></li>
<li><a href="#">code</a></li>
<li><a href="">blog</a></li>
<li><a href="https://src.steve.ayerh.art">code</a></li>
<li><a href="#">about</a></li>
</ul>
</nav>
</header>
<main>
<section id="blurb">
<h2>blurb</h2>
<p>I'm a software developer from Erie, Pennsylvania. During the day I assume the role of a "fullstack" web developer. I mostly write C# and Javascript now. I have written with Ruby, Python, and PHP professionally as well.</p>
<p>I spend most of my waking hours in front of a computer. When I'm not working I enjoy writing and contributing to free software. I also enjoy playing some computers games as well.</p>
<p>My wife <a href="https://lkayerhart.ist">Lee Katherine</a> and I currently live in New Hill North Carolina.</p>
<h2><span>blurb</span><hr/></h2>
<p>I'm a software developer living in <a href="https://www.openstreetmap.org/#map=13/35.6654/-78.9503">New Hill, North Carolina</a>.</p>
<p>I spend most of my waking hours in front of a computer. When I'm not working as a "fullstack" web developer, I enjoy writing and contributing to free software.</p>
<p>My wife <a href="https://lkayerhart.ist">Lee Katherine</a> and I live with our <a href="https://lkayerhart.ist/meet-the-family">four rescue dogs</a>.</p>
</section>
<section id="contant">
<h2>contact</h2>
<p>You can mail me at <code>steve@ayerh.art</code></p>
<p>My GPG key is <code>0xB6205BE680932292790F622B9475954DBBC6B924</code></p>
<section id="programming">
<h2><span>programming</span><hr/></h2>
<p>Languages I currently work with:</p>
<ul>
<li>
<a href="https://schemers.org">Scheme</a>
<ul>
<li><a href="https://www.gnu.org/software/guile">Guile</a></li>
<li><a href="https://racket-lang.org">Racket</a></li>
</ul>
</li>
<li><a href="https://factorcode.org">Factor</a></li>
<li><a href="https://csharp.net">C#</a></li>
<li><a href="https://wikipedia.org/wiki/JavaScript">JavaScript</a></li>
<li><a href="https://typescriptlang.org">Typescript</a></li>
</ul>
<p>Langauges I've worked with:</p>
<ul>
<li><a href="https://www.gnu.org/software/gnu-c-manual">C</a></li>
<li><a href="https://isocpp.org">C++</a></li>
<li><a href="https://php.net">PHP</a></li>
<li><a href="https://www.ruby-lang.org">Ruby</a></li>
<li><a href="https://python.org">Python</a></li>
<li><a href="https://erlang.org">Erlang</a></li>
</ul>
</section>
<section id="contact">
<h2><span>contact</span><hr/></h2>
<dl>
<dt>email</dt>
<dd><code><a href="mailto:steve@ayerh.art">steve@ayerh.art</code></a></dd>
<dt>gpg</dt>
<dd><code><a href="https://steve.ayerh.art/public.key">0xb6205be680932292790f622b9475954dbbc6b924</code></a></dd>
<dt>irc</dt>
<dd>sayerhart on <a href="http://freenode.net">Freenode</a></dd>
</dl>
</section>
</main>
</body>

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@900"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300"/>
<link rel="stylesheet" href="/style/perspective.css"/>
<link rel="stylesheet" href="style/perspective.css"/>
<title>Steve Ayerhart</title>
</head>
<body>

View File

@ -1,20 +1,15 @@
@font-face {
font-family: 'Open Sans Condensed';
font-family: "Open Sans Condensed";
font-weight: 300;
font-display: swap;
src: local('Open Sans Condensed');
src: local("Open Sans Condensed");
}
@font-face {
font-family: 'Alegreya Sans SC';
font-family: "Alegreya Sans SC";
font-weight: 900;
font-weight: extra-bold;
font-display: swap;
src: local('Alegreya Sans Sc');
}
* {
margin: 0;
padding: 0;
src: local("Alegreya Sans Sc");
}
html {
@ -28,14 +23,41 @@ html {
padding: 1em;
}
section h2 {
margin: 1em 0;
font-family: 'Open Sans Condensed', sans-serif;
text-transform: uppercase;
border-bottom: 1px solid #b43434;
section {
ul {
list-style-type: square;
}
code + p, p + p{
p {
font-family: sans-serif;
line-height: 1.5em;
}
a {
color: #b43434;
text-decoration: none;
}
h2 {
display: flex;
margin: 1em 0;
font-family: "Open Sans Condensed", sans-serif;
text-transform: uppercase;
}
hr {
color: #b43434;
background-color: #b43434;
flex-basis: 100%;
align-self: center;
margin-left: 0.5em;
height: 1px;
border: 0;
}
}
code + p,
p + p {
margin: 1em 0;
}
@ -51,7 +73,7 @@ html {
div.name {
text-decoration: none;
color: #666666;
font-family: 'Alegreya Sans SC';
font-family: "Alegreya Sans SC";
filter: drop-shadow(1px 1px #333333);
text-transform: uppercase;
font-size: 5em;
@ -83,30 +105,31 @@ header {
a.name {
text-decoration: none;
color: #666666;
font-family: 'Alegreya Sans SC';
font-family: "Alegreya Sans SC";
font-size: 2em;
filter: drop-shadow(1px 1px #333333);
}
.name {
&:first-child {
padding-right: .25em;
padding-right: 0.25em;
}
&:last-child {
padding-left: .25em;
padding-left: 0.25em;
}
}
}
nav, ul, li {
nav {
font-family: "Open Sans Condensed", sans-serif;
font-size: 2em;
ul,
li {
margin: 0;
padding: 0;
display: inline;
}
nav {
font-family: 'Open Sans Condensed', sans-serif;
font-size: 2em;
ul {
background-color: #b43434;
display: flex;