This repository has been archived by the owner on Jul 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
legal.html
56 lines (49 loc) · 2.13 KB
/
legal.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<title>HackUCI - Legal</title>
<meta name="description" content="Legal Statements and Attribution"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="shortcut icon" href="images/anteater-favicon.png">
<link type="text/css" rel="stylesheet" href="css/bootstrap.min.css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,800" rel="stylesheet" type="text/css">
<link type="text/css" rel="stylesheet" href="css/style.css">
<link type="text/css" id="colors" rel="stylesheet" href="css/colors.css">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js">
</script>
<![endif]-->
<script src="js/modernizr-2.6.1.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-60502483-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body style="padding-top:0px;">
<section class="slice" id="legal">
<div class="col-xs-12">
<h1 class="mainGray">Legal</h1>
</div>
</section>
<section class="slice" id="legal-text" >
<div class="container">
<div class="row col-xs-12">
<p>IBM and the IBM logo are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide.</p>
</div>
<div class="row col-xs-12">
<p>Copyright © 2014-2015 HackUCI. All Rights Reserved.</p>
</div>
</div>
</section>
</body>
</html>