-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathContact.html
More file actions
61 lines (53 loc) · 1.69 KB
/
Contact.html
File metadata and controls
61 lines (53 loc) · 1.69 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title> RaiseOn </title>
<link rel="stylesheet" href="css/style.css">
<!--
<link rel="stylesheet" href="//code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css">
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script src="//code.jquery.com/ui/1.11.2/jquery-ui.js"></script>
<link rel="stylesheet" href="/resources/demos/style.css">
<script>
$(function() {
$( "#dialog" ).dialog();
});
</script>
</head>
<body>
<div id="dialog" title="Basic dialog">
<p>This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.</p>
</div>
-->
</head>
<body>
<h1>
<span class="raise">Raise</span>
<span class="on ">On</span>
</h1>
<h2></h2>
<div id="menu">
<ul>
<li><a href="Question.html">In Class</a></li>
<li><a href="Quiz.html">Quiz</a></li>
<li><a href="index.html">After School</a></li>
<li><a href="Contact.html">Contact Us</a></li>
<li> <a href="Sign up.html">Login</a> </li>
</ul>
</div>
<SPAN style="margin: 10% 20% 10% 20%; font-family: 'Glegoo', serif; position: absolute; width: 55%; height:10; top: 20%; padding: 20px 20px">
<h2>GO Husky_Hackerz!! :)</h2>
<p class="lead">TEAM MEMBERS</p>
<p>Ziran (Robert) Wu</p>
<p>Sampurna Basu</p>
<p>Da Young (Joanne) Kwon</p>
<p>Sangwoon (Ben) Lee</p>
<div style="top: 20%; left: 50%; position: absolute;">
<img src="http://i57.tinypic.com/ekq1pj.jpg" border="0" alt="Husky">
</div>
<a href="" target="_blank"></a>
</h3>
</SPAN>
</body>
</html>