Skip to content

Commit b51cd3e

Browse files
committed
Visuals
1 parent e105944 commit b51cd3e

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

_includes/presentation.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,19 @@
33
<div class="container">
44
<div class="row">
55
<div class="col-lg-12">
6-
<div class="intro-message">
6+
<div>
77
<h1>{{ page.title }}</h1>
88
<hr class="intro-divider">
99
<h2>{{ page.description }}</h2>
1010
</div>
1111
</div>
1212
</div>
13-
14-
<textarea id="source" >
15-
class: center, middle
1613
<script src="https://remarkjs.com/downloads/remark-latest.min.js"></script>
1714
<script>
1815
var slideshow = remark.create({
1916
sourceUrl: '{{ site.url }}/{{ page.source }}'
2017
});
2118
</script>
22-
</textarea>
2319
</div>
2420
</div>
2521
</section>

css/landing-page.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ p {
9797
padding-bottom: 10px;
9898
text-align: center;
9999
color: #f8f8f8;
100-
background-size: cover;
101100
}
102101

103102
.wwwww-header {

0 commit comments

Comments
 (0)