this repo has no description
at df29b1775c859cd43d3641fa23ccb0d3448f9d26 87 lines 2.4 kB view raw
1<!doctype html> 2<html lang="en"> 3 <head> 4 <title>Seth Etter &mdash; software engineer</title> 5 6 <meta charset="utf-8" /> 7 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 8 9 <link rel="shortcut icon" href="/favicon.svg" /> 10 11 <link rel="stylesheet" href="/css/style.css" /> 12 </head> 13 <body> 14 <div id="header"> 15 <div id="logo"> 16 <a href="/"> 17 <strong>seth etter</strong>&nbsp; 18 <small><em>dot</em></small> 19 &nbsp;&nbsp;<strong>com</strong> 20 </a> 21 </div> 22 <div id="navigation"> 23 <ul> 24 <li> 25 <a href="https://seth.computer" title="More stuff by Seth" 26 >seth.computer</a 27 > 28 </li> 29 </ul> 30 </div> 31 </div> 32 33 <main class="container"> 34 <div id="content prose"> 35 <h1>Hello! I'm Seth</h1> 36 37 <p> 38 I'm a software engineer and technical lead working in the industry 39 since 2012. 40 </p> 41 42 <p> 43 I've had a variety of experience: from individual contributor to 44 management and technical leadership. I've worked in a variety of 45 contexts: from small SaaS startups to federal government contracting. 46 </p> 47 48 <p> 49 During that time I've honed my understanding of what it takes to 50 deliver and operate software effectively, at both the technical and 51 organizational levels. 52 </p> 53 54 <p> 55 With additional background in education and public speaking, I enjoy 56 breaking complex topics down to their essentials and helping people 57 understand what is most important and applicable to their unique 58 context. 59 </p> 60 61 <p> 62 Is there something I might be able to help you or your business with? 63 <a href="mailto:web.251122@sethetter.com">Let's chat</a>. 64 </p> 65 66 <p> 67 You can also find me at 68 <a href="https://seth.computer">seth.computer</a>. 69 </p> 70 </div> 71 </main> 72 73 <footer id="footer"> 74 <p style="float: right; justify-text: right">Updated: 2025-01-04</p> 75 <p> 76 Created and maintained by 77 <a rel="me" href="https://sethetter.com">Seth</a> 78 </p> 79 </footer> 80 81 <script 82 src="https://cdn.usefathom.com/script.js" 83 data-site="HRUUKZPR" 84 defer 85 ></script> 86 </body> 87</html>