-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
103 lines (91 loc) · 3.65 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bowen Qing</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<table id="main-table">
<tr>
<td>
<table class="sub-table">
<tr>
<td class="td-with-padding">
<p class="p-center" id="name">
<name>Bowen Qing</name>
<p class="p-center" id="email">
</p>
<p class="p-center smallerFont">
<!-- <a href="https://www.linkedin.com/in/yi-lyu-b14a1917b/">LinkedIn</a>-->
<!--  | -->
<a href="mailto:[email protected]">Email</a> |
<a href="https://github.com/kxlv2000/">GitHub</a> |
<a href="./resume.pdf">PDF</a>
</p>
</p>
<br>
<p>
I'm currently a undergraduate student in Computer Science and Engineering Department in
<a href="http://www.sustech.edu.cn/">Southern University of Science and Technology</a
>.
</p>
</td>
<td class="td-with-padding">
<img src="qbw.jpg" id="Weiqi-image"/>
</td>
</tr>
</table>
<table class="sub-table">
<tr>
<td class="td-with-padding">
<heading>Education</heading>
<ul>
<li>
<span class="emphasis">Southern University of Science and Technology</span>,
Shenzhen, China
<span class="align-right">Sept. 2018 - Jun. 2022 </span>
<p>
</p>
</li>
</ul>
</td>
</tr>
<tr>
<td class="td-with-padding">
<heading>Professional Experiences</heading>
</tr>
<tr>
<td class="td-with-padding">
<heading>Selected Projects</heading>
</ol>
</td>
</tr>
<tr>
<td class="td-with-padding">
<heading>Publications</heading>
</td>
</tr>
<tr>
<td class="td-with-padding">
<heading>Honors & Scholarships</heading>
</td>
</tr>
<tr>
<td class="td-with-padding">
<heading>Teaching Experience</heading>
</td>
</tr>
<tr>
<td class="td-with-padding">
<heading>Miscellaneous</heading>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>