-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (43 loc) · 2.64 KB
/
index.html
File metadata and controls
51 lines (43 loc) · 2.64 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" />
<title>卢比译制组</title>
<meta name="description" content="卢比译制组,专业关注 Ruby 相关外文资源译制。" />
<link rel="stylesheet" href="/assets/styles/html5boilerplate.css" />
<link rel="stylesheet" href="/assets/styles/main.css" />
<link rel="shortcut icon" href="/favicon.ico" />
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<div class="header">
<h1 class="logo"><a href="http://rubinese.com" title="卢比译制组"><img src="assets/images/rubinese.logo.png" width="120" height="120" alt="卢比译制组" title="卢比译制组" /></a></h1>
</div>
<div class="content">
<div id="pj-railsforzombies" class="panel">
<h3 class="pj-title"><b class="pj-num">#1</b>僵尸学 Rails</h3>
<div class="pj-desc">
<p>“僵尸学 Rails”(Rails for Zombies)课程由 Code School 制作,可免费学习。这套课程的宗旨是让想学 Rails 或对 Rails 感兴趣的人窥探 Rails 的功能。很多人学完课程后可能都会想:僵尸这浆糊般的脑瓜都能学 Rails,我大人类高度发达的脑细胞何愁学不会!你也想打败僵尸吗?一起来学习这套课程吧!</p>
</div>
<div class="pj-details">
<ul>
<li><a class="btn youku-btn" href="http://www.youku.com/playlist_show/id_19492591.html" title="到优酷观看中文字幕版视频">观看视频</a></li>
<li><a class="btn github-btn" href="https://github.com/rubinese/railsforzombies-subtitles/archive/master.zip" title="到 GitHub 下载中文字幕">下载字幕</a></li>
</ul>
</div>
<div class="pj-meta">
<p>*本课程视频字幕由 <a href="https://twitter.com/andor_chen" title="在 Twitter 上关注 @andor_chen">@andor_chen</a> 翻译制作。</p>
</div>
</div>
</div>
<div class="footer">
<p><a href="https://twitter.com/rubinese_tang" title="关注我们的 Twitter" target="_blank">@rubinese_tang</a> | <a href="/about.html" title="关于我们">关于我们</a> | <a href="mailto:rubinese.tang@gmail.com" title="写信给我们">联系我们</a></p>
<p>©2012-2013 卢比译制组 Rubinese.com,保留部分权利。</p>
</div>
</div>
</body>
</html>