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