diff --git a/content/led-dress.md b/content/led-dress.md index ed2de7f..c77ac20 100644 --- a/content/led-dress.md +++ b/content/led-dress.md @@ -1,7 +1,7 @@ Title: LED Dress Date: 2016-03-18 Category: Projects -Summary: A dress made out of LEDs that twinkle like stars +Summary: A dress made out of LEDs that twinkle like stars. A friend of mine was attending a stars and constellations themed ball. She wanted to wear a dress that was lit up with LEDs acting as twinkling stars. diff --git a/content/plant-waterer.md b/content/plant-waterer.md index 87ca14c..56f84e7 100644 --- a/content/plant-waterer.md +++ b/content/plant-waterer.md @@ -3,10 +3,10 @@ Date: 2014-06-05 Category: Projects Summary: A device that automatically waters plants. -One day I decided watering my lone plant was too much work, so I automated it. +One day I decided watering my one plant was too much work, so I automated it. It's also great for when I'm on vacation. The plant is a year old now and -doesn't look as good as when it was younger (kinda like you). So this machine is -like its life support. +doesn't look as good as it used to (kinda like you). So this machine is like its +life support. Update: this plant died long ago. diff --git a/themes/theme/templates/article.html b/themes/theme/templates/article.html index 26e29cf..2a3db57 100644 --- a/themes/theme/templates/article.html +++ b/themes/theme/templates/article.html @@ -3,15 +3,15 @@ {% block content %}

{{ article.title }}

+
+ {{ article.summary }} +

{{ article.locale_date }} {% if article.modified %} — updated {{ article.locale_modified }} {% endif %}

-
- {{ article.summary }} -

diff --git a/themes/theme/templates/index.html b/themes/theme/templates/index.html index 3bf0dd6..1d46d86 100644 --- a/themes/theme/templates/index.html +++ b/themes/theme/templates/index.html @@ -2,25 +2,39 @@ {% block content %}

- Hi, I'm Tanner! I do firmware design and web development, although I majored - in electrical engineering. + Hi, I'm Tanner! I do firmware design and web development.

Contact Info

Email: site@tannercollin.com
- Telegram: @tannercollin + Telegram: @tannercollin +

+ +

Resume

+ + + +

Projects

+ +

+ My main hobby is working on technical projects. I typically design websites or + build tools that make my life easier. Sometimes art. +

+ +

+ You can find my code on GitHub.

{% for article in articles_page.object_list %}

{{ article.title }}

-

- {{ article.locale_date }} - {% if article.modified %} - — updated {{ article.locale_modified }} - {% endif %} -

{{ article.summary }}
diff --git a/themes/theme/templates/style.css b/themes/theme/templates/style.css index aac177b..4e84e9c 100644 --- a/themes/theme/templates/style.css +++ b/themes/theme/templates/style.css @@ -1,3 +1,7 @@ +html { + overflow-y: scroll; +} + body { text-rendering: optimizeLegibility; font: 1.2rem/1.0 Lato,sans-serif; @@ -9,6 +13,7 @@ a { color: #000000; text-decoration: none; outline: none; + border-bottom: 1px solid #000; } pre { @@ -40,7 +45,7 @@ pre { .topbar { text-align: center; - margin-bottom: 2rem; + margin-bottom: 1.5rem; } .content .topbar img { @@ -71,6 +76,8 @@ pre { } .content div.summary p { + margin-top: -0.5rem; + margin-left: 1rem; font-style: italic; } @@ -82,8 +89,13 @@ pre { font: 1.2rem/1.5 Apparatus SIL,serif; } -.content p a { - border-bottom: 1px solid #000; +.content ul { + padding-left: 0; + list-style-position: inside; +} + +.content li { + font: 1.2rem/1.5 Apparatus SIL,serif; } .content img {