2024-09-05 02:53:19 -05:00
|
|
|
<!DOCTYPE html><html><head><meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0>
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
|
<title> logan's site </title>
|
2024-09-05 13:14:53 -05:00
|
|
|
<link rel="icon" type="image/x-icon" href="/favicon.gif">
|
2024-09-05 02:53:19 -05:00
|
|
|
<style>
|
2024-09-05 02:36:11 -05:00
|
|
|
@font-face {
|
|
|
|
font-family: 'merriweather';
|
|
|
|
src: url(/res/merriweather-regular.woff2);
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'cascadia';
|
|
|
|
src: url(/res/cascadiacode.woff2);
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
font-family: merriweather;
|
|
|
|
background-image: url("/res/grey.png");
|
|
|
|
background-repeat: repeat;
|
|
|
|
padding: 20px 10px 20px;
|
|
|
|
line-height: 1.75em;
|
|
|
|
height: 100%;
|
|
|
|
max-width: 40em;
|
|
|
|
display: flex;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
main {
|
|
|
|
border-radius: 15px;
|
|
|
|
padding: 15px;
|
|
|
|
background-color: #ffeedd;
|
|
|
|
margin: 2px;
|
|
|
|
width: 100%
|
|
|
|
}
|
|
|
|
|
|
|
|
code {
|
|
|
|
font-family: cascadia;
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
table, th, td {
|
|
|
|
padding: 5px;
|
|
|
|
border: 3px solid black;
|
|
|
|
border-style: solid;
|
|
|
|
border-collapse: collapse;
|
|
|
|
/* text-align: center; */
|
|
|
|
align-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #df3e23;
|
|
|
|
font-style: italic;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:visited {
|
|
|
|
color: #df3e23;
|
|
|
|
font-style: italic;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover:before {
|
|
|
|
content: "[";
|
|
|
|
font-style: normal;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover:after {
|
|
|
|
content: "]";
|
|
|
|
font-style: normal;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head><body><main><h1>logan's site</h1>
|
|
|
|
<hr/>
|
2024-09-05 13:14:53 -05:00
|
|
|
<h2>about</h2>
|
|
|
|
<p>My name is Logan Gatlin, and upon this Intel NUC8i3 I shall build my kingdom. I
|
|
|
|
am from the United States, where I was born in 2003. In 2025 I will receive my
|
|
|
|
bachellors in Computer Science from the <a href="https://utsa.edu">University of Texas at San
|
|
|
|
Antonio</a>.</p>
|
|
|
|
<h2>site map</h2>
|
2024-09-05 02:36:11 -05:00
|
|
|
<ul>
|
2024-09-05 02:53:19 -05:00
|
|
|
<li><a href="https://git.lgatlin.dev/logan">my git server</a></li>
|
2024-09-05 13:14:53 -05:00
|
|
|
<li><a href="/software">software</a></li>
|
|
|
|
<li><a href="/books">bookshelf</a></li>
|
|
|
|
<li><a href="/music">music</a></li>
|
|
|
|
<li><a href="/games">games</a></li>
|
2024-09-05 02:36:11 -05:00
|
|
|
</ul>
|
|
|
|
</main></body></html>
|