-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
197 lines (169 loc) · 5.36 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>GeoQiao</title>
<link rel="shortcut icon" type="image/x-icon" href="/" />
<style>
body {
background-color: #fff;
color: #212121
}
body a {
color: #1e70bf;
text-decoration: none
}
body a:visited {
color: #1e70bf
}
body a:hover {
text-decoration: underline
}
body code:not(pre>code) {
background-color: #212121;
color: #fff
}
body figcaption {
color: #666
}
html {
height: 100%
}
@font-face {
font-family: "sans-chinese";
src: local("WenQuanYi Micro Hei"), local("PingFang SC"), local("Noto Sans SC"), local("Noto Sans CJK SC"), local("Source Han Sans CN"), local("Microsoft YaHei"), local("PingFang TC"), local("Noto Sans TC"), local("Noto Sans CJK TC"), local("Source Han Sans TW"), local("Microsoft JhengHei"), local("sans-serif");
unicode-range: U+2000-FFFF
}
body {
font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", sans-chinese, monospace;
font-size: 16px;
line-height: 1.4;
margin: 0;
min-height: 100%;
overflow-wrap: break-word
}
.post-meta {
text-align: right
}
h2,
h3,
h4,
h5,
h6 {
margin-top: 3rem
}
p {
margin: 1rem 0
}
li {
margin: 0.4rem 0
}
*:target {
background: yellow
}
.w {
max-width: 640px;
margin: 0 auto;
padding: 4rem 2rem
}
.toc {
border: thin solid black;
padding: 1rem
}
pre {
font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", sans-chinese, monospace;
background: black;
padding: 1em;
overflow-x: auto;
color: white
}
table {
width: 100%
}
table,
th,
td {
border: thin solid black;
border-collapse: collapse;
padding: 0.4rem
}
code:not(pre>code) {
padding: 0.1em 0.2em;
font-size: 90%
}
code.has-jax {
-webkit-font-smoothing: antialiased;
background: inherit !important;
border: none !important;
font-size: 100%
}
code {
font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", sans-chinese, monospace
}
blockquote {
font-style: normal;
margin-left: 32px;
border-left: 4px solid #CCC;
padding-left: 8px
}
img {
max-width: 100%;
display: block;
margin: 0 auto
}
figcaption {
text-align: center;
opacity: 0.5
}
/* div.about-content {
text-align: justify;
padding: 20px;
border: 1px solid #ddd;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
} */
.about-content {
text-align: left;
display: inline-block;
vertical-align: top;
margin: 0 auto;
}
</style>
</head>
<body a="auto">
<main class="page-content" aria-label="Content">
<div class="w">
<header style="margin: 0 auto">
<h1 style="height:0px;visibility:hidden">GeoQiao</h1>
<!-- <img style="max-width: 233px;" src="./logo2.jpg" alt="title: GeoQiao"> -->
</header>
<br>
<div style="margin: 0 auto;">
<img style="border: 1px solid #eee; max-width: 160px; padding: 2px; border-radius: 50%;"
src="https://GeoQiao.github.io/templates/default_theme/static/images/favicon.png"
alt="profile photo">
</div>
<br>
<!-- <div style="text-align:center;"> -->
<div class="about-content">
<h2>About me:</h2>
目前是一名金融行业的数据分析师、取数工具人、调包侠,寻找数据中虚无缥缈的 insights <br />
最近两年对 Python 非常感兴趣,是一件难得坚持了很久还没放弃的事情。
我会以小白视角,分享我的学习折腾记录,期望满足自己的`写 blog 虚荣心`的同时,对想学Python的同学造成一些阻碍😂<br />
</div>
<br>
<div style="text-align:center;">
<p><a href="https://geoqiao.github.io/contents/">Blog</a></p>
<p><a href="https://github.com/geoqiao">GitHub</a></p>
<p><a href="https://x.com/geoqiao">Twitter</a></p>
</div>
<br>
<br>
<div style="text-align:center;">
<p>@GeoQiao'blog</a></p>
</div>
</div>
</main>
</body>
</html>