remove unused layout files

This commit is contained in:
Ariejan de Vroom 2013-08-16 06:40:25 +02:00
parent 39a6103f7e
commit 52146b401d
3 changed files with 0 additions and 107 deletions

View File

@ -1,34 +0,0 @@
%nav
%ul#navigation
%li
%a{:href => "/"}
%span{:style => "border-color:#ff9108;"} Blog
%li.drop
%a{:href => "/projects"}
%span{:style => "border-color:#ebe823;"} Projects
%ul
%li
%a{:href => "/projects#focal"}
%span Focal
%li
%a{:href => "/projects#imdb"}
%span IMDB Rubygem
%li
%a{:href => "/projects#firefly"}
%span Firefly
%li
%a{:href => "/projects#postcodeapi"}
%span PostcodeAPI
%li
%a{:href => "/projects#elfproef"}
%span elfproef
%li
%a{:href => "/craftsmanship"}
%span{:style => "border-color:#ffeb79;"} Craftsmanship
%li
%a{:href => "/talks"}
%span{:style => "border-color:#a0e0a9;"} Talks
%li
%a{:href => "/about"}
%span{:style => "border-color:#00ada7;"} About

View File

@ -1,57 +0,0 @@
%section#sidebar
.one_first
%aside.widget.widget_search
%h3.widgettitle Search
.search_line
%form{:action => "#"}
%p
%input#search{:name => "search", :placeholder => "", :type => "text", :value => ""}/
%input{:type => "submit", :value => ""}/
.one_first
%aside.widget.widget_custom_recent_entries
%h3.widgettitle Latest posts
%ul
%li
%a{:href => "openpost.html"} Sample post
%abbr.published{:title => "18.09.12"} 2 days ago
.entry-content
%p Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque tristique volutpat nunc, id rhoncus augue
%li
%a{:href => "openpost.html"} Sample post
%abbr.published{:title => "18.09.12"} 2 days ago
.entry-content
%p Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque tristique volutpat nunc, id rhoncus augue
.one_first
%aside.widget.widget_custom_flickr_entries
%h3.widgettitle Flickr
%ul#flickr_images_sidebar
:javascript
jQuery(document).ready(function(){
jQuery('#flickr_images_sidebar').jflickrfeed({
limit: 6,
qstrings: {
id: '49053047@N04'
},
itemTemplate: '<li><a href="{{image_b}}"><img src="{{image_s}}" alt="{{title}}" /></a></li>'
});
});
.one_first
%aside.widget.widget_links
%h3.widgettitle List widget
%ul
%li
%a{:href => "#"} Styling options
%li
%a{:href => "#"} Theme options
%li
%a{:href => "#"} Sidebars & widgets
%li
%a{:href => "#"} Shortcodes
%li
%a{:href => "#"} Blogs & posts
%li
%a{:href => "#"} Sliders & slides
%li
%a{:href => "#"} Contact form builder
%li
%a{:href => "#"} Demo content

View File

@ -1,16 +0,0 @@
%ul.social_list
%li
%a{:href => "https://github.com/ariejan", :title => "Github"}
%img{:alt => "Github", :width => 26, :height => 26, :src => "/images/socicons/github.png"}/
%li
%a{:href => "http://www.linkedin.com/in/ariejan", :title => "LinkedIn"}
%img{:alt => "LinkedIn", :width => 26, :height => 26, :src => "/images/socicons/linkedin.png"}/
%li
%a{:href => "https://twitter.com/ariejan", :title => "Twitter"}
%img{:alt => "Twitter", :width => 26, :height => 26, :src => "/images/socicons/twitter.png"}/
%li
%a{:href => "http://ariejan.net/rss.xml", :title => "RSS Feed"}
%img{:alt => "RSS Feed", :width => 26, :height => 26, :src => "/images/socicons/rss.png"}/
%li
%a{:href => "mailto:ariejan@ariejan.net", :title => "E-mail"}
%img{:alt => "E-mail", :width => 26, :height => 26, :src => "/images/socicons/email.png"}/