Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust sponsor logos #95

Merged
merged 2 commits into from
Sep 3, 2024
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
11 changes: 11 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,17 @@ img {
max-width: 100%;
}

/*Filter styles*/
.saturate { filter: saturate(3); }
.grayscale { filter: grayscale(100%); }
.contrast { filter: contrast(160%); }
.brightness { filter: brightness(0.25); }
.blur { filter: blur(3px); }
.invert { filter: invert(100%); }
.sepia { filter: sepia(100%); }
.huerotate { filter: hue-rotate(180deg); }
.logo-filter { filter: opacity(0.9) drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5)); }

input[type="checkbox"],input[type="radio"] {
vertical-align: baseline;
}
Expand Down
Binary file added assets/img/sponsor-logos/lenovo.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 assets/img/sponsor-logos/omnibond.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 assets/img/sponsor-logos/scios.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
108 changes: 49 additions & 59 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,90 +70,80 @@ <h3>Diamond</h3>
</a>
</div>
<br><br>
<h4>Platinum</h4>
<br>
<div>
<a href="https://www.sandia.gov" target="_blank">
<img src="{{ site.baseurl }}/assets/img/sponsor-logos/sandia.png"
alt="Sandia National Labs - Sandia National Laboratories" style="height:150px;width:auto;">
</a>
</div>
<div>
<a href="https://lsa.umich.edu/technology-services" target="_blank">
<img src="{{ site.baseurl }}/assets/img/sponsor-logos/lsa_tech_services.png"
alt="University of Michigan LSA Technology Services" style="height:150px;width:auto;">
</a>
</div>
<br>
<h3>Platinum</h3>
<div>
<a href="https://illinois.edu" target="_blank">
<img src="{{ site.baseurl }}/assets/img/sponsor-logos/illinois.png" alt="University of Illinois"
style="height:100px;width:auto;">
</a>
<a href="https://www.sandia.gov" target="_blank"><img src="{{ site.baseurl }}/assets/img/sponsor-logos/sandia.png"
alt="Sandia National Labs - Sandia National Laboratories" style="height:auto;width:550px;"></a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="https://illinois.edu" target="_blank"><img src="{{ site.baseurl }}/assets/img/sponsor-logos/illinois.png"
alt="University of Illinois" style="height:100px;width:auto;"></a>
</div>
<br>
<br>
<br>
<div>
<a href="https://www.princeton.edu" target="_blank">
<img src="{{ site.baseurl }}/assets/img/sponsor-logos/princeton.svg" alt="Princeton"
style="height:110px;width:auto;">
</a>
<a href="https://lsa.umich.edu/technology-services" target="_blank"><img src="{{ site.baseurl }}/assets/img/sponsor-logos/lsa_tech_services.png"
alt="University of Michigan LSA Technology Services" style="height:140px;width:auto;"></a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="https://www.princeton.edu" target="_blank"><img src="{{ site.baseurl }}/assets/img/sponsor-logos/princeton.svg"
alt="Princeton" style="height:100px;width:auto;"></a>
</div>
<br><br>
<h4>Gold</h4>
<br>
<h3>Gold</h3>
<div>
<a href="https://www.globus.org" target="_blank">
<img src="{{ site.baseurl }}/assets/img/sponsor-logos/globus.png" alt="Globus" style="height:125px;width:auto;">
</a>
<a href="https://www.globus.org" target="_blank"><img src="{{ site.baseurl }}/assets/img/sponsor-logos/globus.png"
alt="Globus" style="height:110px;width:auto;"></a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="https://www.gitlab.com" target="_blank"><img src="{{ site.baseurl }}/assets/img/sponsor-logos/gitlab.png"
alt="GitLab" style="height:65px;width:auto;"></a>
</div>
<br>
<div>
<a href="https://www.gitlab.com" target="_blank">
<img src="{{ site.baseurl }}/assets/img/sponsor-logos/gitlab.png" alt="GitLab" style="height: 65px;width:auto;">
</a>
<a href="https://www.covalent.xyz" target="_blank"><img src="{{ site.baseurl }}/assets/img/sponsor-logos/covalent.png"
alt="Covalent Cloud" style="height:50px;width:auto;"></a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="https://www.lenovo.com/" target="_blank"><img src="{{ site.baseurl }}/assets/img/sponsor-logos/lenovo.png"
alt="Lenovo" style="height:75px;width:auto;"></a>
</div>
<br>
<div>
<a href="https://www.covalent.xyz" target="_blank">
<img src="{{ site.baseurl }}/assets/img/sponsor-logos/covalent.png" alt="Covalent Cloud"
style="height:55px;width:auto;">
</a>
</div>
<br><br>
<h4>Silver</h4>
<br>
<div>
<a href="https://www.lbl.gov" target="_blank">
<img src="{{ site.baseurl }}/assets/img/sponsor-logos/lbl.png" alt="Lawrence Berkeley National Laboratory"
style="height: 105px;width:auto;">
</a>
<a href="https://www.lbl.gov" target="_blank"><img src="{{ site.baseurl }}/assets/img/sponsor-logos/lbl.png"
alt="Lawrence Berkeley National Laboratory" style="height:100px;width:auto;"></a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="https://asu.edu" target="_blank"><img src="{{ site.baseurl }}/assets/img/sponsor-logos/asu.svg"
alt="Arizona State University" style="height:55px;width:auto;"></a>
</div>
<br>
<br>
<h4>Bronze</h4>
<div>
<a href="https://asu.edu" target="_blank">
<img src="{{ site.baseurl }}/assets/img/sponsor-logos/asu.svg" alt="Arizona State University"
style="height: 55px;width:auto;">
</a>
<a href="https://www.vastdata.com" target="_blank"><img src="{{ site.baseurl }}/assets/img/sponsor-logos/vast.png"
alt="VAST" style="height: 75px;width:auto;"></a>
</div>
<br><br>
<h4>Bronze</h4>
<br>
<div>
<a href="https://www.vastdata.com" target="_blank">
<img src="{{ site.baseurl }}/assets/img/sponsor-logos/vast.png" alt="VAST" style="height: 85px;width:auto;">
</a>
<div class="row spacing-50 center-block">
<div class="col-md-6">
<h4>Photography Sponsor</h4>
<div>
<a href="https://scios.ai/" target="_blank"><img src="{{ site.baseurl }}/assets/img/sponsor-logos/scios.png"
alt="SciOS" style="height:50px;width:auto;" class="logo-filter"></a>
</div>
</div>
<div class="col-md-6">
<h4>Event Sponsor</h4>
<div>
<a href="https://omnibond.com/project-eureka/index.html" target="_blank"><img src="{{ site.baseurl }}/assets/img/sponsor-logos/omnibond.png"
alt="Project Eureka! by Omnibond" style="height:50px;width:auto;"></a>
</div>
</div>
</div>
</center>

<br>
<h3>Join the mailing list</h3>
<p>
Do you want to receive news about the US-RSE conference series? Join our mailing
list to get direct news about all US-RSE conferences.
<p>
<a href="https://groups.google.com/a/us-rse.org/g/usrse-conference" target="_blank" class="btn btn-light btn-lg" role="button" alt="Button link to the US-RSE Conference series mailing list page">Join</a>
<a href="https://groups.google.com/a/us-rse.org/g/usrse-conference" target="_blank"
class="btn btn-light btn-lg" role="button"
alt="Button link to the US-RSE Conference series mailing list page">Join</a>

<h3> Have questions? </h3>
<p>
Expand Down
Loading