-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
66 lines (48 loc) · 2.32 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
64
65
66
<!doctype html>
<html>
<head>
<title>About | Raffleize</title>
<link rel="stylesheet" type="text/css" href="css/global.css" />
<link rel="stylesheet" type="text/css" href="css/about.css" />
</head>
<body>
<nav><!-- Navigation -->
<div id="wrap">
<a href="index.php"><div id="logo"></div></a>
<ul>
<li><a href="#">About</a></li>
</ul>
</div>
</nav><!-- End Navigation -->
<div id="box">
<div id="wrap">
<p class="head">We are <span id="bold">redefining raffles</span>, made it <span id="bold">our mission</span> to <span id="bold">deliver giveaways</span> and <span id="bold">promotions</span>.</p>
<div class="raffle"></div>
<p class="small">Basically we host raffles with multiple prizes, leveraging time along with participation to unlock the prizes within. This makes our raffles inheritly social, meaning people are engaged and audiences are growing! </p>
<hr noshade size=1><!-- line -->
<p class="folks">Meet the folks building Raffleize.</p>
<div id="team">
<div id="section1"><!-- team member bios -->
<div class="bio">
<p class="name">Dillon Kissoon</p>
<p class="title">Entreprenuer</p>
<p class="description">An entrepreneur obsessed with great design, quirky web products and all things tech. Has cool ideas from time to time and enjoy working on things that are interesting and can make a difference. <a target="blank" href="https://twitter.com/D_Kissoon"><span id="bold">@D_Kissoon</span></a></p>
</div><!-- end dillon -->
<div class="bio">
<p class="name">Ricky Kissoon</p>
<p class="title">Designer</p>
<p class="description">Deciple of computer sciences, passionate about design, tech and information junkie. Web developer at <a href="http://kqcares.com/"><span id="bold">KQCares</span>,</a> purveyor of awesomeness.</p>
</div><!-- end ricky -->
<div class="bio">
<p class="name">Candido Margarini</p>
<p class="title">Engineer</p>
<p class="description">Lead Developer, 50% geek and 50% normal guy. Loves strategy games, driving and arguing about designs with Dillon and Ricky</p>
</div><!-- end can -->
</div><!--end section 1 -->
<div id="section2"><!-- team member pictures -->
</div><!-- end section 2 -->
</div><!--end team -->
</div><!-- end wrap -->
</div><!-- end box -->
</body>
</html>