Skip to content

Commit

Permalink
Show slides only on dev, temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
alvagante committed Jan 15, 2025
1 parent 0ed5705 commit ba9cb71
Show file tree
Hide file tree
Showing 9 changed files with 736 additions and 2,009 deletions.
Binary file added AbnormalDevOpsIterations/img/15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
997 changes: 700 additions & 297 deletions _includes/cka.md

Large diffs are not rendered by default.

36 changes: 31 additions & 5 deletions _includes/head_remark.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,40 @@
<style>
<!--
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);

body { font-family: 'Droid Serif'; }
h1, h2, h3 {
h2 {
font-family: 'Yanone Kaffeesatz';
font-weight: normal;
padding-bottom: 0%;
margin-bottom: 0%;
}
-->
.remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; }
h3 {
font-family: 'Yanone Kaffeesatz';
font-weight: normal;
padding-bottom: 0%;
margin-bottom: 0%;
font-size: 1.5em;
}
li {
font-size: 1;
font-weight: 100;
}
p {
font-size: 1em;
font-weight: 100;
}
td {
padding: 2px;
font-weight: 100;
}
.remark-code, .remark-inline-code {
font-family: 'Ubuntu Mono';
font-size: 1em;
font-weight: 100;
}
.remark-h2 {
font-size: 2em;
}

</style>
28 changes: 0 additions & 28 deletions _includes/header_presentation.html

This file was deleted.

2 changes: 2 additions & 0 deletions _includes/home_opensource.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ <h2 class="section-heading">Open Source</h2>
<div class="lead">
Presentations are mostly on <a href="https://www.slideshare.net/alvagante" target="_blank" rel="external nofollow">Slideshare</a>
</div>
{% if site.url != 'https://example42.com/' %}
<div class="lead">
Tutorials (2025 Update in Progress):
{% for post in site.presentations %}
Expand All @@ -28,6 +29,7 @@ <h2 class="section-heading">Open Source</h2>
</li>
{% endfor %}
</div>
{% endif %}
<div class="col-lg-4 col-lg-offset-2 col-sm-6">
<img class="img-responsive" src="{{ site.url }}/img/pic-psick.png" alt="Open Source">
</div>
Expand Down
1 change: 1 addition & 0 deletions _includes/presentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ <h1>{{ page.title }}</h1>
<script>
var slideshow = remark.create({
ratio: '16:9',
highlightStyle: 'monokai',
});
</script>
2 changes: 1 addition & 1 deletion _layouts/presentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
{% include iubenda_cookie.html %}
{% include analytics.html %}
{% include head_remark.html %}
{% include head.html %}
{% include head_remark.html %}
</head>
<body>
{% include header.html %}
Expand Down
Loading

0 comments on commit ba9cb71

Please sign in to comment.