parent
7aebac9d84
commit
3661f3298b
|
@ -1,11 +1,20 @@
|
||||||
|
<section>
|
||||||
## Drafts ##
|
## Drafts ##
|
||||||
|
<article>
|
||||||
\$draft\$
|
\$draft\$
|
||||||
|
</article>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
## Thesis ##
|
## Thesis ##
|
||||||
|
<article>
|
||||||
\$thesis\$
|
\$thesis\$
|
||||||
|
</article>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
## Refereed Publications ##
|
## Refereed Publications ##
|
||||||
|
<article>
|
||||||
\$pubs\$
|
\$pubs\$
|
||||||
|
</article>
|
||||||
|
<section>
|
||||||
|
|
15
index.html
15
index.html
|
@ -1,28 +1,43 @@
|
||||||
<div class="topbox" id="card">
|
<div class="topbox" id="card">
|
||||||
<div class="bio-bar">
|
<div class="bio-bar">
|
||||||
<div class="picture">
|
<div class="picture">
|
||||||
|
<figure>
|
||||||
<img src="images/round.png" width="160" height="222">
|
<img src="images/round.png" width="160" height="222">
|
||||||
|
<figcaption> Picture </figcaption>
|
||||||
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<section>
|
||||||
<div class="contact">
|
<div class="contact">
|
||||||
|
<article>
|
||||||
$contacts$
|
$contacts$
|
||||||
|
</article>
|
||||||
</div>
|
</div>
|
||||||
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="about">
|
<div class="about">
|
||||||
|
<section>
|
||||||
<div id="mini-header">
|
<div id="mini-header">
|
||||||
About Me
|
About Me
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<article>
|
||||||
$about$
|
$about$
|
||||||
|
</article>
|
||||||
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="card">
|
<div id="card">
|
||||||
|
<section>
|
||||||
<div id="mini-header-alt">
|
<div id="mini-header-alt">
|
||||||
News
|
News
|
||||||
</div>
|
</div>
|
||||||
|
<article>
|
||||||
$news$
|
$news$
|
||||||
|
</article>
|
||||||
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="card">
|
<div id="card">
|
||||||
|
|
Loading…
Reference in New Issue