2022-07-13 20:59:38 -04:00
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>Bill Rossi - Software Engineer</title>
|
2022-07-14 19:23:41 -04:00
|
|
|
<link type="text/css" rel="stylesheet" href="./style/style.css">
|
2022-07-13 22:02:26 -04:00
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
2022-07-14 18:58:57 -04:00
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Edu+VIC+WA+NT+Beginner:wght@600&family=Righteous&display=swap" rel="stylesheet">
|
2022-07-14 22:22:28 -04:00
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,1,0" />
|
|
|
|
|
<script src="js/index.js"></script>
|
2022-07-13 20:59:38 -04:00
|
|
|
</head>
|
|
|
|
|
<body>
|
2022-07-13 22:02:26 -04:00
|
|
|
<header>
|
|
|
|
|
<span class="logo">billros.si</span>
|
|
|
|
|
<nav>
|
2022-07-14 22:22:28 -04:00
|
|
|
<ul class="season">
|
|
|
|
|
<li onclick="setSeason('spring')"><span class="material-symbols-outlined">eco</span></li>
|
|
|
|
|
<li onclick="setSeason('summer')"><span class="material-symbols-outlined">sunny</span></li>
|
|
|
|
|
<li onclick="setSeason('autumn')"><span class="material-symbols-outlined">park</span></li>
|
|
|
|
|
<li onclick="setSeason('winter')"><span class="material-symbols-outlined">ac_unit</span></li>
|
|
|
|
|
</ul>
|
2022-07-13 22:02:26 -04:00
|
|
|
<ul>
|
2022-07-14 18:58:57 -04:00
|
|
|
<li><a href="#">Home</a></li>
|
|
|
|
|
<li><a href="https://github.com/bassguitarbill">Github</a></li>
|
|
|
|
|
<li><a href="https://whatguns.itch.io/">itch.io</a></li>
|
2022-07-13 22:02:26 -04:00
|
|
|
</ul>
|
|
|
|
|
</nav>
|
|
|
|
|
</header>
|
2022-07-13 20:59:38 -04:00
|
|
|
</body>
|
|
|
|
|
</html>
|