Skip to content

Commit

Permalink
feat: Apply ATLAS AMG feedback (#9)
Browse files Browse the repository at this point in the history
* Address comments from ATLAS AMG circulation from Gordon, Vangelis, and Nils.
  • Loading branch information
matthewfeickert authored Oct 18, 2024
1 parent 0787d3e commit f1cc426
Show file tree
Hide file tree
Showing 10 changed files with 275 additions and 178 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
Binary file modified figures/atlas-pipeline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/columnar-athena.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed figures/logos/coffea.jpg
Binary file not shown.
Binary file added figures/logos/coffea.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/logos/coffea_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/logos/nanobind.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/notebook-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figures/pyhep-tool-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
432 changes: 258 additions & 174 deletions talk.md

Large diffs are not rendered by default.

0 comments on commit f1cc426

Please sign in to comment.