Skip to content

Commit b6e4b64

Browse files
committed
contents: include my photo in about section.
1 parent afdeef0 commit b6e4b64

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

_includes/about.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
<div id="about">
22
<h2>About</h2>
3-
<p>Welcome back, Commander! My name is <b>Zhiqiang Zang</b> (<b>臧志强</b>).</p>
4-
3+
<img src="{{ '/assets/img/avatar.jpg' | absolute_url }}" alt="My avatar" class="avatar">
4+
<p>Welcome back, Commander!</p>
55
<p>
6+
My name is <b>Zhiqiang Zang</b> (<b>臧志强</b>).
67
I am a Ph.D. candidate at
78
<a href="https://www.utexas.edu/">The University of Texas at Austin</a>,
89
working with Prof. <a href="http://users.ece.utexas.edu/~gligoric/">Milos
910
Gligoric</a>. My current research interests are JIT
10-
(Just-In-Time) compiler testing and optimization. I have also
11-
explored other software engineering and programming language
12-
topics, including debugging and declarative languages.
11+
(Just-In-Time) compiler testing and optimization. I am also
12+
familiar with other software engineering and programming language
13+
topics, including debugging, domain-specific languages, program
14+
analysis, etc.
1315
</p>
1416

1517
<p>

_sass/_layout.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,14 @@
8585
max-width: 33em;
8686
font-size: $normalsize;
8787

88+
img.avatar {
89+
width: 128px;
90+
height: 128px;
91+
margin-left: 5px;
92+
margin-right: 5px;
93+
float: left
94+
}
95+
8896
h2 {
8997
font-size: $h2size;
9098
}

assets/img/avatar.jpg

568 KB
Loading

0 commit comments

Comments
 (0)