-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbonus1.html
23 lines (22 loc) · 1.05 KB
/
bonus1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<link href="http://fonts.googleapis.com/css?family=Fredericka+the+Great|Open+Sans+Condensed:700" media="screen" rel="stylesheet" type="text/css">
<link href="css/template.css" media="screen" rel="stylesheet" type="text/css">
<script type="text/javascript" src="js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="js/template.js"></script>
</head>
<body >
<div id="question">
<span class="questionHeader">Bonus 1</span>
<p class="contentText">Submit a short video (less than 2 minutes) introducing yourself, showing your passion for IGN, and telling us why you're a good fit for Code-Foo.
</p>
</div>
<div id="answer" style="display: inline-block;width:100%;height:100%">
<span class="questionHeader">Video</span><br/>
<video style="display:block;position:relative;top:40px;bottom:40px;width:90%;height:70%;background-color:#515151" class="imageBorder" controls="controls" >
<source src="assets/matsam.mp4" type="video/mp4" >
Your browser does not support the video tag.
</video>
</div>
</body>
</html>