Skip to content

Commit

Permalink
Template: Add a missing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
c3o committed May 26, 2016
1 parent f510d95 commit 59dc9fc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions template.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,10 @@ <h2 class="intro">{{intro}}</h2>
<!--div class="tape"></div-->
<div id="topbox" class="column">
<div class="tape"></div>
<h3>{{tape}}<br />
<span class="now">{{now}}</span> <span class="join">{{joinus}}</span></h3>
<h3>
{{tape}}
<span class="now">{{now}}</span> <span class="join">{{joinus}}</span>
</h3>
<h1>
<span>{{title}}</span>
<a id="agree" class="bigbtn" href="javascript:;" onclick="signup(); return false"><img src="img/up.png" width=40 /><span>{{agree}}</span></a>
Expand Down Expand Up @@ -314,7 +316,7 @@ <h3>{{learn.factsheet.title}}</h3>
<div class="col">
<h3>{{learn.presentation.title}}</h3>
<a href="https://www.youtube.com/watch?v=MF8k5ooc4mw" target="_blank" class="vid" style="background-image:url(img/video-talk.jpg)">&#9654;</a>
<p><a class="gobtn" href="https://www.youtube.com/watch?v=MF8k5ooc4mw" target="_blank">&#9654; Watch on YouTube</a></p>
<p><a class="gobtn" href="https://www.youtube.com/watch?v=MF8k5ooc4mw" target="_blank">&#9654; {{learn.presentation.watch}}</a></p>
<p>{{learn.presentation.text}}</p>
</div>
</div>
Expand Down

0 comments on commit 59dc9fc

Please sign in to comment.