Title
This commit is contained in:
parent
c088d1fd62
commit
944cb3a81b
10
dist/index.html
vendored
10
dist/index.html
vendored
|
@ -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';
|
||||
src: url(/res/merriweather-regular.ttf);
|
||||
}
|
||||
|
@ -74,10 +74,10 @@ window.onload = function() {
|
|||
ctx.fillRect(0, 0, bg.width, bg.height);
|
||||
}
|
||||
</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
|
||||
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.
|
||||
currently in the process of discovering my love for hypertext and the
|
||||
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
|
||||
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
|
||||
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>
|
||||
i have been making things for much longer than i have bothered
|
||||
|
|
|
@ -8,7 +8,7 @@ fn head() -> Markup {
|
|||
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 { "logan's site" };
|
||||
// style { (include_str!("normalize.css")) }
|
||||
style { (PreEscaped(include_str!("main.css"))) }
|
||||
script { (PreEscaped(include_str!("index.js"))) }
|
||||
|
|
Loading…
Reference in a new issue