Skip to content

Commit

Permalink
+ hamlr, sassr, README
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Feb 9, 2010
1 parent d707a0f commit 1cc592e
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 7 deletions.
1 change: 1 addition & 0 deletions README.textile
@@ -0,0 +1 @@
Github website: http://floere.github.com
Empty file added basic.sass
Empty file.
1 change: 1 addition & 0 deletions hamlr
@@ -0,0 +1 @@
haml index.haml index.html
16 changes: 16 additions & 0 deletions index.haml
@@ -0,0 +1,16 @@
!!!
%html{ :xmlns => "http://www.w3.org/1999/xhtml", :'xml:lang' => "en", :lang => "en" }
%head
%meta{ :'http-equiv' => "Content-type", :content => "text/html; charset=utf-8" }
%link{ :rel => 'stylesheet', :href => 'basic.css', :type => 'text/css' }
%title Florian Hanke on Github
%body
%h1 Projects
%h2 View Models
%p
%a{ :href => "http://floere.github.com/view_models" } View Models
, the glue between M, V, and C in Ruby on Rails.
%h2 Contexts
%p
%a{ :href => "http://github.com/floere/contexts" } Contexts
, for easy to use Sidebars/Carts/Navigations in Ruby on Rails.
16 changes: 9 additions & 7 deletions index.html
@@ -1,19 +1,21 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="basic.css" type="text/css" />
<meta content='text/html; charset=utf-8' http-equiv='Content-type' />
<link href='basic.css' rel='stylesheet' type='text/css' />
<title>Florian Hanke on Github</title>
</head>
<body>
<h1>Projects</h1>
<h2>View Models</h2>
<p>
<a href="http://floere.github.com/view_models">View Models</a>, the glue between M, V, and C in Ruby on Rails.
<a href='http://floere.github.com/view_models'>View Models</a>
, the glue between M, V, and C in Ruby on Rails.
</p>
<h2>Contexts</h2>
<p>
<a href="http://github.com/floere/contexts">Contexts</a>, for easy to use Sidebars/Carts/Navigations in Ruby on Rails.
<a href='http://github.com/floere/contexts'>Contexts</a>
, for easy to use Sidebars/Carts/Navigations in Ruby on Rails.
</p>
</body>
</html>
</html>
1 change: 1 addition & 0 deletions sassr
@@ -0,0 +1 @@
sass basic.sass basic.css

0 comments on commit 1cc592e

Please sign in to comment.