diff --git a/_layouts/base.html b/_layouts/base.html index 21c3e10..84fef4b 100644 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -7,6 +7,7 @@ {% else %} {{ page.title }} - Ben Kurtovic {% endif %} + diff --git a/_posts/2011-06-23-oh-look-a-blog.md b/_posts/2011-06-23-oh-look-a-blog.md index 512f5a4..5584990 100644 --- a/_posts/2011-06-23-oh-look-a-blog.md +++ b/_posts/2011-06-23-oh-look-a-blog.md @@ -1,7 +1,7 @@ --- layout: post title: Oh Look, A Blog! -tags: Misc +tags: Wikipedia Misc description: Just kinda playing with the idea of my own site right now --- diff --git a/index.html b/index.html index 5242eb7..d8905a2 100644 --- a/index.html +++ b/index.html @@ -3,46 +3,28 @@ layout: base title: Home --- - +

I'm a software developer and Wikipedian currently studying computer science at the University of Illinois at Urbana–Champaign. My work mostly focuses on text parsing and analysis; I'm also interested in programming language theory and algorithm design.

+
- - + + + + + + + + + + + + + + + + - +
-

Projects

@@ -134,7 +116,7 @@ title: Home
+

Posts

Tags: diff --git a/static/favicon.png b/static/favicon.png new file mode 100644 index 0000000..bf6579b Binary files /dev/null and b/static/favicon.png differ diff --git a/static/main.css b/static/main.css index 0d6311b..96de281 100644 --- a/static/main.css +++ b/static/main.css @@ -77,6 +77,38 @@ a.underlined:hover, a.underlined:active { text-decoration: none; } line-height: 1.75em; } +#links { + width: 100%; + text-align: center; + border-spacing: 0; +} + +#links td { + width: 16.666666666667%; +} + +#links td:not(:first-child) { + border-left: 1px solid #CCC; +} + +#work { + width: 100%; + border-spacing: 0; +} + +#work td { + width: 50%; + vertical-align: top; +} + +#work td:not(:first-child) { + padding-left: 0.5em; +} + +#work td:not(:last-child) { + padding-right: 0.5em; +} + .project { margin-bottom: 1.25em; }