Skip to content

Commit

Permalink
Changed logo
Browse files Browse the repository at this point in the history
  • Loading branch information
plonerma committed Apr 4, 2024
1 parent 146b432 commit 47aed81
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
<body>
<header>
<div class="logo-div">
<img src="./media/logo.png" class="logo">
<img src="./media/logo_transparent_white.svg" class="logo">
</div>
<div class="title-div">
<h1>LM Pub Quiz</h1>
<h2 class="subtitle">Evaluating language models using multiple choice items</h2>
<h2 class="subtitle">Evaluate language models using multiple choice items</h2>
<nav>
<a href=""><i class="bi bi-git"></i> Library</a> /
<a href=""><i class="bi bi-database"></i> BEAR Dataset</a> /
Expand Down
73 changes: 73 additions & 0 deletions media/logo_transparent_white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,11 @@ figcaption {

.logo {
width: 145px;
border-radius: 50%;
object-fit: fill;
height: 145px;
}

.logo.blackboard-logo {
border-radius: 50%;
box-shadow: 2px 2px 8px 8px rgba(0,0,0,0.1);
}

0 comments on commit 47aed81

Please sign in to comment.