<html>
<head>
<meta content="en-us" http-equiv="Content-Language">
<meta content="homepage, thomas, schilb, thomasschilb, ts, code, design, music" name="keywords">
<meta content="IT &amp; Computing - Solutions On Demand" name="description">
<LINK REL="ICON" TYPE="IMAGE/X-ICON" HREF="/favicon.ico">
<link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico">
<link rel="shortcut icon" href="/favicon.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap" rel="stylesheet">
<title>Thomas Schilb</title>
<base target="_self">
<style type="text/css">

@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');

.share-tech-mono-regular {
  font-family: "Share Tech Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

font {
  font-family: "Share Tech Mono", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 23px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
  	transition: 0.3s;
}

a:visited {
	color: #FFFFFF;
}

a:active {
	color: #FFFFFF;
}

a:hover {
	color: #31C8F9;
  	opacity: 1;
}


ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #000;
  float: right;
}

li {
  float: left;
}

li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 0px 15px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: #000;
  color: #31C8F9;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000000;
  min-width: 160px;
  z-index: 1;
}

.dropdown-content a {
  color: #fff;
  padding: 15px 15px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #333;}

.dropdown:hover .dropdown-content {
  display: block;
}


</style>
<title>Thomas Schilb</title>
<font>
<ul>
  <li><a target="_self" href="#home">Home</a></li>
  <li class="dropdown">
    <a target="_self" href="#work" class="dropbtn">Work</a>
    <div class="dropdown-content">
      <a target="_self" href="#code">Code</a>
      <a target="_self" href="#design">Design</a>
      <a target="_self" href="#music">Music</a>
    </div>
  </li>
  <li class="dropdown">
    <a target="_self" href="#about" class="dropbtn">About</a>
    <div class="dropdown-content">
      <a target="_self" href="#site">Site</a>
      <a target="_self" href="#skills">Skills</a>
      <a target="_self" href="#internal">Internal</a>
      <a target="_self" href="#incorporate">Incorporate</a>
    </div>
  </li>
    <li><a target="_self" href="#contact">Contact</a></li>
    <li><a target="_self" href="#terms">&#167;</a></li>
</ul>
</font>