-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
81 lines (74 loc) · 3.29 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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index,follow" />
<meta name="googlebot" content="index,follow" />
<meta name="description" content="欧耶教育Yeah Education,创立于美国加州伯克利。我们服务美国社区大学学生,帮助社区大学学生转入四年制大学。" />
<meta name="keywords" content="欧耶教育,Yeah Education,Yeah Edu,哦耶教育,噢耶教育" />
<meta property="og:url" content="https://www.yeahedu.org/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="欧耶教育 | 社区学院转学专家" />
<meta property="og:description" content="欧耶教育Yeah Education,创立于美国加州伯克利。我们服务美国社区大学学生,帮助社区大学学生转入四年制大学。" />
<meta property="og:locale" content="zh_CN" />
<meta property="og:site_name" content="Yeah Education" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="baidu-site-verification" content="kivHdJUWG8" />
<title>
欧耶教育 - 你的社区大学转学专家 - 社区大学、转学申请、长期学业规划
</title>
<link rel="canonical" href="https://www.yeahedu.org" />
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png" />
<link rel="manifest" href="./site.webmanifest" />
<link rel="stylesheet" href="./style/main.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-157957451-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-157957451-1");
</script>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
</head>
<body class="full-viewport">
<div id="header">
<div class="brand">
<div class="name">YEAH <span>EDU</span></div>
</div>
<div class="options"></div>
<div class="options"></div>
</div>
<div id="main">
<div class="container">
<div class="content">
<div class="info">
<div class="title">
<div class="yellow-box animated flipInX"></div>
<h1>欧耶教育</h1>
</div>
<div class="subtitle">社区大学转学专家</div>
<div class="button-section">
<a class="button" href="https://yeaheducation.org">点击进入 </a>
<div class="yellow-box yellow-box-button"></div>
</div>
</div>
</div>
<div class="right-section">
<div class="image">
<img src="https://beartech.sfo3.digitaloceanspaces.com/static/Illustration/knowledge.svg" alt="我们在这里等你" />
</div>
</div>
</div>
</div>
<div id="footer"></div>
<script src="./js/index.js"></script>
</body>
</html>