Skip to content

Commit

Permalink
Deploy joshka/joshka.github.io to joshka/joshka.github.io:gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Oct 9, 2023
0 parents commit f205128
Show file tree
Hide file tree
Showing 96 changed files with 6,244 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .well-known/webfinger/index.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"subject":"acct:joshka@hachyderm.io",
"aliases":
[
"https://hachyderm.io/@joshka",
"https://hachyderm.io/users/joshka"
],
"links":
[
{
"rel":"http://webfinger.net/rel/profile-page",
"type":"text/html",
"href":"https://hachyderm.io/@joshka"
},
{
"rel":"self",
"type":"application/activity+json",
"href":"https://hachyderm.io/users/joshka"
},
{
"rel":"http://ostatus.org/schema/1.0/subscribe",
"template":"https://hachyderm.io/authorize_interaction?uri={uri}"
}
]
}
93 changes: 93 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
<!DOCTYPE html>
<html lang="en">

<head>
<title>
404
</title>

<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="robots" content="noodp"/>

<link rel="stylesheet" href="https://www.joshka.net/style.css">
<link rel="stylesheet" href="https://www.joshka.net/color/blue.css">

<link rel="stylesheet" href="https://www.joshka.net/font-hack-subset.css">


<link rel="alternate" type="application/atom+xml" title="RSS" href="https://www.joshka.net/atom.xml">

</head>

<body class="">
<div class="container">

<header class="header">
<div class="header__inner">
<div class="header__logo">

<a href="https://www.joshka.net" style="text-decoration: none;">
<div class="logo">

Joshka.net

</div>
</a>
</div>
</div>


<nav class="menu">
<ul class="menu__inner">
<li><a href="https://www.joshka.net">blog</a></li>

<li><a href="https://www.joshka.net/archive">archive</a></li>

<li><a href="https://www.joshka.net/about">about me</a></li>

<li><a href="https://www.joshka.net/resume">resume</a></li>

<li><a href="https://www.joshka.net/projects">projects</a></li>

<li><a href="https://github.com/joshka" target="_blank" rel="noopener noreferrer">github</a></li>

<li><a href="https://hachyderm.io/@joshka" target="_blank" rel="noopener noreferrer">mastodon</a></li>

<li><a href="https://soundcloud.com/joshka" target="_blank" rel="noopener noreferrer">soundcloud</a></li>
</ul>
</nav>


</header>


<div class="content">

<div class="post">
<h1 class="post-title">Lost?</h1>
<p>This page does not exist.</p>
</div>

</div>


<footer class="footer">
<div class="footer__inner">
<div class="copyright">
<span>©
2023
Josh McKinney</span>
<span class="copyright-theme">
<span class="copyright-theme-sep">:: </span>
Theme: <a href="https://github.com/pawroman/zola-theme-terminimal/">Terminimal</a> by pawroman
</span>
</div>
</div>
</footer>


</div>
</body>

</html>
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
www.joshka.net
116 changes: 116 additions & 0 deletions about/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
<!DOCTYPE html>
<html lang="en">

<head>
<title>About Me | Joshka.net</title>

<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="robots" content="noodp"/>

<link rel="stylesheet" href="https://www.joshka.net/style.css">
<link rel="stylesheet" href="https://www.joshka.net/color/blue.css">

<link rel="stylesheet" href="https://www.joshka.net/font-hack-subset.css">


<link rel="alternate" type="application/atom+xml" title="RSS" href="https://www.joshka.net/atom.xml">

</head>

<body class="">
<div class="container">

<header class="header">
<div class="header__inner">
<div class="header__logo">

<a href="https://www.joshka.net" style="text-decoration: none;">
<div class="logo">

Joshka.net

</div>
</a>
</div>
</div>


<nav class="menu">
<ul class="menu__inner">
<li><a href="https://www.joshka.net">blog</a></li>

<li><a href="https://www.joshka.net/archive">archive</a></li>

<li class="active"><a href="https://www.joshka.net/about">about me</a></li>

<li><a href="https://www.joshka.net/resume">resume</a></li>

<li><a href="https://www.joshka.net/projects">projects</a></li>

<li><a href="https://github.com/joshka" target="_blank" rel="noopener noreferrer">github</a></li>

<li><a href="https://hachyderm.io/@joshka" target="_blank" rel="noopener noreferrer">mastodon</a></li>

<li><a href="https://soundcloud.com/joshka" target="_blank" rel="noopener noreferrer">soundcloud</a></li>
</ul>
</nav>



</header>


<div class="content">

<div class="post">

<h1 class="post-title"><a href="https://www.joshka.net/about/">About Me</a></h1>
<div class="post-meta-inline">

<span class="post-date"></span>

</div>




<div class="post-content">



<img src="https://avatars.githubusercontent.com/u/381361" alt="Avatar" class="left" style="border-radius: 50px;" />

<p>Hi, I'm Josh McKinney, a professional software engineer from Australia currently
residing in Seattle WA. I live and breathe software development, having spent
the last 15 or so years building systems in a variety of industries including
eCommmerce, healthcare, finance, transportation, and many government
agencies.</p>

</div>


</div>

</div>


<footer class="footer">
<div class="footer__inner">
<div class="copyright">
<span>©
2023
Josh McKinney</span>
<span class="copyright-theme">
<span class="copyright-theme-sep">:: </span>
Theme: <a href="https://github.com/pawroman/zola-theme-terminimal/">Terminimal</a> by pawroman
</span>
</div>
</div>
</footer>


</div>
</body>

</html>
Loading

0 comments on commit f205128

Please sign in to comment.