Skip to content

Commit

Permalink
update logos, bg
Browse files Browse the repository at this point in the history
  • Loading branch information
spetruzza committed Nov 25, 2023
1 parent 6b37cf4 commit 8dd5f7a
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 15 deletions.
11 changes: 9 additions & 2 deletions _includes/sponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@
<div class="container px-4 px-lg-5 text-center">
<h2 class="text-center mt-0">{{ section.title }}</h2>
<hr class="divider border border-primary border-2">
<div class="row justify-content-center">
<div class="col-lg-3 col-md-6 text-center">
<div class="portfolio-box" style="min-height: 200px;">
<a href="https://cedmav.sci.utah.edu/"><img class="text-primary" src="assets/img/sponsors/cedmav.png" alt="CEDMAV" width="80%"></a>
</div>
</div>
</div>
<div class="row justify-content-center">
{% for member in section.members %}
<div class="col-lg-3 col-md-6 text-center">
<div class="portfolio-box">
<img class="text-primary" src="{{ member.image }}" alt="{{ member.title }}" width="60%">
<div class="portfolio-box" style="min-height: 200px;">
<a href="{{ member.url }}"><img class="text-primary" src="{{ member.image }}" alt="{{ member.title }}" width="60%"></a>
<!-- <h3 class="h4 mb-2">{{ member.title }}</h3>
<p class="text-white-50 mb-0">{{ member.text }}</p> -->
</div>
Expand Down
2 changes: 1 addition & 1 deletion assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -10929,7 +10929,7 @@ hr.divider-light {
header.masthead {
padding-top: 10rem;
padding-bottom: calc(10rem - 4.5rem);
background: linear-gradient(to bottom, rgba(0,0,0, 0.8) 0%, rgba(69, 129, 171, 0.8) 100%), url("../img/bg-masthead.jpg");
background: linear-gradient(to bottom, rgba(0,0,0, 0.8) 0%, rgba(69, 129, 171, 0.8) 100%), url("../img/bg-globedata.jpg");
background-position: center;
background-repeat: no-repeat;
background-attachment: scroll;
Expand Down
Binary file not shown.
Binary file added assets/img/bg-globedata.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 removed assets/img/sponsors/alluxio.jpg
Binary file not shown.
Binary file added assets/img/sponsors/alluxio.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/sponsors/cedmav.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 assets/img/sponsors/minio.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 assets/img/sponsors/sealstorage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 11 additions & 11 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,43 +94,43 @@ sections:
- title: Scientific Computing and Imaging Institute
text: University of Utah
image: assets/img/sponsors/sci.jpg
url: '#'
url: 'https://sci.utah.edu/'
- title: University of Tennessee
# text: Bass guitar.
image: assets/img/sponsors/tennessee.png
url: '#'
url: 'https://www.utk.edu/'
- title: San Diego Supercomputing
# text: Lead guitar.
image: assets/img/sponsors/sdsc.png
url: '#'
url: 'https://sdsc.edu/'
- title: John Hopkins University
# text: Musician, songwriter, producer.
image: assets/img/sponsors/jhp.png
url: '#'
url: 'https://www.jhu.edu'
- title: University of Michigan
# text: Drums, percussion.
image: assets/img/sponsors/michigan.jpg
url: '#'
url: 'https://umich.edu/'
- title: Alluxio
# text: PR.
image: assets/img/sponsors/alluxio.jpg
url: '#'
image: assets/img/sponsors/alluxio.png
url: 'https://www.alluxio.io/'
- title: Protocol Labs Research
# text: PR.
image: assets/img/sponsors/protocol.png
url: '#'
url: 'https://research.protocol.ai/'
- title: Intel
# text: PR.
image: assets/img/sponsors/intel.png
url: '#'
url: 'https://www.intel.com/content/www/us/en/homepage.html'
- title: Minio
# text: PR.
image: assets/img/sponsors/minio.png
url: '#'
url: 'https://min.io'
- title: Seal Storage
# text: PR.
image: assets/img/sponsors/sealstorage.png
url: '#'
url: 'https://www.sealstorage.io/'

- type: timeline.html
section_id: timeline
Expand Down
2 changes: 1 addition & 1 deletion links.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: page
title: Links
#background_style: bg-info
background_image: url('assets/img/backgrounds/image-from-rawpixel-id-1199650-jpeg.jpg')
background_image: url('assets/img/backgrounds/globedata.jpg')
# Add a link to the the top menu
menus:
header:
Expand Down

0 comments on commit 8dd5f7a

Please sign in to comment.