Updates
This commit is contained in:
parent
9c5ea01dd9
commit
8f825d9eb0
35 changed files with 394 additions and 277 deletions
30
index.html
30
index.html
|
@ -6,7 +6,17 @@
|
|||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
|
||||
/>
|
||||
<link rel="stylesheet" href="/site.css?v=6f83c390ed9e" />
|
||||
<link rel="stylesheet" href="/site.css?v=449ddd80f1bb" />
|
||||
<link rel="preload" as="font" href="/fonts/inter/InterVariable.woff2" />
|
||||
<script
|
||||
defer
|
||||
src="https://stats.apps.seigler.net/script.js"
|
||||
data-website-id="ccb4bd94-2a71-47fe-8eea-d85bf75b7f6d"
|
||||
></script>
|
||||
<script defer src="/scripts/effects.js?v=cd61c39d895d"></script>
|
||||
<link rel="prefetch" href="/fonts/inter/InterVariable-Italic.woff2" />
|
||||
<link rel="prefetch" href="/fonts/ftaurebesh/ftaurebesh-medium.woff2" />
|
||||
<link rel="prefetch" href="/fonts/ftaurebesh/ftaurebesh-bold.woff2" />
|
||||
<link rel="me" href="https://github.com/seigler" />
|
||||
<link
|
||||
rel="webmention"
|
||||
|
@ -22,12 +32,6 @@
|
|||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="generator" content="Eleventy v3.1.0" />
|
||||
<script
|
||||
defer
|
||||
src="https://stats.apps.seigler.net/script.js"
|
||||
data-website-id="ccb4bd94-2a71-47fe-8eea-d85bf75b7f6d"
|
||||
></script>
|
||||
<script defer src="/scripts/effects.js?v=cd61c39d895d"></script>
|
||||
</head>
|
||||
<body data-font="english" data-path="/">
|
||||
<header>
|
||||
|
@ -78,16 +82,18 @@
|
|||
organizations.
|
||||
</p>
|
||||
<p>
|
||||
I currently work for a risk analysis startup called QI Path. My
|
||||
professional focus is on front-end development for web and mobile. See
|
||||
<a href="/about">/about</a> for more detail.
|
||||
I currently work for a risk analysis startup called
|
||||
<a href="https://www.qipath.com/" target="_blank" rel="noopener"
|
||||
>QI Path</a
|
||||
>. My professional focus is on front-end development for web and mobile.
|
||||
See <a href="/about">/about</a> for more detail.
|
||||
</p>
|
||||
<p>
|
||||
If you’d like to connect,
|
||||
I would love to connect:
|
||||
<a href="mailto:joshua@seigler.net?subject=found+your+website"
|
||||
>send me electronic mail</a
|
||||
>
|
||||
or <a href="/unoffice-hours">schedule a video chat</a>.
|
||||
or <a href="/unoffice-hours">drop in my unoffice hours</a>.
|
||||
</p>
|
||||
<h2>Posts</h2>
|
||||
<ul class="collection">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue