Skip to content

Commit

Permalink
Merge pull request #852 from bressler1995/website
Browse files Browse the repository at this point in the history
Add JPL October in person workshops
  • Loading branch information
bressler95tops authored Sep 20, 2024
2 parents 5ee3cc6 + 2dffe78 commit d64ab04
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 11 deletions.
2 changes: 2 additions & 0 deletions _data/inperson.csv
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
date,time,eventtype,location,topic,instructor,regtype,moreinfo,moreinfo_link
"Oct. 1, 2024",8:00 AM - 5:00 PM (Pacific),"OS101 Day Training, JPL Internal","Jet Propulsion Laboratory, 183-718, Pasadena, CA","OS101 Module 1, OS101 Module 2, OS101 Module 3, OS101 Module 4, OS101 Module 5",JPL TOPS Team,JPL (Internal Only),Register Now,https://jetproplab.sumtotal.host/rcore/c/pillarRedirect?isDeepLink=1&relyingParty=LM&url=https%3A%2F%2FJETPROPLAB.sumtotal.host%2Flearning%2Fcore%2Factivitydetails%2FViewActivityDetails%3FUserMode%3D0%26ActivityId%3D125492%26ClassUnderStruct%3DFalse%26CallerUrl%3D%2Flearning%2Flearner%2FHome%2FGoToPortal%3Fkey%3D0%26SearchCallerURL%3Dhttps%253A%252F%252FJETPROPLAB.sumtotal.host%252Fcore%252FsearchRedirect%253FViewType%253DList%2526SearchText%253Dos101%2526startRow%253D0%26SearchCallerID%3D2
"Oct. 8, 2024",8:00 AM - 5:00 PM (Pacific),"OS101 Day Training, JPL Internal","Jet Propulsion Laboratory, 183-718, Pasadena, CA","OS101 Module 1, OS101 Module 2, OS101 Module 3, OS101 Module 4, OS101 Module 5",JPL TOPS Team,JPL (Internal Only),Register Now,https://jetproplab.sumtotal.host/rcore/c/pillarRedirect?isDeepLink=1&relyingParty=LM&url=https%3A%2F%2FJETPROPLAB.sumtotal.host%2Flearning%2Fcore%2Factivitydetails%2FViewActivityDetails%3FUserMode%3D0%26ActivityId%3D125492%26ClassUnderStruct%3DFalse%26CallerUrl%3D%2Flearning%2Flearner%2FHome%2FGoToPortal%3Fkey%3D0%26SearchCallerURL%3Dhttps%253A%252F%252FJETPROPLAB.sumtotal.host%252Fcore%252FsearchRedirect%253FViewType%253DList%2526SearchText%253Dos101%2526startRow%253D0%26SearchCallerID%3D2
22 changes: 14 additions & 8 deletions _includes/takeos101/instructorled.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,25 @@ <h2 class="text-center mb-2">{{ takeos101-instructorled-title }}</h2>
<div class="col-12">
<div id="tops_workshops_container" class="d-flex flex-column flex-wrap tops_workshops_container">
<div class="d-flex flex-row flex-wrap justify-content-center tops_workshops_tabs">
<button class="workshop_tab" type="button"><i class="fa-solid fa-users"></i><span>In Person</span></button>
<button class="workshop_tab active" type="button"><i class="fa-solid fa-desktop"></i><span>Virtual</span></button>
<button class="workshop_tab active" type="button"><i class="fa-solid fa-users"></i><span>In Person</span></button>
<button class="workshop_tab" type="button"><i class="fa-solid fa-desktop"></i><span>Virtual</span></button>
<button class="workshop_tab" type="button"><i class="fa-solid fa-hourglass-end"></i><span>Past</span></button>
</div>
<div class="tops_workshops_tables">

<div class="workshop_table">
<div class="workshop_table active">
{% if site.hideinperson %}
<div class="no_workshops"><div class="noworkshops_icon_holder"><div><i class="fa-solid fa-calendar-days"></i></div></div><p>Stay tuned! More training dates will be coming soon...</p></div>
{% else %}
<div class="workshop_table_filters">
<div class="d-flex flex-row flex-wrap justify-content-start workshop_table_filters_selectoutter">
<select class="form-select" data-col-index="2">
<option selected="">Event Types</option>
<option value="JPL Internal">JPL Internal</option>
</select>
<select class="form-select" data-col-index="3">
<option selected="">Locations</option>
<option value="Pasadena, CA">Pasadena, CA</option>
</select>
<select class="form-select" data-col-index="4">
<option selected="">Topics</option>
Expand All @@ -43,6 +45,9 @@ <h2 class="text-center mb-2">{{ takeos101-instructorled-title }}</h2>
</select>
<select class="form-select" data-col-index="5">
<option selected="">Instructors</option>
<optgroup label="NASA">
<option value="JPL TOPS Team">JPL TOPS Team</option>
</optgroup>
</select>
</div>
<div class="d-flex flex-row flex-wrap justify-content-end workshop_table_filters_resetoutter">
Expand Down Expand Up @@ -115,11 +120,16 @@ <h2 class="text-center mb-2">{{ takeos101-instructorled-title }}</h2>
{% endfor %}
</tbody>
</table>

