Skip to content

Commit

Permalink
added link to presentation video
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlyons committed Dec 4, 2014
1 parent c347d84 commit e7e65e9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/deck.js
/frontporch14/dev
.DS_Store
*.codekit
7 changes: 4 additions & 3 deletions frontporch14/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -487,12 +487,13 @@ <h1 class="cover-title">
<!-- End extension snippets. -->
</div>

<div id="info">
<div id="info-left">
<a href="http://www.davidscottlyons.com/threejs">davidscottlyons.com/threejs</a>
</div>

<div id="github">
<a href="https://github.com/davidlyons/frontporch">Slides on GitHub</a>
<div id="info-right">
<a href="http://youtu.be/6eLl8yQnxHQ" target="_blank">Watch Presentation Video</a><br>
<a href="https://github.com/davidlyons/frontporch" target="_blank">Slides on GitHub</a>
</div>

<!-- Required JS files. -->
Expand Down
5 changes: 3 additions & 2 deletions frontporch14/resources/less/layout.less
Original file line number Diff line number Diff line change
Expand Up @@ -204,18 +204,19 @@ code { font-family: 'Source Code Pro', monospace; }
}


#info {
#info-left {
position: absolute;
top: 50%;
left: 50%;
margin-top: 370px;
margin-left: -640px;
}

#github {
#info-right {
position: absolute;
top: 50%;
right: 50%;
margin-top: 370px;
margin-right: -640px;
text-align: right;
}
5 changes: 3 additions & 2 deletions frontporch14/resources/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -187,19 +187,20 @@ code {
.on-slide-interaction4 .interaction4 {
font-weight: 700;
}
#info {
#info-left {
position: absolute;
top: 50%;
left: 50%;
margin-top: 370px;
margin-left: -640px;
}
#github {
#info-right {
position: absolute;
top: 50%;
right: 50%;
margin-top: 370px;
margin-right: -640px;
text-align: right;
}
/* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript+python */
/**
Expand Down

0 comments on commit e7e65e9

Please sign in to comment.