This commit is contained in:
Logan 2024-07-20 18:02:31 -05:00
parent c088d1fd62
commit 944cb3a81b
2 changed files with 6 additions and 6 deletions

10
dist/index.html vendored
View file

@ -1,4 +1,4 @@
<!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 Website</title><style>@font-face { <!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><style>@font-face {
font-family: 'merriweather'; font-family: 'merriweather';
src: url(/res/merriweather-regular.ttf); src: url(/res/merriweather-regular.ttf);
} }
@ -74,10 +74,10 @@ window.onload = function() {
ctx.fillRect(0, 0, bg.width, bg.height); ctx.fillRect(0, 0, bg.width, bg.height);
} }
</script></head><body><main><h1>logan's site</h1><hr><h2>me</h2><p> </script></head><body><main><h1>logan's site</h1><hr><h2>me</h2><p>
i am a programming and philosophy enthusiast. once upon a time i was a I am a programming and philosophy enthusiast. Once upon a time i was a
competitive debater on a few local and state circuits. after over 10 competitive debater on a few local and state circuits. After over 10
years of doing robotics i'm finally starting to get the hang of it. years of doing robotics I'm finally starting to get the hang of it.
currently in the process of discovering my love for hypertext and the Currently in the process of discovering my love for hypertext and the
world wide web! world wide web!
<hr><h2>my interests</h2><ul><li>music</li><li>books</li><li>websites</li><li>you!</li></ul></p><hr><h2>writeups</h2><ul><li>dependency paranoia</li><li>on build systems</li></ul><hr><h2>programming</h2><p> <hr><h2>my interests</h2><ul><li>music</li><li>books</li><li>websites</li><li>you!</li></ul></p><hr><h2>writeups</h2><ul><li>dependency paranoia</li><li>on build systems</li></ul><hr><h2>programming</h2><p>
i have been making things for much longer than i have bothered i have been making things for much longer than i have bothered

View file

@ -8,7 +8,7 @@ fn head() -> Markup {
meta charset="UTF-8"; meta charset="UTF-8";
meta name="viewport" content="width=device-width, initial-scale=1.0"; meta name="viewport" content="width=device-width, initial-scale=1.0";
meta http-equiv="X-UA-Compatible" content="ie=edge"; meta http-equiv="X-UA-Compatible" content="ie=edge";
title { "Logan's Website" }; title { "logan's site" };
// style { (include_str!("normalize.css")) } // style { (include_str!("normalize.css")) }
style { (PreEscaped(include_str!("main.css"))) } style { (PreEscaped(include_str!("main.css"))) }
script { (PreEscaped(include_str!("index.js"))) } script { (PreEscaped(include_str!("index.js"))) }