Skip to content

Commit 1845eaa

Browse files
committed
feat: add logo to page
1 parent f15cd32 commit 1845eaa

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
</head>
4747
<body>
4848

49+
<div class="logo-container">
50+
<img src="static/images/tuda_ukp_logo.png" alt="Logo" class="logo" width="600" style="margin-left: auto; margin-right: auto; display: block;">
51+
</div>
4952

5053
<section class="hero">
5154
<div class="hero-body">
@@ -65,7 +68,7 @@ <h1 class="title is-1 publication-title">Academic Project Page</h1>
6568
</div>
6669

6770
<div class="is-size-5 publication-authors">
68-
<span class="author-block">Institution Name<br>Conferance name and year</span>
71+
<span class="author-block">Institution Name<br>Conference name and year</span>
6972
<span class="eql-cntrb"><small><br><sup>*</sup>Indicates Equal Contribution</small></span>
7073
</div>
7174

@@ -292,8 +295,6 @@ <h2 class="title">BibTeX</h2>
292295

293296
<p>
294297
This page was built using the <a href="https://github.com/eliahuhorwitz/Academic-project-page-template" target="_blank">Academic Project Page Template</a> which was adopted from the <a href="https://nerfies.github.io" target="_blank">Nerfies</a> project page.
295-
You are free to borrow the source code of this website, we just ask that you link back to this page in the footer. <br> This website is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/" target="_blank">Creative
296-
Commons Attribution-ShareAlike 4.0 International License</a>.
297298
</p>
298299

299300
</div>

static/css/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ body {
7171
}
7272

7373
.publication-authors a {
74-
color: hsl(204, 86%, 53%) !important;
74+
color: hsl(353, 86%, 53%) !important;
7575
}
7676

7777
.publication-authors a:hover {

static/images/tuda_ukp_logo.png

434 KB
Loading

0 commit comments

Comments
 (0)