Yay?


Last login: Sun Jun 14 08:20:03 on console
iMac:~ ken$ cd Downloads/Projects/shp/
iMac:shp ken$ ls
CHANGELOG README TODO html
CLASSSTRUCTURE README-DJANGO URLS schoolhouseproductions
iMac:shp ken$ git commit -m "Added the HTML layout and supporting files"
# On branch master
# Untracked files:
# (use "git add ..." to include in what will be committed)
#
# html/
# schoolhouseproductions/templates/
nothing added to commit but untracked files present (use "git add" to track)
iMac:shp ken$ git add .
iMac:shp ken$ git commit -m "Added the HTML layout and supporting files"
Created commit 040e2fa: Added the HTML layout and supporting files
17 files changed, 539 insertions(+), 0 deletions(-)
create mode 100644 html/README
create mode 100644 html/css/content.css
create mode 100644 html/css/network.css
create mode 100644 html/css/video.css
create mode 100644 html/img/author.png
create mode 100644 html/img/bg.png
create mode 100644 html/js/cufon-yui.js
create mode 100644 html/js/droid_400.font.js
create mode 100644 html/js/flowplayer-3.1.1.min.js
create mode 100644 html/js/flowplayer.embed-3.0.2.min.js
create mode 100644 html/js/jquery-1.3.2.min.js
create mode 100644 html/js/network.js
create mode 100644 html/js/video.js
create mode 100644 html/swf/flowplayer-3.1.1.swf
create mode 100644 html/swf/flowplayer.controls-3.1.1.swf
create mode 100644 html/video.html
create mode 100644 schoolhouseproductions/templates/index.html
iMac:shp ken$ git push origin master
Counting objects: 28, done.
Compressing objects: 100% (25/25), done.
Writing objects: 100% (26/26), 176.92 KiB, done.
Total 26 (delta 2), reused 0 (delta 0)
To git@github.com:Parent5446/schoolhouseproductions.git
bea0d06..040e2fa master -> master
iMac:shp ken$

This entry was posted in Technology and tagged . Bookmark the permalink.

Leave a Reply