Skip to content

Commit

Permalink
Merge pull request #1094 from confluentinc/master
Browse files Browse the repository at this point in the history
Kafka Tutorials Release [February 28, 2022]
  • Loading branch information
ybyzek authored Feb 28, 2022
2 parents a2d3209 + f206485 commit 6364d6a
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/tutorial-content.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h2 class="title tutorial-section-title" id="take-it-to-prod">
{% endif %}

{% endfor %}

</div>
</div>
</div>
Expand Down
11 changes: 10 additions & 1 deletion _layouts/recipe.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@
</head>
<body class="pg-tutorial">
{% include nav.html %}

<section class="hero">
<div class="hero-body">
<div class="container">
<ul class="breadcrumb">
<li><a href="{{ "/use-cases.html" | relative_url }}">&lt; Back to tutorials</a></li>
</ul>
{% if page.community_contribution %}
<span class="community-contribution">Community contribution ✨</span>
{% endif %}
Expand Down Expand Up @@ -122,6 +124,13 @@ <h5 class="title is-5">Video walkthrough</h5>
{% include contribute-tutorial-lang.html %}
{% else %}
{% include tutorial-content.html %}
<section class="section">
<div class="container">
<ul class="breadcrumb">
<li><a href="{{ "/use-cases.html" | relative_url }}">&lt; Back to tutorials</a></li>
</ul>
</div>
</section>
{% endif %}
{% endif %}
</div>
Expand Down
10 changes: 10 additions & 0 deletions _layouts/tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
<section class="hero">
<div class="hero-body">
<div class="container">
<ul class="breadcrumb">
<li><a href="{{ "/index.html" | relative_url }}">&lt; Back to tutorials</a></li>
</ul>
{% if page.community_contribution %}
<span class="community-contribution">Community contribution ✨</span>
{% endif %}
Expand Down Expand Up @@ -260,6 +263,13 @@ <h5 class="title is-5">Video walkthrough</h5>
{% include contribute-tutorial-lang.html %}
{% else %}
{% include tutorial-content.html %}
<section class="section">
<div class="container">
<ul class="breadcrumb">
<li><a href="{{ "/index.html" | relative_url }}">&lt; Back to tutorials</a></li>
</ul>
</div>
</section>
{% endif %}
{% endif %}
</div>
Expand Down
20 changes: 20 additions & 0 deletions assets/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,26 @@ a {
}
}

.breadcrumb {
a {
color: $color_white !important;
}
li {
margin-left: 0;
}
}

.section {
.container {
.breadcrumb {
a {
color: $color_black !important;
font-weight: 900;
}
}
}
}

.secondary-card-row,
.third-card-row,
.fourth-card-row,
Expand Down

0 comments on commit 6364d6a

Please sign in to comment.