-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added readme and none text if no company or email is sepcified
- Loading branch information
1 parent
c62ae59
commit eab805a
Showing
4 changed files
with
5 additions
and
103 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
</form> | ||
</div> | ||
<p id='main-text-under-form'>Discover your favorite programming languages. <a id='show-about-this-site' href='#'>About this site</a>.</p> | ||
<p id='about-this-site' class='transparent'>This website is built by <a href='#'>Alex</a>. It finds your favorite programming languages using your <a href='#'>GitHub</a> username. To find out more, read our <a href='#'>FAQ</a>.</p> | ||
<p id='about-this-site' class='transparent'>This website is built by <a href='https://github.com/alex-felix'>Alex</a>. It finds your favorite programming languages using your <a href='https://github.com/'>GitHub</a> username. To find out more, send me an <a href='mailto:[email protected]'>email</a>.</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
TODO | ||
Tiny little ruby on rails website that crawls though your public repos to find out what your favorite languages are. GitHub crawler logic can be found under app/services/github_client.rb. |