about summary refs log tree commit diff stats
path: root/app/views/layouts/application.html.haml
blob: 55d7805b533597f74c93255adf0d94e6c379f6d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
!!! 5
%html
  %head
    %title Thoughts
    = csrf_meta_tags
    = stylesheet_link_tag    'application', media: 'all', 'data-turbolinks-track': 'reload'
    = javascript_include_tag 'application', 'data-turbolinks-track': 'reload'
  %body
    #container
      #banner
        %h1= link_to "Thoughts", root_url
      #main
        #content= yield
        #sidebar
          %h2 I'm Fef.
          %p I'm a computer science undergrad at Carnegie Mellon University. I make a lot of things, including Twitter bots. I really like Pokémon, and I write about it a lot.