Skip to content

Commit

Permalink
Merge pull request #3 from uwhackweek/schedule_tags
Browse files Browse the repository at this point in the history
Schedule tags
  • Loading branch information
jomey authored May 6, 2024
2 parents 3572c74 + da6b937 commit 9e74e54
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 0 deletions.
8 changes: 8 additions & 0 deletions schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ tabs:
- title: 'Tutorial: SnowEx Mission Overview'
description: All about SnowEx!
time: 11:15 - 12:00
label: snowex
leads:
- HP Marshall
- title: 'Tutorial: ICESat-2 Mission Overview'
description: All about ICESat-2 and the data products
time: 11:15 - 12:00
label: icesat-2
leads:
- Tyler Sutterley
- title: LUNCH
Expand Down Expand Up @@ -59,12 +61,14 @@ tabs:
- title: 'Tutorial: SnowEx Database'
description: Using the SnowEx Database
time: 9:45 - 10:30
label: snowex
leads:
- Micah Johnson
- Micah Sandusky
- title: 'Tutorial: accessing ICESat-2 data'
description: icepyx, SlideRule
time: 9:45 - 10:30
label: icesat-2
leads:
- JP Swinski
- title: BREAK
Expand All @@ -85,12 +89,14 @@ tabs:
- title: 'Tutorial: SWESARR'
description: All about SWESARR
time: 9:00 - 9:45
label: snowex
leads:
- Dylan Boyd
- Elodie Macorps
- title: 'Tutorial: ICESat-2 and GEDI'
description: ''
time: 9:00 - 9:45
label: icesat-2
leads:
- Aaron Freisz
- title: 'Tutorial: LiDAR & GPR'
Expand All @@ -101,6 +107,7 @@ tabs:
- title: 'Tutorial: Machine learning with ICESat-2 data'
description: ''
time: 9:45 - 10:30
label: snowex
leads:
- Wei Ji Leong?
- Ellie Abrahams?
Expand All @@ -110,6 +117,7 @@ tabs:
- title: 'Tutorial: Albedo AVIRIS-NG'
description: All about Albedo
time: 10:45 - 11:30
label: snowex
leads:
- Anton Surunis
- Brent Wilder
Expand Down
18 changes: 18 additions & 0 deletions {{ cookiecutter.repo_directory }}/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,21 @@
width: 100%;
height: 100%;
}

.schedule-badge {
background-position: top;
background-repeat: no-repeat;
width: 100px;
height: 75px;
}
.snowex {
background-image: url("../images/snowex.png");
}

.icesat-2 {
background-image: url("../images/icesat2.png");
}

.geosmart {
background-image: url("../images/geosmart.png");
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions {{ cookiecutter.repo_directory }}/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,13 @@ <h4 class="text-center py-5 text-muted">
<h4 class="time mb-3">
{{ content['time'] }}
</h4>
{% if 'label' in content %}
<span
class="badge schedule-badge {{ content['label'] }}"
>
&nbsp;
</span>
{% endif %}
</div>

<div class="content">
Expand Down

0 comments on commit 9e74e54

Please sign in to comment.