diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-10 22:23:24 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-10 22:23:24 -0400 |
| commit | 1622895cd467f59f25fe375f081aa59693ae4c8f (patch) | |
| tree | d9ee2dfe857cc41864529f05d4c45d34a5131b4e /app/views/layouts | |
| parent | 6bb3f3216ec2fdfa34907ca708535cc879eaf2f5 (diff) | |
| download | thoughts-1622895cd467f59f25fe375f081aa59693ae4c8f.tar.gz thoughts-1622895cd467f59f25fe375f081aa59693ae4c8f.tar.bz2 thoughts-1622895cd467f59f25fe375f081aa59693ae4c8f.zip | |
Hey it looks like Four Island
Diffstat (limited to 'app/views/layouts')
| -rw-r--r-- | app/views/layouts/application.html.haml | 39 |
1 files changed, 23 insertions, 16 deletions
| 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 @@ | |||
| 11 | - if flash[:notice] | 11 | - if flash[:notice] |
| 12 | %div#flash.flash-notice= flash[:notice] | 12 | %div#flash.flash-notice= flash[:notice] |
| 13 | #container | 13 | #container |
| 14 | #sidebar | 14 | #page-header |
| 15 | .sidebar-module | 15 | %header#banner |
| 16 | %h2 I'm Starlight. | 16 | %h1= link_to "Four Island", root_url |
| 17 | %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. | 17 | #page-body |
| 18 | %p B.S. in CS, Carnegie Mellon 2017 | 18 | #sidebar |
| 19 | .sidebar-module | 19 | .sidebar-module |
| 20 | %h2 Meta | 20 | %blockquote.pimped.bubble.rounded.bottom |
| 21 | %ul | 21 | %h2 I'm Hatkirby. |
| 22 | - if not user_signed_in? | 22 | %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. |
| 23 | %li= link_to "Log in", new_user_session_path | 23 | %p B.S. in CS, Carnegie Mellon 2017 |
| 24 | - if user_signed_in? | 24 | %cite.bubble |
| 25 | %li= link_to "Admin", admin_url | 25 | <strong>Hatkirby</strong> on Four Island |
| 26 | %li= link_to "Log out", destroy_user_session_path, method: :delete | 26 | .sidebar-module |
| 27 | #main | 27 | .bubble.rounded |
| 28 | %header#banner= link_to "feffernoo.se", root_url | 28 | %h2 Meta |
| 29 | #content= yield | 29 | %ul |
| 30 | - if not user_signed_in? | ||
| 31 | %li= link_to "Log in", new_user_session_path | ||
| 32 | - if user_signed_in? | ||
| 33 | %li= link_to "Admin", admin_url | ||
| 34 | %li= link_to "Log out", destroy_user_session_path, method: :delete | ||
| 35 | #main | ||
| 36 | #content= yield | ||
