<!DOCTYPE html>
<html lang="en-US">

  <head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
    <link rel="stylesheet" href="/assets/css/style.css?v=">
    
    <!--[if lt IE 9]>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
    <![endif]-->
    <!-- start custom head snippets, customize with your own _includes/head-custom.html file -->

<!-- Setup Google Analytics -->



<!-- You can set your favicon here -->
<!-- link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" -->

<!-- end custom head snippets -->

  </head>

  <body>
    <div class="wrapper">
      <header>
        <h1><a href="http://localhost:4000/">steven.me</a></h1>

        <img src="/assets/img/my_face.jpg" alt="Logo" />

        <div class="sidebar">
          <h3>Contact Info</h3>
          <div>
            <b>Steven Cumming</b><br>
            <i>CEO - Saker Technologies, LLC</i><br><br>

            <div class="tooltip">
              <input style="display: none;" type="text" value="stevenjcumming@proton.me" id="myInput">
              <span class="tooltiptext" id="myTooltip">Copy to clipboard</span>
              <address onclick="myFunction()" onmouseout="outFunc()">stevenjcumming@proton.me</address>
            </div>
            <br><br>
            <address>PGP: <a href="https://steven.me/stevendotme-pubkey.asc">stevendotme-pubkey.asc</a></address>
            <address>Fingerprint: 733C F75C 7858 C217 34D4 E60C DD69 37C0 464B 809C</address>
          </div>
        </div>
        <div class="sidebar">
          <h3>Navigation</h3>
          <div>
            <p><a href="/about.html">about</a></p>
            <p><a href="/products.html">products</a></p>
            <p><a href="/books.html">books</a></p>
            <p><a href="https://yodl.to" target="_blank">yodl.to<i class="material-icons" style="padding-left:10px;font-size:22px;vertical-align:bottom;">open_in_new</i></a></p>
            <p><a href="/steven_cumming_resume.pdf" target="_blank">download resume<i class="material-icons" style="padding-left:10px;font-size:22px;vertical-align:bottom;">file_download</i></a></p>
          </div>
        </div>
        <div>



      </header>
      <section>

        <h1 id="home">/home</h1>

<p>Welcome to my portfolio website. I’m Steven, the CEO of Saker Technologies and a multiple-time co-founder with experience managing and developing complex projects and products.</p>

<p>As a co-founder, I take a customer-centric and data-driven approach to product management. With over a dozen years of experience in software engineering and shipping products, I’ve honed my expertise in various programming languages, frameworks, tools, and project management methodologies.</p>

<p>I’m excited to showcase my experiences, products, and personality that demonstrate my ability to deliver high-quality software products.</p>


      </section>
    </div>
    <script>
      $(document).ready(function(){$(body).css('display','block')});

      function myFunction() {
        var copyText = document.getElementById("myInput");
        copyText.select();
        copyText.setSelectionRange(0, 99999);
        navigator.clipboard.writeText(copyText.value);

        var tooltip = document.getElementById("myTooltip");
        tooltip.innerHTML = "Copied!"
      }

      function outFunc() {
        var tooltip = document.getElementById("myTooltip");
        tooltip.innerHTML = "Copy to clipboard";
      }
    </script>
    <script src="/assets/js/scale.fix.js"></script>
  </body>

</html>