<div class="hcue">
<div class="hcue_icon"><img src="{{ site.baseurl }}/assets/img/swipe-left.png"></div>
<p>Swipe Horizontally to View More</p>
</div>

</div>
{% endif %}
</div>
<div class="workshop_table active">
<div class="workshop_table">
{% if site.hidevirtual %}
<div class="no_workshops"><div class="noworkshops_icon_holder"><div><i class="fa-solid fa-calendar-days"></i></div></div><p>Stay tuned! More training dates will be coming soon...</p></div>
{% else %}
Expand Down Expand Up @@ -232,10 +242,6 @@ <h2 class="text-center mb-2">{{ takeos101-instructorled-title }}</h2>
</tbody>
</table>

<div class="hcue">
<div class="hcue_icon"><img src="{{ site.baseurl }}/assets/img/swipe-left.png"></div>
<p>Swipe Horizontally to View More</p>
</div>
</div>
{% endif %}
</div>
Expand Down
29 changes: 26 additions & 3 deletions _layouts/cta.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,22 @@
width: 100%;
font-family: 'Nunito', sans-serif !important;
opacity: 0.8;
font-size: 24px;
line-height: 28px;
font-weight: 400;
}

.tops_hero.sub_hero h3 a {
-webkit-transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
-ms-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
color: #d83e00;
}

.tops_hero.sub_hero h3 a:hover, .tops_hero.sub_hero h3 a:active, .tops_hero.sub_hero h3 a:focus {
opacity: 0.65;
}

.ctct-form-success {
position: relative;
width: 100%;
Expand Down Expand Up @@ -127,11 +138,23 @@
}
}

@media(max-width: 991.9px) {
.tops_hero.sub_hero h3 {
font-size: 18px;
line-height: 22px;
}
}

@media(min-width: 992px) {
.tops_hero.sub_hero h1 {
font-size: 44px;
line-height: 48px;
}

.tops_hero.sub_hero h3 {
font-size: 20px;
line-height: 24px;
}
}
</style>
<div style="background-image: url('{{ site.baseurl }}/{{ page.image }}');" class="d-flex flex-column justify-content-center tops_hero sub_hero tops_overlay_section black_overlay {% if page.imagealign %}{{page.imagealign}}{% endif %}">
Expand All @@ -140,7 +163,7 @@
<div class="row align-items-center">
<div class="col-12 col-md-6 col-lg-8 pb-5 pb-md-0 pe-md-5">
<h1 class="text-center text-md-start text-white mb-0">{{ page.title }}</h1>
<h3 class="text-center text-md-start text-white mb-0 mt-2">Suscríbete a nuestra lista de correo electrónico para recibir actualizaciones sobre el lanzamiento de Introducción a la Ciencia Abierta en español. Si desea obtener más información sobre la versión en inglés de nuestro curso, visite este enlace, o si desea suscribirse a nuestro boletín en inglés, visite aquí.
<h3 class="text-center text-md-start text-white mb-0 mt-2">Suscríbete a nuestra lista de correo electrónico para recibir actualizaciones sobre el lanzamiento de Introducción a la Ciencia Abierta en español. Si desea obtener más información sobre la versión en inglés de nuestro curso, <a target="_blank" href="https://nasa.github.io/Transform-to-Open-Science/take-os101/">visite aquí</a>, o si desea suscribirse a nuestro boletín en inglés, <a target="_blank" href="https://nasa.github.io/Transform-to-Open-Science/signup/">visite aquí</a>.
</h3>
</div>
<div class="col-12 col-md-6 col-lg-4"><div id="tops_spanishForm" class="ctct-inline-form" data-form-id="4b6f8172-adc6-4dd2-8d3b-45fcea129731"></div></div>
Expand Down

0 comments on commit d64ab04

Please sign in to comment.