-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
93 lines (74 loc) · 2.95 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
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="zh-Hant">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="./img/favicon.ico">
<title>Julia - 新一代科學計算語言</title>
<meta name="description" content="JuliaLangTW provides Julia Documentation in Traditional Chinese
">
<meta property="og:title" content="Julia - 新一代科學計算語言" />
<!-- <meta property="og:url" content="http://www.12345.com/" /> -->
<meta property="og:description" content="JuliaLangTW provides Julia Documentation in Traditional Chinese" />
<meta property="og:image" content="./img/logo.png" />
<!--Bootstrap-->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="./dist/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="./dist/css/bootstrap-theme.min.css">
<!--font awesome-->
<link rel="stylesheet" href="./dist/css/font-awesome.min.css">
<!--google-font-Noto Sans TC-->
<link rel="stylesheet" href="./dist/css/notosanstc.css">
<link rel="stylesheet" href="./dist/css/style.css">
</head>
<body>
<br/>
<br/>
<br/>
<div class="container">
<div class="row">
<div class="text-center">
<div class="col-xs-12">
<img src="./img/logo.png" alt="Julia Logo" class="img-rounded">
<!-- logo -->
<br/>
<h1 style="font-family: 'Noto Sans TC', sans-serif;">JuliaLangTW</h1>
</div>
</div>
</div>
<br/>
<br/>
<br/>
<div class="row">
<div class="text-center">
<div class="col-xs-4 col-md-4">
<a href="" class="text-muted" style="text-decoration:none;">
<!-- doc link -->
<i class="fa fa-book big-icon"></i>
<h4 style="font-family: 'Noto Sans TC', sans-serif;">文件</h4>
</a>
<p></p>
</div>
<div class="col-xs-4 col-md-4">
<a href="" class="text-muted" style="text-decoration:none;">
<!-- Official website link -->
<i class="fa fa-globe big-icon"></i>
<h4 style="font-family: 'Noto Sans TC', sans-serif;">官網</h4>
</a>
<p></p>
</div>
<div class="col-xs-4 col-md-4">
<a href="" class="text-muted" style="text-decoration:none;">
<!-- github link -->
<i class="fa fa-github big-icon"></i>
<h4 style="font-family: 'Noto Sans TC', sans-serif;">原始碼</h4>
</a>
<p></p>
</div>
</div>
</div>
</div>
<br/>
</body>
</html>