-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathabout.html
52 lines (47 loc) · 1.91 KB
/
about.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
---
title: About
layout: default
---
{% include header.html %}
<div class="g-banner tags-banner {{ site.postPatterns | prepend: 'post-pattern-' }} {{ site.theme-color | prepend: 'bgcolor-' }}"
data-theme="{{ site.theme-color }}">
<h2>关于我</h2>
</div>
<main class="tags-content" style="margin-top: 0px">
<ul class="tags-list" style="list-style-type: none;padding: 40px;">
<h1 style="text-align: center;">CO0ONTTY</h1>
<br />
<p style="text-align: center;">山东科技大学2016级学生。</p>
<br />
<p style="text-align: center;">山东科技大学(泰安)啄木鸟安全实验室创始成员。</p>
<br />
<p style="text-align: center;">2019.07-2019.12 知道创宇实习生</p>
<br />
<p style="text-align: center;">2019.12-2020.06 奇安信实习生</p>
<br />
<p style="text-align: center;">2020.06-2021.02 奇安信员工</p>
<br />
<p style="text-align: center;">2021.02-2021.11 恒安嘉新水滴攻防实验室</p>
<br />
<p style="text-align: center;">2021.11-2023.1 创业</p>
<br />
<p style="text-align: center;">2023.1-now 无业游民</p>
<br />
<h2 align="center">联系方式</h2>
<br />
<!-- <p>微信:</p> -->
<!-- <br/>
<img src="https://upload-images.jianshu.io/upload_images/2989110-32a5ba42700070e9.jpg" width="200" height="200" alt="微信"/>
<br/> -->
<p style="text-align: center;">Github:<a target="_blank" href="https://github.com/co0ontty"
style="color:#5bbd72;">co0ontty</a></p>
<br />
<p style="text-align: center;">E-mail:<a target="_blank" href="mailto:[email protected]"
style="color:#5bbd72;">Aliyun邮箱</a> <a target="_blank" href="mailto:[email protected]"
style="color:#5bbd72;">Google邮箱</a></p>
<br />
<!-- <p>即刻:<a target="_blank" href="https://web.okjike.com/user/60e10ca7-f952-4642-9407-04717b80b5f4"style="color:#5ec0f9;">伪君子_</a></p>
<br/> -->
</ul>
</main>
{% include footer.html %}