-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
109 lines (100 loc) · 3.75 KB
/
about.html
File metadata and controls
109 lines (100 loc) · 3.75 KB
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
<html lang="zh-CN"><head>
<meta charset="UTF-8">
<!-- <meta name="baidu-site-verification" content="173oOEe7Tg">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="renderer" content="webkit">
<meta http-equiv="Cache-Control" content="no-siteapp">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="jellybool,JellyBool,PHP,Laravel">
<meta name="description" content="A Web Developer Full of Enthusiasm And Passion">
<meta property="og:locale" content="zh_CN">
<meta property="og:type" content="article">
<meta property="og:title" content="Jellybool blog">
<meta property="og:description" content="A Web Developer And Designer Full of Enthusiasm And Passion">
<meta property="og:url" content="https://jellybool.com/">
<meta property="og:site_name" content="JellyBool">
<meta property="article:section" content="PHP">
<meta property="article:published_time" content="">
<meta property="article:modified_time" content="">
<meta property="og:updated_time" content="">
<link rel="canonical" href="https://jellybool.com/">
<link rel="shortcut icon" href="https://jellybool.com/images/logo.ico"> -->
<title>About Me</title>
<style>
html, body {
background-color: #fff;
color: #636b6f;
font-family: 'Raleway';
font-weight: 100;
height: 100vh;
margin: 0;
}
.full-height {
height: 100vh;
}
.flex-center {
align-items: center;
display: flex;
justify-content: center;
}
.position-ref {
position: relative;
}
.top-right {
position: absolute;
right: 10px;
top: 18px;
}
.content {
text-align: center;
}
.title {
font-size: 84px;
}
.links > a {
color: #636b6f;
padding: 0 25px;
font-size: 12px;
font-weight: 600;
letter-spacing: .1rem;
text-decoration: none;
}
.m-b-md {
margin-bottom: 30px;
}
.title a img {
max-height: none!important;
width: 120px;
height: 120px;
overflow: hidden;
border-radius: 50%;
background: #FFF;
box-shadow: rgba(255,255,255,1) 0 0 0 5px,rgba(0,0,0,1) 0 0 5px 4px;
-webkit-transition: -webkit-transform 600ms;
-moz-transition: -moz-transform 600ms;
transition: transform 600ms;
}
.title a img:hover {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
transform: rotate(360deg);
}
</style>
</head>
<body>
<div class="flex-center position-ref full-height">
<div class="content">
<div class="title m-b-md">
<a href="/">
<img src="head.jpg" alt="Boolean">
</a>
</div>
<div class="links">
<a target="_blank" rel="noreferrer noopener" href="https://booleanyjt.github.io/">
这是我的个人简介页面,你可以到 GitHub 上关注我~
</a>
</div>
</div>
</div>
</body></html>