Skip to content

Commit af46f29

Browse files
committed
add logo to demo
1 parent 7733847 commit af46f29

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

src/edu/stanford/nlp/pipeline/demo/corenlp-brat.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@
88
height: auto;
99
margin: 0 auto -6ex;
1010
padding: 0 0 6ex;
11+
text-align: center;
12+
}
13+
14+
#logo {
15+
display: block;
16+
margin-left: auto;
17+
margin-right: auto;
18+
}
19+
20+
#logo-image {
21+
height:20%
22+
}
23+
24+
#version-num {
25+
font-size: 20px;
1126
}
1227

1328
.pattern_tab {

src/edu/stanford/nlp/pipeline/demo/corenlp-brat.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,12 @@
2727
<!-- A header bar -->
2828
<nav class="navbar navbar-default navbar-static-top">
2929
<div class="container">
30-
<div class="navbar-header">
31-
<a class="navbar-brand" href="https://stanfordnlp.github.io/CoreNLP/">Stanford CoreNLP 4.2.0 (updated 2020-11-16)</a>
30+
<div id="logo">
31+
<a href="https://stanfordnlp.github.io/CoreNLP/">
32+
<img id="logo-image" src="https://nlp.stanford.edu/img/corenlp-title.png">
33+
</a>
3234
</div>
35+
<div id="version-num">version 4.2.1<br><br><br></div>
3336
</div>
3437
</nav>
3538

0 commit comments

Comments
 (0)