Skip to content

Commit

Permalink
Fix git repos api
Browse files Browse the repository at this point in the history
  • Loading branch information
hit9 committed May 5, 2015
1 parent dcd02da commit e9a96ca
Show file tree
Hide file tree
Showing 7 changed files with 223 additions and 304 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# vim:set noet:
all:
coffee -c -o js coffee/ghresume.coffee
lessc less/style.less css/style.css
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GhResume
========

Another resume generator for github user
Another resume generator for github user

![](screen-shot.png)

Expand All @@ -28,11 +28,11 @@ I want to host this on my github pages!

1. fork this repo.

2. edit file js/ghresume.js, change username to yours and commit this change to github.com
2. edit file js/ghresume.js, change `name` to yours and commit this change to github.com

3. Go to [https://github.com/settings/applications](https://github.com/settings/applications) to register your ghresume repo as a new application

To register a new application on github: if you have a domain for your `user.github.com`, write your domain in the two blanks.(for me, will be http://hit9.org).else, write your-username.github.com in the two blanks.
To register a new application on github: if you have a domain for your `user.github.com`, write your domain in the two blanks.(for me, will be http://hit9.github.io).else, write your-username.github.com in the two blanks.

Browser Support
---------------
Expand Down
120 changes: 0 additions & 120 deletions coffee/ghresume.coffee

This file was deleted.

10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
<!--[IF IE]>
<style>
.container{
margin-right: auto;
margin-left: auto;
width: 91%;
background: url("static/ie-background.png") repeat;
margin-right: auto;
margin-left: auto;
width: 91%;
background: url("static/ie-background.png") repeat;
}
</style>
<![endif]-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="vendors/jquery-1.7.2.min.js"></script>
<script type="text/javascript">
$.noConflict();
</script>
Expand Down
Loading

0 comments on commit e9a96ca

Please sign in to comment.