Browse Source

Added git link. Removed Euler image.

Thomas Buck 10 years ago
parent
commit
0675ab38c4
2 changed files with 3 additions and 9 deletions
  1. 2
    9
      input/index.md
  2. 1
    0
      page.html

+ 2
- 9
input/index.md View File

@@ -8,7 +8,7 @@ compat: home
8 8
 <div style="width: 150px; height: 150px; float: right; border: 2px, solid, #000000; border-radius: 10px; background-image: url(http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=150); margin-left: 2em; margin-bottom: 1em;"></div>
9 9
 
10 10
 I'm a 19 year old Information Engineering student from Germany, mostly building stuff with AVR microcontrollers.
11
-All of my projects are released as [Free Software][fs] on my [GitHub profile][gh], with more informations here. Have fun!
11
+All of my projects are released as [Free Software](http://www.gnu.org/philosophy/free-sw.html) on my [GitHub profile](https://github.com/xythobuz), with more informations here. Have fun!
12 12
 
13 13
 ### Recent Blog Posts
14 14
 
@@ -27,11 +27,4 @@ for p in posts[0:4]:
27 27
 <div style="width: 100%; margin-left: auto; margin-right: auto;">
28 28
 <a class="twitter-timeline" data-dnt="true" href="https://twitter.com/xythobuz" data-widget-id="318732638158471170" data-chrome="noheader nofooter">Tweets by @xythobuz</a>
29 29
 <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
30
-</div>
31
-
32
-<div style="width: 200px; height: 60px; margin-left: auto; margin-right: auto;">
33
-<a href="http://projecteuler.net/problems"><img src="http://projecteuler.net/profile/xythobuz.png" alt="Project Euler profile"></a>
34
-</div>
35
-
36
- [fs]: http://www.gnu.org/philosophy/free-sw.html
37
- [gh]: https://github.com/xythobuz
30
+</div>

+ 1
- 0
page.html View File

@@ -50,6 +50,7 @@
50 50
                 for p in mpages[1:]:
51 51
                     print(entry % (htmlspecialchars(p["url"]), htmlspecialchars(p["title"])))
52 52
             %-->
53
+            <li><a href="http://xythobuz.de/git/">Git</a></li>
53 54
             <li><a href="http://xythobuz.de/lastmusic">♫</a></li>
54 55
             <!--%
55 56
                 tmp = [p for p in page["lang_links"].iteritems()]

Loading…
Cancel
Save