-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpolicy.php
More file actions
243 lines (113 loc) · 3.69 KB
/
Copy pathpolicy.php
File metadata and controls
243 lines (113 loc) · 3.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<?php
include_once("mysql.scupoints.inc.php");
?>
<html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SCUPoints[About]</title>
<meta name="description" content="Sell your SCU Dining Points for Cash" />
<meta name="author" content="rirribarren" />
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" type="text/css" href="css/style.css" />
<script src="jquery/jquery.js"></script>
<script src="js/modernizr.custom.63321.js"></script>
<script type="text/javascript" src="totemticker/jquery.totemticker.min.js"></script>
<!--[if lte IE 7]><style>.main{display:none;} .support-note .note-ie{display:block;}</style><![endif]-->
<style>
@import url(http://fonts.googleapis.com/css?family=Raleway:400,700);
body {
background: #7f9b4e url(images/scubg.png) no-repeat center top;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}
.container > header h1,
.container > header h2 {
color: #fff;
text-shadow: 0 1px 1px rgba(0,0,0,0.7);
}
marquee {
marquee-speed: slow;
}
.about-box{
background-color: rgba( 127, 127, 127, 0.7);
}
.clean-red{
position: relative;
border:solid 2px #D55544;
background: #F6CBCA;
color:#DE645C;
padding:4px;
text-align:center;
margin-bottom: 10px;
}
.clean-red > a {
color: #0000EE;
text-decoration: underline;
}
.clean-red > a:hover {
color: #0000EE;
text-decoration: underline;
text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
}
.fb-like {
background-color: rgba(255,255,255,0.5);
}
.main
{
width: 50%;
color: white;
text-align:center;
}
.main p
{
font-size: 20px;
color:black;
font-weight:bold;
}
#comslider_in_point_1320
{
position: relative;
left: 100px;
}
</style>
<script>
</script>
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=312549098871198";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="container">
<!--/ Codrops top bar -->
<div class="codrops-top">
<a href="main.php"><strong>« HomePage: </strong></a>
<span class="right" style="width:70%;"><marquee><strong>SCU Points</strong></marquee></span>
</div><!--/ Codrops top bar -->
<header>
<img src="images/coverimage.png"/></br><h1><strong>Privacy Policy</strong></h1>
<div class="fb-like" data-href="http://www.scupoints.com/main.php" data-send="true" data-width="450" data-show-faces="true"></div>
<h2>Don't waste leftover points</h2>
<div class="support-note">
<span class="note-ie">Sorry, only modern browsers.</span>
</div>
</header>
<section class="main">
<div class="about-box">
<h2>Privacy Policy</h2>
<p>
We do not share your personal information with anyone. We only use your facebook information for the purposes of this site's functionality only!
</p>
</div>
</section>
</div>
</body>
</html>