Skip to content

Commit 7eb2499

Browse files
author
Johannes Hofmeister
committed
Updated header
1 parent 0391bce commit 7eb2499

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

index.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,23 @@
1313
}
1414

1515
nav {
16+
font-family: 'Open Sans', Helvetica, Arial, sans-serif; color: #444;
1617
margin: 0;
1718
background-color: #009AE8;
1819
}
1920

2021
nav h1 {
2122
margin: 0;
22-
padding: 1em;
23+
padding: 1em 1em 0 1em;
2324
color: white;
2425
}
2526

27+
nav p {
28+
color: white;
29+
margin: 0;
30+
padding: 1em;
31+
}
32+
2633
p,a,summary {
2734
font-family: 'Open Sans', Helvetica, Arial, sans-serif; color: #444;
2835
font-size: 12pt;
@@ -110,7 +117,7 @@
110117
<body>
111118
<nav>
112119
<h1>Brains On Code</h1>
113-
Heidelberg, Magdeburg, Passau, Raleigh, Redmond, Weimar
120+
<p>We are researchers interested in empirical software engineering from Heidelberg, Magdeburg, Passau, Raleigh, Redmond, and Weimar. We conduct behavioral studies and also basic research on program comprehension, including fMRI studies.</p>
114121
</nav>
115122
<div id="content">
116123
<section>

0 commit comments

Comments
 (0)