about summary refs log tree commit diff stats
path: root/data/maps/the_keen
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_keen')
0 files changed, 0 insertions, 0 deletions
3117fb3ad3eedc6c041d7269adf05'>1fb650f ^
ad80c40 ^
7e2e423 ^




ad80c40 ^
1622895 ^






















1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36


       
                                                                             
                    
                                                                                    
                                                                             




                                             
              






















                                                                                                                                         
!!! 5
%html
  %head
    %title= content_for?(:title) ? "Thoughts - #{yield(:title)}" : "Thoughts"
    = csrf_meta_tags
    = stylesheet_link_tag    'main', media: 'all', 'data-turbolinks-track': 'reload'
    = javascript_include_tag 'application', 'data-turbolinks-track': 'reload'
  %body#main-body
    - if flash[:alert]
      %div#flash.flash-alert= flash[:alert]
    - if flash[:notice]
      %div#flash.flash-notice= flash[:notice]
    #container
      #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
              <strong>Hatkirby</strong> 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