Skip to content

Commit

Permalink
deploy: 66b70bb
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaS11 committed Dec 5, 2023
1 parent 819f80f commit 7fe52a5
Showing 1 changed file with 49 additions and 31 deletions.
80 changes: 49 additions & 31 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@
background-size: cover;
}
</style>
<script>
window.location.replace("https://icesat-2-2023.hackweek.io");
</script>

</head>

<body>
Expand Down Expand Up @@ -96,24 +92,16 @@
<div class="container">
<div class="hero-text-block">
<h1 class="hero-heading mb-2">
IceSat-2 Hackweek 2023
IceSat-2 Hackweek 2024
</h1>
<div class="hero-meta mb-3">
<i class="far fa-calendar-alt me-2"></i>
7 August - 11 August
Late - Summer
<i class="fas fa-map-marker-alt mx-2"></i>
Seattle, WA
</div>
<div class="hero-intro mb-4">An in person, collaborative learning event.
</div>
<div class="hero-cta">
<a class="btn btn-primary btn-lg m-2"
href="https://icesat-2-2022.hackweek.io/"
target="_blank"
>
2022 Hackweek
</a>
</div>
</div>
<!--//hero-text-block-->
</div>
Expand All @@ -122,32 +110,51 @@ <h1 class="hero-heading mb-2">
</div>
<!--//hero-block-->

<section id="about-section" class="about-section section theme-bg-light">
<section id="about-section" class="about-section section theme-bg-light pb-4">
<div class="container">
<h3 class="section-heading text-center mb-3">
<h3 class="section-heading text-center">
About ICESat-2 Hackweek
</h3>
<div class="section-intro single-col-max mx-auto mb-4">
<div class="section-intro single-col-max mx-auto mb-3">
Hackweeks are participant-driven events that strive to create welcoming spaces for participants to learn new things, build community and gain hands-on experience with collaboration and team science
</div>
<div class="about-cta text-center mb-5">
<a class="btn btn-secondary btn-lg mb-5"
<div class="about-cta text-center mb-4">
<a class="btn btn-secondary btn-lg"
href="https://escience.washington.edu/using-data-science/hackweeks"
target="_blank">
Learn about "hackweeks"
Learn about "Hackweeks"
<i class="fas fa-external-link-alt"></i>
</a>
</div>

<div id="countdown-intro" class="event-countdown text-center mb-3">
<h4 class="countdown-intro mb-2 text-center mb-3">
Event Starts In:
</h4>
<div id="countdown-box"
class="countdown-box"
data-start-date="7 August/2023">
<div class="hero-cta text-center mb-4">
<h4 class="mb-3 text-center">
Past Events:
</h4>
<a class="btn btn-primary btn-lg mb-3 mx-2"
href="https://icesat-2-2023.hackweek.io/"
target="_blank"
>
2023 Hackweek
</a>
<a class="btn btn-primary btn-lg mb-3 mx-2"
href="https://icesat-2-2022.hackweek.io/"
target="_blank"
>
2022 Hackweek
</a>
<a class="btn btn-primary btn-lg mb-3 mx-2"
href="https://github.com/ICESAT-2HackWeek/2020_ICESat-2_Hackweek_Tutorials"
target="_blank"
>
2020 Hackweek
</a>
<a class="btn btn-primary btn-lg mb-3 mx-2"
href="https://github.com/ICESAT-2HackWeek/ICESat2_hackweek_tutorials"
target="_blank"
>
2019 Hackweek
</a>
</div>
</div>
</div>

<div class="media-block theme-bg-primary py-5">
Expand All @@ -157,11 +164,12 @@ <h4 class="text-white text-center mb-3">
</h4>
<div
class="section-intro text-center single-col-max mx-auto text-white mb-5">
UW Hackweek 2023 will take place in August 2023 (in-person). Applications have not yet opened, but should be anticipated soon after AGU.
ICESat-2 Hackweek 2024 will take place in late summer 2024 (in-person). Applications have not yet opened, but should be anticipated soon after AGU.
</div>
</div>
</div>
</section>

<!--//about-section-->
<section id="sponsors-section" class="sponsors-section section theme-bg-light">
<div class="container">
Expand All @@ -170,9 +178,19 @@ <h3 class="section-heading text-center mb-3">Our Sponsors</h3>

</div>
<div class="row logos justify-content-center">
<div class="logo-item col-6 col-md-4 col-lg-2">
<div class="logo-item col-6 col-md-4 col-lg-2 align-self-center">
<img src="https://escience.washington.edu/wp-content/uploads/2015/10/Logo_eScience-stacked.png" alt="eScience Institute">
</div>
<div class="logo-item col-6 col-md-4 col-lg-2 align-self-center">
<a href="https://icesat-2.gsfc.nasa.gov/mission" target="_blank"><img
src="https://github.com/ICESAT-2HackWeek/icesat-2hackweek.github.io/raw/2022.03.01/assets/images/ICESat2.png"
alt="NASA ICESat-2 Mission"></a>
</div>
<div class="logo-item col-6 col-md-4 col-lg-2 align-self-center">
<a href="https://book.cryointhecloud.com/intro.html" target="_blank"><img
src="https://book.cryointhecloud.com/_static/logo.png"
alt="Cryo Cloud"></a>
</div>
</div>
<!--//row-->
</div>
Expand Down

0 comments on commit 7fe52a5

Please sign in to comment.