Skip to content

Commit

Permalink
fixed the ignorance
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe committed Oct 21, 2012
1 parent 5791714 commit cc8fd57
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -10,5 +10,5 @@ log.log
peterbecom-static-content/
peterbecom/collected/
peterbecom/static/plog/
cache/
/cache/
peterbecom/settings/live_settings.py
Binary file added peterbecom/static/images/crosstips-screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added peterbecom/static/images/kwissle-screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added peterbecom/static/images/mfwc-screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions peterbecom/static/js/about.js
@@ -0,0 +1,10 @@
$(function() {
$('.projects .project').each(function() {
var h3 = $('h3', this);
h3.append($('<a href="#">')
.attr('href', '#' + $(this).attr('id'))
.attr('title', "Link to '" + h3.text() + "'")
.addClass('perm')
.text('#'));
});
});
2 changes: 2 additions & 0 deletions peterbecom/static/libs/zepto.min.js

Large diffs are not rendered by default.

0 comments on commit cc8fd57

Please sign in to comment.