-
Notifications
You must be signed in to change notification settings - Fork 0
/
gameseng.html
111 lines (108 loc) · 6.12 KB
/
gameseng.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Napier Games Technology Group - Games Engineering Projects</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/prettyPhoto.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/override.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="images/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="images/ico/apple-touch-icon-57-precomposed.png">
</head><!--/head-->
<body>
<header class="navbar navbar-inverse navbar-fixed-top napier_red" role="banner">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="images/logo.png" alt="logo"></a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="study.html">Study</a></li>
<li class="oactive"><a href="resources.html">Resources</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</header><!--/header-->
<section id="portfolio" class="container">
<ul class="portfolio-filter">
<li><a class="btn btn-default active" href="#" data-filter="*">All</a></li>
<li><a class="btn btn-default" href="#" data-filter=".2014">2014</a></li>
</ul><!--/#portfolio-filter-->
<ul class="portfolio-items proj col-6" id="projectContainer" style="height: 594px;"></ul>
</section><!--/#portfolio-->
<section id="bottom" class="wet-asphalt">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-3">
<div style="padding-left:15%; float: left;" ><img src="images/nvidia.png" height=80px></div>
<div style="padding-left:15%; float: left;" ><img src="images/sonyfirst.png" height=80px></div>
<div align="center" >
<img src="images/skillset.png" height=60px alt="BSc (Hons) Games Development has been awarded the Creative Skillset Tick, the industry quality mark, following a rigorous assessment process by experts working in the Creative Industries. The Creative Skillset Tick is awarded to practice-based courses which best prepare students for a career in the industry." ></div>
</div>
<div class="col-md-6 col-sm-12">
<h4>About Us</h4>
<p>Edinburgh Napier University offers a range of taught programmes that cover the general skills of a good software engineer, with a specialism in games-related technologies. You will gain an in-depth knowledge of game technologies, incorporating practical skills in programming, rendering, artificial intelligence, mathematics, hardware and software engineering.</p>
</div>
<div class="col-md-3 col-sm-6">
<h4>Address</h4>
<address>
<strong>[email protected]</strong><br>
<strong>Games Technology Group</strong><br>
School Of Computing<br>
Edinburgh Napier University<br>
Edinburgh, EH10 5DT<br>
</address>
</div>
</div>
</div>
</section>
<footer id="footer" class="midnight-blue">
<div class="container">
<div class="row">
<div class="col-sm-6">
© 2016 <a target="_blank" href="http://www.napier.ac.uk/" title="Ediburgh napier University">Edinburgh Napier University</a> is a registered Scottish charity. Registration SC018373
</div>
<div class="col-sm-6">
<ul class="pull-right">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a id="gototop" class="gototop" href="#"><i class="icon-chevron-up"></i></a></li><!--#gototop-->
</ul>
</div>
</div>
</div>
</footer><!--/#footer-->
<script>
var pagefilter = "gameseng"
</script>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/jquery.isotope.min.js"></script>
<script src="js/main.js"></script>
<script src="js/projectloader.js"></script>
</body>
</html>