Bladeren bron

README, rearranging stuff

master
Ben Kurtovic 12 jaren geleden
bovenliggende
commit
cbf61b63b4
2 gewijzigde bestanden met toevoegingen van 42 en 9 verwijderingen
  1. +29
    -0
      README.md
  2. +13
    -9
      _layouts/home.html

+ 29
- 0
README.md Bestand weergeven

@@ -0,0 +1,29 @@
This is a bit of a personal website of mine, showcasing my code work and
linking to some other sites where I have relevant profiles.

All content on this site is released under the MIT License (see below), with
the exception of content in _posts/, which is not to be reused without
permission.

LICENSE
-------

Copyright (C) 2011-2012 by Ben Kurtovic <ben.kurtovic@verizon.net>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

+ 13
- 9
_layouts/home.html Bestand weergeven

@@ -23,24 +23,28 @@ layout: base
<td class="about-r dark-r"><a href="http://pgp.mit.edu:11371/pks/lookup?search=0x8A19649AE8DBB515&amp;fingerprint=on&amp;op=index">E8DBB515</a></td>
</tr>
<tr>
<td class="about-l light-l">Wikipedia</td>
<td class="about-r light-r"><a href="http://en.wikipedia.org/wiki/User:The_Earwig">[[User:The Earwig]]</a></td>
</tr>
<tr>
<td class="about-l dark-l">Toolserver</td>
<td class="about-r dark-r"><a href="http://toolserver.org/~earwig">~earwig</a></td>
</tr>
<tr>
<td class="about-l light-l">GitHub</td>
<td class="about-r light-r"><a href="http://github.com/earwig">earwig</a></td>
</tr>
<tr>
<td class="about-l dark-l">Wikipedia</td>
<td class="about-r dark-r"><a href="http://en.wikipedia.org/wiki/User:The_Earwig">[[User:The Earwig]]</a></td>
<td class="about-l dark-l">BitBucket</td>
<td class="about-r dark-r"><a href="https://bitbucket.org/earwig">earwig</a></td>
</tr>
<tr>
<td class="about-l light-l">Twitter</td>
<td class="about-r light-r"><a href="http://twitter.com/the_earwig">@the_earwig</a></td>
</tr>
<tr>
<td class="about-l dark-l">Tumblr</td>
<td class="about-r dark-r"><a href="http://theearwig.tumblr.com/">theearwig</a></td>
</tr>
<tr>
<td id="about-bl" class="about-l light-l">Toolserver</td>
<td id="about-br" class="about-r light-r"><a href="http://toolserver.org/~earwig">~earwig</a></td>
<td id="about-bl" class="about-l dark-l">Tumblr</td>
<td id="about-br" class="about-r dark-r"><a href="http://theearwig.tumblr.com/">theearwig</a></td>
</tr>
</table>
<h2 class="index-header">Projects</h2>
@@ -56,7 +60,7 @@ layout: base
<h2 class="index-header">Tweets</h2>
<ul id="tweets">
<script type="text/javascript"
src="https://twitter.com/statuses/user_timeline/the_earwig.json?count=3&amp;callback=show_tweets">
src="https://twitter.com/statuses/user_timeline/the_earwig.json?count=4&amp;callback=show_tweets">
</script>
<li><a href="http://twitter.com/the_earwig">More...</a></li>
</ul>


Laden…
Annuleren
Opslaan