-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·63 lines (51 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
layout: default
title: about
---
<style>
#headshot{
float:left;
width: 35%;
min-width: 250px;
}
#blurb{
float:left;
width:65%;
text-align:center;
font-size: 1.2em;
}
section::after{
content: "";
display: table;
clear: both;
}
</style>
<section>
<div id="headshot">
{% include headshot.html %}
</div>
<div id="blurb">
<!--<h2>About Me</h2> -->
<p>
Hi there!<br>I'm a graduate student in the <u><a href='https://mckaylab.web.unc.edu' class=extLink>McKay Lab</a></u> at
the University of North Carolina at Chapel Hill. I study the epigenetics of gene regulation during <em>Drosophila</em>
development using a mixture of wet-lab and computational techniques. My project has focused on understanding how the
steroid hormone ecdysone can induce temporal- and tissue-specific gene expression responses.
<p>You can read more about my research <u><a href="/pages/research" class=extLink>here</a></u>.</p>
</div>
</section>
<!--
display: flex;
justify-content: center;
<div class="main" id="margin:auto">
<aside>
{\% include headshot.html %}
</aside>
-->
<!--
<style>
aside {
float: left;
}
</style>
-->