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

workshop page improved #820

Merged
merged 7 commits into from
Sep 28, 2020
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
24 changes: 8 additions & 16 deletions _includes/collections/workshops.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
<div class="row">
<div class="col s6 m4">
<img
src="/assets/images/workshops/workshops.svg"
style="overflow: hidden;"
/>
</div>
{% assign sorted = (site.workshops | sort: 'date') | reverse %} {% for
workshop in sorted %}
<div class="col s12 m4">
<div class="col s12 m4" style="display:block">
<div class="card medium sticky-action">
<div
class="card-image waves-effect waves-block waves-light"
Expand All @@ -16,13 +10,8 @@
<img
class="activator"
src="{{workshop.img}}"
style="
display: block;
width: 100%;
vertical-align: middle;
margin: auto;
"
/>

</div>
<style>
.card
Expand Down Expand Up @@ -65,11 +54,14 @@
</div>
</div>
{% if forloop.last == true %} {% endif %} {% endfor %}
<div class="col s12 m8" style="text-align: center;">



<div class="col s12 m12" style="text-align: center;">
<div style="text-align: center; display: inline;">
<img
<img
src="/assets/images/workshops/workshops.svg"
style="display: inline;"
style="display: inline;max-height:80vh;margin-top: 25px;"
width="80%"
/>
<div style="flex-grow: 0.25;">&nbsp;</div>
Expand Down
2 changes: 1 addition & 1 deletion collections/_workshops/2020_01_16_cloud_native_austin.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ By the end of this live, hands-on, online course, you’ll understand:
<li>- Istio's methods for managing telemetry, monitoring and reporting.</li>
<li>- Approaches to canary deployments and securing communication with Istio.</li></ul>"
img: /assets/images/workshops/cloud-native-austin-meetup.png
style: "position:relative;height:320px;overflow:hidden;margin-bottom:50px"
style: "position:relative;height:320px;overflow:hidden;"
eurl: https://allthingsopen.org/talk/using-service-meshes-workshop-extended-session/
labs: https://github.com/layer5io/istio-service-mesh-workshop
slides: https://calcotestudios.com/talks/decks/slides-cloud-native-austin-2020-introduction-to-istio.html
Expand Down