<!doctype html>
<html class="no-js" lang="en-us">
<!-- 
Hello, curious people! 

I, too, enjoy looking at the source code sometimes, thanks for taking a peek under the hood! This page was hand-crafted by me, with inspiration taken from HTML5BP, as well as the Hugo CMS theme Pulp. 

I've used Drupal, Wordpress, Jekyll, and Hugo, among other CMS's in past, but this "site" just isn't worth that overhead. 
-->
  
<head>
  <meta charset="utf-8">
  <title>Welcome to the website of Rob Winikates</title>
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="stylesheet" href="css/normalize.min.css">
  <link rel="stylesheet" href="css/main.css">
  <script src="https://kit.fontawesome.com/8627117586.js" crossorigin="anonymous"></script>
</head>

<body>
  <!--
  <header class="holiday">Looking for the 2024 holiday card? <a href="https://winikates2024.wordpress.com/2024/12/12/2024-a-year-in-review/">Click here</a>!</header>
  -->
  <main>
    <figure>
      <img class="clip-circle headshot" src="img/headshot.png" alt="headshot of Rob Winikates">
      <figcaption class="intro">Hi, I'm Rob</figcaption>
    </figure>
    <p>Thanks for stopping by!</p>
    <p>I enjoy understanding the problems people have and exploring if and how technology could improve their situation.</p>

    <aside class="social">
      <a href="https://twitter.com/rob_w" aria-label="See Rob's Twitter profile"><i class="fab fa-twitter"></i></a>
      <a href="https://www.linkedin.com/in/robertwinikates/" aria-label="See Rob's LinkedIn profile"><i class="fab fa-linkedin-in"></i></a>
      <a href="https://www.diigo.com/profile/rwinikates" aria-label="See Rob's public bookmarks on Diigo"><i class="fas fa-bookmark"></i></a>
    </aside>
</main>
<script>var clicky_site_ids = clicky_site_ids || []; clicky_site_ids.push(101274868);</script>
<script async src="//static.getclicky.com/js"></script>
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/101274868ns.gif" /></p></noscript>
</body>

</html>
