-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
63 lines (53 loc) · 1.27 KB
/
about.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
57
58
59
60
61
62
63
<!doctype html>
<html>
<head>
<title>Raffleize | About</title>
<link rel="stylesheet" type="text/css" href="global.css" />
<link rel="stylesheet" type="text/css" href="about.css" />
<body>
<nav>
<div id="cont">
<a href="complete_site/home.html"><div id="logo"></div></a>
<ul>
<li><a href="#">How it Works</a></li>
<li class="drop">
<a href="#">About</a>
<div class="dropdownContain">
<div class="dropOut">
<div class="triangle"></div>
<ul>
<li>About us</li>
<li>Terms of Use</li>
<li>Privacy Policy</li>
</ul>
</div>
</div>
<li><a href="#">Login or Signup</a></li>
</li>
</ul>
</div>
</nav>
<div id="main">
<div id="cont">
<div id="snavcont">
<ul>
<li>About us</li>
<li>How it Works</li>
<li>Terms of Use</li>
<li>Privacy Policy</li>
</ul>
</div>
<div id="box">
<h1>About Raffleize</h1>
<p>We believe that we can change the world whilst giving away a bunch of free stuff. With that end in mind we set out to redefine the way raffles work. So we built fun engaging social and gaming aspects into the core of our product.</p>
<h1>The Team</h1>
</div>
</div>
</div>
<div id="footer">
<div id="cont">
<p> © Raffleize 2012 </p>
</div>
</div>
</body>
</html>