-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (23 loc) · 1.23 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
layout: default
title: Gabor Ratky
---
<div id="home">
<h1>Blog Posts</h1>
<ul class="posts">
{% for post in site.posts %}
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
<h1>Interviews, Talks, Etc</h1>
<ul class="posts">
<li><span>3 June 2009</span> » <a href="http://vimeo.com/4998639">TweetCraft - Twitter client for Azeroth (Budapest New Tech Meetup)</a> - in hungarian</li>
<li><span>15 September 2008</span> » <a href="http://channel9.msdn.com/posts/AnthonyC/Visual-Studio-Add-ins-Templates-and-Wizards/">VSX DevCon 2008: Visual Studio Add-ins, Templates and Wizards</a></li>
<li><span>30 July 2008</span> » <a href="http://channel9.msdn.com/posts/Dan/Gabor-Ratky-and-Attila-Kisko-AddOn-Studio-for-World-of-Warcraft/">Channel 9: AddOn Studio for World of Warcraft</a></li>
</ul>
<h1>Open Source Projects</h1>
<ul class="posts">
<li><a href="http://tweetcraft.codeplex.com">TweetCraft:</a> Twitter client for World of Warcraft (Coding4Fun)</li>
<li><a href="http://addonstudio.codeplex.com">AddOn Studio for World of Warcraft:</a> An IDE for developing World of Warcraft AddOns</li>
</ul>
</div>