Skip to content

Commit 3ee3f2f

Browse files
committed
Video on index.html
1 parent 402974d commit 3ee3f2f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

_posts/2014-04-30-Welcome-codeRIT.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ video_mp4: /media/2014-02-26-hello-cosette/StockInnovation.mp4
1212
# codeRIT
1313

1414
<div class="message">
15-
codeRIT represents a coalition of students with a mission to represent the RIT hackathon community on a national level. It focuses its attention towards increasing its relationship with other collegiate technical communities, teaching software development and entrepreneurial skills to its members, and uniting a fragmented collection of groups amongst GCCIS as one RIT group
15+
codeRIT represents a coalition of students with a mission to represent the RIT hackathon community on a national level. It focuses its attention towards increasing its relationship with other collegiate technical communities, teaching software development and entrepreneurial skills to its members, and uniting a fragmented collection of groups amongst GCCIS as one RIT group
1616
</div>
1717

18+
Video that was used to make this awesome site.
1819
<iframe width="560" height="315" src="//www.youtube.com/embed/HlGcXcdwJqk" frameborder="0" allowfullscreen></iframe>
1920

2021
#### Menu

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
title: Home
44
---
55

6-
<header class="clean" style="height: 350px; background-image: url({{ site.cover }});">
6+
<header class="clean" style="height: 450px; background-image: url({{ site.cover }});">
7+
<video id="bg-video" preload="auto" autoplay="true" loop="loop" >
8+
<source src="/media/2014-02-26-hello-cosette/StockInnovation.mp4" type="video/mp4">
9+
</video>
710
{% include top.html %}
811
<div id="home-title">
912
<a href="{{ site.url }}">

0 commit comments

Comments
 (0)