-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathindex.html
22 lines (15 loc) · 1.12 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
---
layout: default
---
<div class="home">
<p>Hello there, and welcome to my homepage!<br><br>My name is <your name here>, and I am a <designation> at <university name>. You can add more details here, such as the most recent affiliation to a research group, etc.<br><br>
I maintain a list of my publications, research projects and implementations under the <a href="/research/">Research</a> tab, and a list of other non-research projects under the <a href="/projects">Projects</a> tab. You may also check out my <a href="">Github profile.</a><br><br>
To get a better insight on my life so far, you can have a look at my <a href="/cv">curriculum vitae</a>. I blog (although quite less frequently) and pin them down <a href="/blog">here</a>. Feel free to read a bit more <a href="/about">about me</a>.</p>
</div>
<h2>Updates</h2>
<div class="updates" style="height: 10em; overflow-y: scroll;">
<ul>
<li><i>Month. Year</i> - Add updates in chronological order, such as paper acceptance, talk invitations, internships, etc.</li>
<li><i>Month. Year</i> - This list is scrollable, with most recent updates at the top.
</ul>
</div>