Skip to content

Commit

Permalink
Fix positions
Browse files Browse the repository at this point in the history
  • Loading branch information
alvagante committed Dec 29, 2024
1 parent dc8ed75 commit e105944
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion _includes/home_opensource.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2 class="section-heading">Open Source</h2>
Presentations are mostly on <a href="https://www.slideshare.net/alvagante" target="_blank" rel="external nofollow">Slideshare</a>
</div>
<div class="lead">
Tutorials:
Tutorials (2025 Update in Progress):
{% for post in site.presentations %}
<li>
<a href="{{ site.url }}{{ post.url }}" target="_parent">{{ post.title }}</a>
Expand Down
13 changes: 6 additions & 7 deletions _includes/presentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@ <h2>{{ page.description }}</h2>

<textarea id="source" >
class: center, middle
<script src="https://remarkjs.com/downloads/remark-latest.min.js"></script>
<script>
var slideshow = remark.create({
sourceUrl: '{{ site.url }}/{{ page.source }}'
});
</script>
</textarea>
</div>
</div>
</section>
<script src="https://remarkjs.com/downloads/remark-latest.min.js">
</script>
<script>
var slideshow = remark.create({
sourceUrl: '{{ site.url }}/{{ page.source }}'
});
</script>
2 changes: 1 addition & 1 deletion _includes/wwwww_splash.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="container">
<div class="row">
<div class="col-lg-4">
<img class="img-responsive" src="{{ site.url }}/img/pic-9-logo.png" alt="example42 five Ws">
<img class="img-responsive" src="{{ site.url }}/img/pic-9.png" alt="example42 five Ws">
</div>
<div class="col-lg-8">
<div class="intro-message">
Expand Down

0 comments on commit e105944

Please sign in to comment.