-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (28 loc) · 1.14 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<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">
<div class="questionHeader">Mathew Sam</div>
<p class="contentText">
Software Developer <br/>
Vancouver B.C, Canada <br/>
</p>
<img src="assets/matsam.jpg" width="80%" class="imageBorder"/>
</div>
<div id="answer">
<span class="questionHeader">Code Foo Application</span>
<p class="contentText">
To whom it may concern, I am Mathew Sam and this is my application for IGNs Code Foo.
I have made a webpage that answers all the questions.<br/>
<br/> Please use the lastest version of Chrome if possible, if not Safari or FireFox.
<br/> Please deploy to webserver if possible, if not the Connect 4 victory animation won't work.
<br/>Enjoy!
</p>
</div>
</body>
</html>