-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathScienceEngBuild.html
51 lines (43 loc) · 2.07 KB
/
ScienceEngBuild.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
<!DOCTYPE html>
<html>
<head>
<title>Faculty of Science, Engineering and Built Environment</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Link to jquery -->
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a4.1/jquery.mobile-1.0a4.1.min.css" />
<script src="http://code.jquery.com/jquery-1.5.2.min.js"></script>
<script src="http://code.jquery.com/mobile/1.0a4.1/jquery.mobile-1.0a4.1.min.js"></script>
</head>
<body class="ui-mobile-viewport">
<div id="Item" data-role="page" is="page" data-theme="a".>
<!-- Loading Theme Selection -->
<div data-role="header" data-position="fixed">
<h3>Faculty of Science, Engineering and Built Environment</h3>
</div>
<!-- Description and details -->
<div role="main" class="ui-content">
<!-- information -->
<center>
<img style="width:50%;" src="image/home-study.jpg" is="image">
<h1 is="gk-text">Study areas</h1>
<h4 align="center" is="gk-text">Discover the full range of courses offered in Science, Environment, Engineering, Information Technology, Architecture and Built Environment</h4>
</center>
<center>
<img style="width:50%;" src="image/home-research.jpg" is="image">
<h1 is="gk-text">Faculty research</h1>
<h4 align="center" is="gk-text">Research within the faculty seeks to broaden our impact, partnerships, innovation and ensure that what we do is focused on issues that reflect our surrounding environment.</h4>
</center>
<center>
<img style="width:50%;" src="image/home-students.jpg" is="image">
<h1 is="gk-text">Student information</h1>
<h4 align="center" is="gk-text">Student resources, course planning advice, opportunities for enhancing your study, and information about available services and support.</h4>
</center>
<center>
<img style="width:50%;" src="image/cmpre3.jpg" is="image">
<h1 is="gk-text">Peer Mentoring</h1>
<h4 align="center" is="gk-text">Bachelor of Construction Management (Honours)/Bachelor of Property and Real Estate. This unique combined course provides graduates with a dual qualification and competitive edge for future employment.</h4>
</center>
</div>
</div>
</body>
</html>