forked from bkeepers/g2kg-intrawebs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
links.html
26 lines (25 loc) · 1.01 KB
/
links.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
---
layout: default
title: Useful Links
links:
- name: A time traveller's guide to Git
href: http://www.netmagazine.com/features/time-travellers-guide-git
- name: Git from the bottom up
href: http://ftp.newartisans.com/pub/git.from.bottom.up.pdf
- name: Get To Know GitHub (slides)
href: http://bit.ly/g2k-github
- name: Get To Know GitHub (slides)
href: http://bit.ly/g2k-github
---
<div id="home">
<h1>{{page.title}}</h1>
<ul class="links">
{% for link in page.links %}
<li><a href="{{link.href}}">{{link.name}}</a></li>
{% endfor %}
</ul>
</div>
<div>
<a class="twitter-timeline" href="https://twitter.com/search?q=%23g2kg" data-widget-id="335819096866291712">Tweets about "#g2kg"</a>
<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>
</div>