-
Notifications
You must be signed in to change notification settings - Fork 4
/
about.html
47 lines (36 loc) · 2.55 KB
/
about.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
<!DOCTYPE html>
<html lang="tw">
<head>
<meta http-equiv="Content-Language" content="zh-tw" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui" />
<title>關於 - OA-material</title>
<meta name="robots" content="index,follow" />
<meta name="author" content="吳政賢(OA Wu)" />
<meta name="keywords" content="OA-material | Material | Design | jQuery | javascript | compass | scss | sass | html | css" />
<meta name="description" content="Material 風格的 UI 設計。 這是一個藉由 Compass、HTML 以及 jQuery.. 工具實作的 Material UI Design for Web。 開發者可使用 scss 或者 css 來套用,並且選擇使用 jQuery 來達到更多 UI 回饋效果。" />
<meta property="og:site_name" content="OA-material" />
<meta property="og:title" content="關於 - OA-material" />
<meta property="og:description" content="Material 風格的 UI 設計。 這是一個藉由 Compass、HTML 以及 jQuery.. 工具實作的 Material UI Design for Web。 開發者可使用 scss 或者 css 來套用,並且選擇使用 jQuery 來達到更多 UI 回饋效果。" />
<meta property="og:url" content="https://works.ioa.tw/OA-material/about.html" />
<meta property="fb:admins" content="100000100541088" />
<meta property="fb:app_id" content="640377126095413" />
<meta property="og:locale" content="zh_TW" />
<meta property="og:locale:alternate" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://works.ioa.tw/OA-material/img/og/about.png" alt="OA-material" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<link href="http://fonts.googleapis.com/css?family=Gafata" rel="stylesheet" type="text/css" />
<link href="http://fonts.googleapis.com/css?family=Comfortaa" rel="stylesheet" type="text/css" />
<link href="css/public.css" rel="stylesheet" type="text/css" />
<link href="css/about.css" rel="stylesheet" type="text/css" />
<script src="js/jquery_v1.10.2/jquery-1.10.2.min.js" language="javascript" type="text/javascript" ></script>
<script src="js/public.js" language="javascript" type="text/javascript" ></script>
<script src="js/about.js" language="javascript" type="text/javascript" ></script>
</head>
<body lang="zh-tw">
<div id='container'></div>
</body>
</html>