-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
executable file
·30 lines (27 loc) · 1015 Bytes
/
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
---
layout: default
title: Meet Dr. Kaka
---
<section class="hero is-light">
<div class="hero-body">
<div class="container has-text-centered">
<div class="block">
<p class="subtitle is-3">Meet Dr. Kaka</p>
</div>
<figure class="image is-1by1">
<img src="/images/about.png" />
</figure>
<div class="block">
<p class="subtitle is-5">
Got Doctor of Engineering from Xiamen University in 2014, focusing on programming and NMR data processing.
</p>
<p class="subtitle is-5">
Full time developing since 2009, have written more than 1,000,000 lines of code.
</p>
<p class="subtitle is-5">
Also a full-stack developer, can develop both on client and server side and provide enterprise solutions.
</p>
</div>
</div>
</div>
</section>