-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtranslation.html
71 lines (59 loc) · 3.07 KB
/
translation.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<html><head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css">
<link href="http://www.unicornsummer.com/css/home.css" rel="stylesheet" type="text/css">
<link rel="alternate" type="application/atom+xml" href="/atom.xml" title="Atom feed">
<link rel="shortcut icon" href="http://unicornsummer.com/images/icon.png">
<title>银三次元:阅读 思考 知识</title>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top" style="opacity: .9" role="navigation">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">银三次元:阅读 思考 知识</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#">Blog</a></li>
<li><a href="https://www.diigo.com/user/patrick-unicorn" target="_blank">Diigo</a></li>
<li><a href="https://twitter.com/unicorn19850831" target="_blank">Twitter</a></li>
<li><a href="http://mahaijin.github.io/" target="_blank">MHJin</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div class="row" style="padding-top: 70px">
<div class="container center-block">
<div class="col-md-2"></div>
<div class="col-md-8 col-sm-12">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">译文</h3>
</div>
<ul class="list-group">
<!--栏目的分类,自上而下,自主思考的深度加强-->
<li class="list-group-item title">
<a href="../blog/2014-08/lambda.html" target="_blank">Lambda算子</a>
</li>
<li class="list-group-item title">
<a href="../blog/2014-08/translation-of-a-role-of-the-study-of-programming-languages-int-the-education-of-a-programmer.html" target="_blank">编程语言学习在编程教育中所扮演的角色</a>
</li>
</ul>
</div>
</div>
<div class="col-md-2">
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
</body></html>