-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathouraim.html
66 lines (62 loc) · 2.6 KB
/
ouraim.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>
<meta charset="UTF-8">
<title>Our Aim</title>
<style type="text/css">
@import url("css/imported/reset.css");
@import url("css/imported/960.css");
@import url("css/imported/text.css");
</style>
<link href="css/styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<header id="main-header" class="container_12 clearfix">
<div id="navigation" >
<nav id="main-nav" >
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li class="current-menu-item"><a href="ouraim.html">Our Aim</a></li>
<li><a href="latestnews.html">Latest News</a></li>
<li><a href="contactus.php">Contact Us</a></li>
</ul>
</nav>
</div>
</header>
<section id="subheader" class="container_12 clearfix">
<div id="pageTitle" class="grid_12 alpha">
<h1>Our Aim</h1>
<p>Understanding what the Maltese Population thinks about Gaming</p>
</div>
<div id="video" class="grid_12 alpha">
<video width="960" height="400" controls="controls">
<source src="videos/DigitalGamesUsage.mp4" type="video/mp4">
<source src="videos/DigitalGamesUsage.webm" type="video/webm">
Your browser does not support the video tag.
</video>
</div>
</section><!--subheader-->
<section id="content" class="container_12 clearfix">
<div id="contenttext" class="grid_12 alpha">
<p>We are curious to find out:</p>
<ul>
<li>How many people in Malta play digital and video games? </li>
<li>What type of digital and video games do the Maltese play?</li>
<li>What do the Maltese people think about playing digital and video games?</li>
<li>Do the Maltese believe that digital and video games can help people socialise more or are they making people feel more isolated?</li>
<li>What games do our younger generation play?</li>
</ul>
<p>In the world today, where the strongest industry during the 2009 economic crisis turned out to be the <b>gaming industry</b>, we want to understand what the Maltese population thinks about digital and video games. Knowing what the population thinks will possibly lead us to create digital and video games that can contribute towards making us and the world we live in better.</p>
</div><!--contenttext-->
</section><!--content-->
<section id="main-footer" class="container_12 clearfix">
<div id="copyright-info" class="grid_4 suffix_5">
<p><i>©2012 <b>GameD</b>. All rights reserved.</i></p>
</div>
<div id="designer" class="grid_3">
<p><i>desingedbymark.com</i></p>
</div>
</section><!--mainfooter-->
</body>
</html>