Skip to content

Commit

Permalink
Add IRIS-HEP logo in middle
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Oct 18, 2024
1 parent 86efaf7 commit 31b09c7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
21 changes: 17 additions & 4 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -434,15 +434,28 @@ td {
display: inline-block;
}

/* Hack to get middle logo on*/
.middle-logo {
content: '';
background: url("../assets/logos/logo_IRIS-HEP.png") no-repeat;
background-size: 100% 100%;
width: 196px;
height: 108px;
position: absolute;
bottom: 1.3em;
left: 25em;
display: inline-block;
}

/* Even worse hack to get another logo on */
.title-slide:before {
content: '';
/* background: url("https://iris-hep.org/assets/logos/pyhf-logo.png") no-repeat; */
background: url("../assets/logos/logo_ATLAS.png") no-repeat;
background-size: 100% 100%;
width: 243px;
height: 128px;
width: 242px;
height: 127px;
position: absolute;
bottom: 0.8em;
bottom: 1.8em;
right: 3.3em;
display: inline-block;
}
Expand Down
5 changes: 3 additions & 2 deletions talk.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ Nils Krumnack, Giordon Stark, Matthias Vigl, Gordon Watts on behalf of the .bold
.large[(University of Wisconsin-Madison)]
<br>
[[email protected]](mailto:[email protected])
<br>

[International Conference on Computing in High Energy and Nuclear Physics (CHEP) 2024](https://indico.cern.ch/event/1338689/contributions/6015915/)

<br>
October 21st, 2024

.middle-logo[]

---
# Challenges for Future Analysis

Expand Down

0 comments on commit 31b09c7

Please sign in to comment.