Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions img/logos/bespoke_ci.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
178 changes: 178 additions & 0 deletions img/logos/exosphere.svg
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 img/logos/jernigan_data_science.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 16 additions & 6 deletions resbaz/resbazTucson2026.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,10 @@ When dealing with potential AI hallucinations, errors, or misinformation,<br/>[*

```{=html}
<div class="sponsor-logos">
<a class="block-a" href="https://www.arizona.edu" title="University of Arizona">
<img src="/img/logos/block_a.svg"/>
</a>

<div class="ua-groups">
<a class="block-a" href="https://www.arizona.edu" title="University of Arizona">
<img src="/img/logos/block_a.svg"/>
</a>
<a href="https://lib.arizona.edu" title="University Libraries">
<img src="/img/logos/ua_libraries.svg" style="height:1.25em"/>
</a>
Expand All @@ -80,8 +79,19 @@ When dealing with potential AI hallucinations, errors, or misinformation,<br/>[*
<img src="/img/logos/origraph.svg"/>
</a>

<img src="/img/logos/informaticEdge.svg"/>

<img src="/img/logos/informaticEdge.svg" title="Informatic Edge"/>

<a href="https://bespokeci.dev" title="Bespoke CI">
<img src="/img/logos/bespoke_ci.svg"/>
</a>

<a href="https://opencollective.com/exosphere-foundation" title="The Exosphere Foundation">
<img src="/img/logos/exosphere.svg"/>
</a>

<a href="https://www.jernigan.ai" title="The Exosphere Foundation">
<img src="/img/logos/jernigan_data_science.jpg"/>
</a>
</div>
```

Expand Down
2 changes: 1 addition & 1 deletion styles/festivalPages.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
align-items: stretch;
min-height: 4em;
gap: 1em;
flex-wrap: wrap;
a {
text-decoration: none !important;
img {
Expand All @@ -24,7 +25,6 @@
display: flex;
align-items: center;
gap: 1em;
flex-wrap: wrap;
}
}

Expand Down