Skip to content

Commit

Permalink
Visuals
Browse files Browse the repository at this point in the history
  • Loading branch information
alvagante committed Dec 29, 2024
1 parent e105944 commit b51cd3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions _includes/presentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,19 @@
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="intro-message">
<div>
<h1>{{ page.title }}</h1>
<hr class="intro-divider">
<h2>{{ page.description }}</h2>
</div>
</div>
</div>

<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>
1 change: 0 additions & 1 deletion css/landing-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ p {
padding-bottom: 10px;
text-align: center;
color: #f8f8f8;
background-size: cover;
}

.wwwww-header {
Expand Down

0 comments on commit b51cd3e

Please sign in to comment.