-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
111 lines (105 loc) · 4.72 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="Cache-Control" content="no-cache">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<link rel="apple-touch-icon" href="logo.png">
<link rel="icon" href="logo.png">
<title>Menus丶的个人主页</title>
<meta name="description" content="Menus丶的个人主页。">
<meta property="og:type" content="website">
<meta property="og:title" content="Menus丶的个人主页">
<meta property="og:description" content="Menus丶的个人主页。">
<meta property="og:url" content="https://yangbo.live/">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<!-- <script>
var _hmt = _hmt || [];
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?0c2cf8ff81363b4ac3ab08245162a11e";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script> -->
<style>
body::before {
/* background-image: url(https://yangbo.live/images/bg.jpg); */
background-image: url(./bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 50%;
content: "";
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -2;
}
canvas {
opacity: 0.6;
}
</style>
</head>
<body>
<canvas></canvas>
<div class="h-100 d-flex align-items-center justify-content-center">
<div class="my-container d-flex flex-column">
<header>
<div id="logo"></div>
</header>
<h4 class="mb-3">Menus丶的个人主页</h4>
<p class="mb-1">前端开发</p>
<p class="pr-3 pl-3">
HTML | CSS | JavaScript | Flutter | Vue | Dart | NodeJS
<br>
桌面&移动端开发工程师
</p>
<p class="pr-3 pl-3">
It’s a pleasure to have you on my website. Let me know if there’s an
opportunity
for us to do something
together.
</p>
<div class="d-flex justify-content-around" >
<!-- <a href="https://yangbo.live/" target="https://yangbo.live/" title="个人博客">
<img src="picture/blog.png" alt="blog">
</a> -->
<a href="https://github.com/Menusyes" target="https://github.com/Menusyes" title="github">
<img src="picture/github.png" alt="github">
</a>
<a href="tencent://Message/?Uin=1723234742&websiteName=q-zone.qq.com&Menu=yes" title="qq">
<img src="picture/qq.png" alt="qq">
</a>
<a href="mailto:[email protected]" title="email">
<img src="picture/email.png" alt="email">
</a>
<a href="tel:18538521505" title="phone">
<img src="picture/phone.png" alt="phone">
</a>
</div>
<div class="go" style="margin-top:50px; font-size: 30px;">
<!-- <a href="https://yangbo.live/blog" target="https://yangbo.live/blog" title="个人博客">进入博客</a> -->
<a href="/blog" target="/blog" title="个人博客">进入博客</a>
</div>
<div class="go" style="margin-top:50px; font-size: 25px;">
<!-- <a href="https://yangbo.live/demo" target="https://yangbo.live/demo" title="项目演示">查看项目演示</a> -->
<a href="/project" target="/project" title="项目演示">查看项目演示</a>
</div>
</div>
</div>
<footer class="filing">
Copyright© 2019-2020 Menus丶-前端开发
<br>
<!-- <a href="http://www.miit.gov.cn/" target="http://www.miit.gov.cn/" title="工信部">
黑ICP备19006563号
</a> -->
</footer>
<script src="js/vivus.min.js"></script>
<script src="js/script.js"></script>
<script async>window.onload=function(){var a=document.createElement('script'),b=document.getElementsByTagName('script')[0];a.type='text/javascript',a.async=!0,a.src='/sw-register.js?v='+Date.now(),b.parentNode.insertBefore(a,b)};</script></body></html>