Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
index haml page
  • Loading branch information
the-teacher committed Jul 8, 2012
1 parent acab131 commit e5046db
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 2 deletions.
4 changes: 3 additions & 1 deletion app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added public/images/the-teacher.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/app.coffee
Expand Up @@ -3,6 +3,7 @@ routes = require './routes'
haml = require 'hamljs'
cons = require 'consolidate'
http = require 'http'
moment = require 'the_time.js'
app = express()

app.configure ->
Expand Down
46 changes: 45 additions & 1 deletion views/index.haml
@@ -1 +1,45 @@
%h1 Hello World!
%h2
%a{ href: "https://github.com/the-teacher" } github.com/the-teacher
%img{ src: "/images/the-teacher.jpg", style: "float:right" }
%p
%b Ilya N. Zykin, Russia, Saint Petersburg
%br
%i Ruby Frontend developer (school teacher in the past)
%h2{ style: "color:MediumBlue" } My open-source projects
%ol
%li
%h3
%a{ href: "https://github.com/the-teacher/the_template" } TheTemplate
%p
%b Padrino Template App for frontend developers
%br
%i Use HAML, SASS and Coffee Script for frontend development right now!
%li
%h3
%a{ href: "https://github.com/the-teacher/ExpressOnSteroids" } Express on Steroids
%p
%b Node.js/Express application + CoffeeScript + SASS + HAML
%br
%i Use HAML, SASS and Coffee Script for frontend development right now!
%li
%h3
%a{ href: "https://github.com/the-teacher/TheTime.js" } TheTime.js
%p
%b Awesome JS Date wrapper for Node.js and Browser JS
%br
%i Makes work with JS Date object easier and more humane
%li
%h3
%a{ href: "https://github.com/the-teacher/the_sortable_tree" } the_sortable_tree
%p
%b Engine Based Drag&Drop GUI for awesome_nested_set gem. Rails >=3.1
%br
%i For building awesome tree based interfaces with awesome_nested_set gem
%h3 TheTime.js test (build current month)
- M = new Moment
= 2+2

0 comments on commit e5046db

Please sign in to comment.