All checks were successful
Swaous.Asuscomm Build / Build-Docker-Image (push) Successful in 35s
33 lines
933 B
HTML
Executable File
33 lines
933 B
HTML
Executable File
|
|
|
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<title>Tyler Clarke's homepage</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width;initial-scale=1" />
|
|
<link rel="stylesheet" href="http://localhost:8070/main.css" />
|
|
<link rel="icon" href="http://localhost:8070/brand.png" />
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<div id="toplogo"><img src="http://localhost:8070/brand.png" /></div>
|
|
|
|
|
|
<div id="nav"><a href="https://github.com/LinuxRocks2000/"><img src="http://localhost:8070/github-mark-white.svg" /></a><a href="http://localhost:8070/blog">Blog</a></div>
|
|
<div>
|
|
<p>
|
|
<b>Hiya there! My name is Tyler Clarke</b>, but I also go by weird_pusheen online. I'm a physics student at the Georgia Institute of Technology in Atlanta. I'm also a mostly self-taught software engineer
|
|
and an OSS maintainer. This is my website!
|
|
</p>
|
|
|
|
</div>
|
|
</div>
|
|
<script src="http://localhost:8070/scrolly.js"></script>
|
|
</body>
|
|
</html>
|
|
|