-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
37 lines (33 loc) · 943 Bytes
/
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
28
29
30
31
32
33
34
35
36
37
---
layout: en
---
<div class="jumbotron">
<h1>{{ site.title }}</h1>
<p>{{ site.description }}</p>
<p>
<pre><code>% gem install cairo</code></pre>
</p>
<p>
<a href="https://github.com/rcairo/rcairo" class="btn btn-primary btn-lg" role="button">GitHub</a>
<a href="http://rcairo.github.io/doc/" class="btn btn-default btn-lg" role="button">Reference</a>
</p>
</div>
<h2>Links</h2>
<dl>
<dt>Ruby</dt>
<dd>
<a href="https://www.ruby-lang.org/">https://www.ruby-lang.org/</a>
</dd>
<dt>cairo</dt>
<dd>
<a href="http://cairographics.org/">http://cairographics.org</a>
</dd>
<dt>RubyGems.org</dt>
<dd>
<a href="https://rubygems.org/gems/cairo">https://rubygems.org/gems/cairo</a>
</dd>
<dt>An article for rcairo on Rubyst Magazine a.k.a. RubiMa (in Japanese)</dt>
<dd>
<a href="http://jp.rubyist.net/magazine/?0019-cairo">http://jp.rubyist.net/magazine/?0019-cairo</a>
</dd>
</dl>