-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
146 lines (120 loc) · 5.73 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Korb Lab</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.korblab.com/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://www.korblab.com/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://www.korblab.com/css/korblab.css" />
<link rel="stylesheet" href="https://www.korblab.com/css/responsive.css" />
<link rel="stylesheet" href="https://www.korblab.com/css/style.css" />
<link rel="stylesheet" href="https://www.korblab.com/css/ionicons.min.css" />
<link rel="stylesheet" href="https://www.korblab.com/css/animate.css" />
<link rel="shortcut icon" href="https://www.korblab.com/img/favicon.ico" type="image/x-icon">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.2.min.js"><\/script>')</script>
<script src="https://www.korblab.com/js/bootstrap.min.js"></script>
<script src="https://www.korblab.com/js/plugins.js"></script>
<script src="https://www.korblab.com/js/min/waypoints.min.js"></script>
</head>
<body>
<header>
<div class="container">
<div class="row">
<div class="col-md-12">
<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header navbar-left pull-left">
<a class="navbar-brand" href="https://www.korblab.com/">
<img src="https://www.korblab.com/img/logo.png" alt="Logo">
</a>
</div>
<div class="navbar-header navbar-right pull-right">
<ul class="nav pull-left penn-img">
<li class="pull-right"><a href="http://www.med.upenn.edu/"><img src="https://www.korblab.com/img/penn_med.png" class="header-img" alt="Penn Medicine"></a></li>
</ul>
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#page-navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="page-navbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="https://www.korblab.com/">Home</a></li>
<li><a href="https://www.korblab.com/research">Research</a></li>
<li><a href="https://www.korblab.com/publications">Publications</a></li>
<li><a href="https://www.korblab.com/team">Team</a></li>
<li><a href="https://www.korblab.com/contact">Contact</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</div>
</div>
</div>
</header><!-- header close -->
<!-- Slider Start -->
<section id="home-header">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-2">
<div class="block">
<h1 class="animated fadeInUp">WELCOME TO<br> THE KORB LAB</h1>
<p class="animated fadeInUp">At the University of Pennsylvania</p>
</div>
</div>
</div>
</div>
</section>
<!-- Wrapper Start -->
<section id="intro">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="block">
<div class="section-title">
<p>What makes us who we are? How does the world around us interact with our underlying genetic code? Does Nature or Nurture shape us into the people we become? </p>
</div>
<p>We now know that it’s not just nature or nurture that’s important but both, and they converge within the realm of epigenetics. Epigenetics, in its broadest sense, explores how our environment can change the expression of our genes. By studying this complex interaction, we hope to explain how our underlying DNA code, or ‘nature’, can be influenced by ‘nurture’, or the experiences we have throughout our lives.</p>
</div>
</div><!-- .col-md-7 close -->
</div>
</div>
</section>
<section id="feature">
<div class="container">
<div class="row">
<div class="col-xs-3 col-sm-4 col-md-5">
<div class="block">
</div>
</div><!-- .col-md-5 close -->
<div class="col-xs-9 col-sm-8 col-md-7">
<div class="block">
<p>Our lab works at the intersection of neuroscience and epigenetics. Epigenetics is extremely important in neuronal function and contributes to the creation of new memories, our ability to adapt to our environment, and the development of neurological disorders. In the lab, we study how the world around us can influence gene regulation in the brain. This research may have far reaching implications, helping us to understand how we become the people we are today and the neurological disorders that result when these epigenetic mechanisms are lost.</p>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="footer-menu">
</div>
<p>Copyright © Design by <a href="http://www.themefisher.com">Themefisher</a>. All rights reserved.<br/>
Logo by <a href="https://katerinaleslie.com/">Katerina Leslie Design Studio</a>.
</p>
</div>
</div>
</div>
</footer>
</body>
</html>