From 1622895cd467f59f25fe375f081aa59693ae4c8f Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 10 Oct 2023 22:23:24 -0400 Subject: Hey it looks like Four Island --- app/views/layouts/application.html.haml | 39 +++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 16 deletions(-) (limited to 'app/views/layouts/application.html.haml') diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index db45235..d529af6 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -11,19 +11,26 @@ - if flash[:notice] %div#flash.flash-notice= flash[:notice] #container - #sidebar - .sidebar-module - %h2 I'm Starlight. - %p Coding is what I do. I make a lot of things, including Twitter bots. I really like Pokémon, and I write about it a lot. - %p B.S. in CS, Carnegie Mellon 2017 - .sidebar-module - %h2 Meta - %ul - - if not user_signed_in? - %li= link_to "Log in", new_user_session_path - - if user_signed_in? - %li= link_to "Admin", admin_url - %li= link_to "Log out", destroy_user_session_path, method: :delete - #main - %header#banner= link_to "feffernoo.se", root_url - #content= yield + #page-header + %header#banner + %h1= link_to "Four Island", root_url + #page-body + #sidebar + .sidebar-module + %blockquote.pimped.bubble.rounded.bottom + %h2 I'm Hatkirby. + %p Coding is what I do. I make a lot of things, including Twitter bots. I really like Pokémon, and I write about it a lot. + %p B.S. in CS, Carnegie Mellon 2017 + %cite.bubble + Hatkirby on Four Island + .sidebar-module + .bubble.rounded + %h2 Meta + %ul + - if not user_signed_in? + %li= link_to "Log in", new_user_session_path + - if user_signed_in? + %li= link_to "Admin", admin_url + %li= link_to "Log out", destroy_user_session_path, method: :delete + #main + #content= yield -- cgit 1.4.1