site updates
All checks were successful
Swaous.Asuscomm Build / Build-Docker-Image (push) Successful in 35s

This commit is contained in:
Lazy Hippopotamus
2025-02-27 08:21:42 -05:00
parent 099bfceb7e
commit de858ff884
7 changed files with 86 additions and 103 deletions

View File

@@ -14,19 +14,25 @@
</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 id="toplogo"><a href="http://localhost:8070"><img src="http://localhost:8070/brand.png" /></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>
<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>
<p>
I do freelance web development and software development. If you want to see some of my work, check out my <a href="http://localhost:8070/portfolio.html">portfolio</a>. If you want to hire me, <a href="http://localhost:8070/contact.html">contact me!</a>
</p>
</div>
</div>
<script src="http://localhost:8070/scrolly.js"></script>
<div>
</div>
<script src="http://localhost:8070/scrolly.js"></script>
</body>
</html>

View File

@@ -29,6 +29,7 @@ body > div {
margin-left: auto;
margin-right: auto;
margin-top: 100px;
margin-bottom: 100px;
background-color: hsl(225, 30%, 26%);
border-radius: 100px;
box-shadow: 0px 0px 50px black;
@@ -43,48 +44,12 @@ body > div {
padding-bottom: 50px;
}
#toplogo > img {
#toplogo img {
height: 128px;
}
#nav {
position: sticky;
top: 0px;
display: flex;
width: max-content;
margin-left: auto;
margin-right: auto;
border-bottom: 1px solid white;
padding: 10px;
}
#nav > a {
text-decoration: none;
color: white;
transition: background-color 0.25s, color 0.25s;
background-color: rgb(22, 22, 22);
padding: 10px;
border-radius: 10px;
font-weight: bold;
margin-left: 10px;
margin-right: 10px;
height: 100%;
}
#nav > a > img {
height: calc(1em + 20px);
}
#nav > a:has(> img) {
padding: 0px;
background-color: transparent;
transition: margin 0.5s;
}
#nav > a:has(> img):hover {
margin-bottom: 10px;
margin-top: -10px;
background-color: transparent;
padding-left: 10%;
padding-right: 10%;
padding-bottom: 10%;
border-bottom: 2px solid white;
}
h1:not(.scrolly-visible)+#nav { /* sticky stuck! */
@@ -113,4 +78,22 @@ h1, h2 {
p {
line-height: 2em;
}
a {
text-decoration: none;
color: white;
background-image: linear-gradient(transparent 0%, transparent 50%, white 50%, white 100%);
background-size: 100% 200%;
background-position: 0px -2px;
transition: background-position 0.1s, color 0.1s;
}
a:has(img) {
background-image: none;
}
a:hover {
background-position: 0px 100%;
color: black;
}

View File

@@ -1 +0,0 @@
<div id="nav"><a href="[^baseurl]/comics.html">Comics</a></div>

View File

@@ -11,12 +11,18 @@
</head>
<body>
<div>
<div id="toplogo"><img src="[^config.baseurl]/brand.png" /></div>
[#nav.html]
<div id="toplogo"><a href="[^config.baseurl]"><img src="[^config.baseurl]/brand.png" /></a></div>
<div>
[^maincontent]
[^cards.0]
</div>
</div>
[f cards card]
[i card cards.0 equals not]
<div>
[^card]
</div>
[/]
[/]
<script src="[^config.baseurl]/scrolly.js"></script>
</body>
</html>

View File

@@ -1,9 +1,17 @@
[!]
[=title "Tyler Clarke's homepage"]
[=maincontent-]
<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>
[=cards-]
[=+-]
<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>
<p>
I do freelance web development and software development. If you want to see some of my work, check out my <a href="[^config.baseurl]/portfolio.html">portfolio</a>. If you want to hire me, <a href="[^config.baseurl]/contact.html">contact me!</a>
</p>
[/]
[=+-]
[/]
[/]
[#default.html]

View File

@@ -28,6 +28,7 @@ body > div {
margin-left: auto;
margin-right: auto;
margin-top: 100px;
margin-bottom: 100px;
background-color: hsl(225, 30%, 26%);
border-radius: 100px;
box-shadow: 0px 0px 50px black;
@@ -42,48 +43,12 @@ body > div {
padding-bottom: 50px;
}
#toplogo > img {
#toplogo img {
height: 128px;
}
#nav {
position: sticky;
top: 0px;
display: flex;
width: max-content;
margin-left: auto;
margin-right: auto;
border-bottom: 1px solid white;
padding: 10px;
}
#nav > a {
text-decoration: none;
color: white;
transition: background-color 0.25s, color 0.25s;
background-color: rgb(22, 22, 22);
padding: 10px;
border-radius: 10px;
font-weight: bold;
margin-left: 10px;
margin-right: 10px;
height: 100%;
}
#nav > a > img {
height: calc(1em + 20px);
}
#nav > a:has(> img) {
padding: 0px;
background-color: transparent;
transition: margin 0.5s;
}
#nav > a:has(> img):hover {
margin-bottom: 10px;
margin-top: -10px;
background-color: transparent;
padding-left: 10%;
padding-right: 10%;
padding-bottom: 10%;
border-bottom: 2px solid white;
}
h1:not(.scrolly-visible)+#nav { /* sticky stuck! */
@@ -112,4 +77,22 @@ h1, h2 {
p {
line-height: 2em;
}
a {
text-decoration: none;
color: white;
background-image: linear-gradient(transparent 0%, transparent 50%, white 50%, white 100%);
background-size: 100% 200%;
background-position: 0px -2px;
transition: background-position 0.1s, color 0.1s;
}
a:has(img) {
background-image: none;
}
a:hover {
background-position: 0px 100%;
color: black;
}

View File

@@ -1,2 +0,0 @@
[?] [#config.stx]
<div id="nav"><a href="https://github.com/LinuxRocks2000/"><img src="[^config.baseurl]/github-mark-white.svg" /></a><a href="[^config.baseurl]/blog">Blog</a></div>