-
Notifications
You must be signed in to change notification settings - Fork 0
/
about-me.html
executable file
·82 lines (71 loc) · 1.57 KB
/
about-me.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
---
layout: default
---
<div class="row" style="margin-bottom:30px;">
<div class="col-md-4">
<div class="post-contents">
<img src="{{ site.baseurl }}/img/me.jpg"><br />
<p style="font-size:18px;">
hello everyone!
</p>
</div>
</div>
<div class="col-md-8">
<div class="post-contents">
<div class="container" style="width:auto">
<div id="Experience">
<h3>Experience</h3>
<p>
hello。
</p>
</div>
<hr style="margin:30px;"></hr>
<div id="education">
<h3>Education</h3>
<p><i class="fa fa-laptop"></i> 2012.9-2016.7 西安电子科技大学</p>
</div>
</div>
<hr style="margin:30px;"></hr>
<div id="skills">
<div class="container" style="width:auto">
<h3>Skills</h3>
<table style="width:100%">
<tr>
<td style="float:left;margin-right:30px;">Python</td>
<td>2年</td>
</tr>
</table>
</div>
</div>
<hr>
<!--
<div id="languages">
<div class="container" style="width:auto">
<h3>languages</h3>
<table style="width:100%">
<tr>
<td>中国語</td>
<td style="float:right">
ネイティブ
</td>
</tr>
<tr>
<td>日本語</td>
<td style="float:right">
ネイティブレベル (日本語能力試験N1)
</td>
</tr>
<tr>
<td >英語</td>
<td style="float:right">
ネイティブレベル (TOEIC 900点)
</td>
</tr>
</table>
</div>
</div>
-->
</div>
</div>
</div>
<div class="clearfix"></div>