-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (53 loc) · 2.75 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- 上述3个meta标签*必须*放在最前面,任何其他内容都*必须*跟随其后! -->
<meta name="renderer" content="webkit|ie-comp|ie-stand">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="keywords" content="顾汉杰,全站工程师,作品集"/>
<meta name="description" content="这里是顾汉杰的Github主页,这里有我个人的一些作品或者其他东西,记录了我最真实的成长之路"/>
<title>Guhanjie's Home page</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<!-- Bootstrap -->
<link rel="stylesheet" href="//cdn.bootcss.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="//cdn.bootcss.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="//cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="page-header">
<h1>欢迎来到顾汉杰的Github主页,这里有我个人的一些作品或者其他东西</h1>
<p class="lead">这里有我做过的一些项目,其中有些很粗糙,但却是我最真实的成长之路...</p>
</div>
<div>
<div>
<h3>前端项目:</h3>
<dl>
<dt><a href="ChongQing_Love_Vally_H5/index.html">重庆爱情谷宣传页H5</a></dt>
<dd>为重庆爱情谷大型影视游乐项目做的一个H5的宣传页</dd>
<dt><a href="ZheJiang_China_Mobile_4G_H5/index.html">浙江移动4G宣传页H5</a></dt>
<dd>为浙江移动4G的宣传活动做的一个H5的宣传页</dd>
<dt><a href="http://eqxiu.com/s/6rh4VHXU">我的婚礼请柬H5(易企秀提供技术支持)</a></dt>
<dd>为我自己婚礼制作的一个H5的结婚请柬,引用了易企秀的技术支持,页面本身没有什么技术含量,主要看内容和设计,总结了我们从相识到结婚的8年爱情之路。</dd>
</dl>
</div>
<div>
<h3>整站项目:</h3>
<dl>
<dt><a href="https://yun.glodon.com/isv/">广联云开放平台</a></dt>
<dd>这是国内首个面向建筑行业的云计算开放平台,是我在职国内建筑信息化领头企业广联达公司时所做的项目。</dd>
</dl>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="//cdn.bootcss.com/jquery/1.11.3/jquery.min.js"></script>
</body>
</html>