forked from azadehghn/Deakin-Unit-Page
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (64 loc) · 2.12 KB
/
index.html
File metadata and controls
66 lines (64 loc) · 2.12 KB
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> Home </title>
<link rel="stylesheet" type="text/css" media="screen" href="main.css"/>
</head>
<div>
<p>
<button type="button">Home</button>
<input type="text" placeholder="Search..">
<button type="button">Go</button>
</p>
<img src="logo.svg" alt="Deakin" width="200" height="210" >
</div>
<body style="background-color:#b0e0e6;">
<h1>SIT223-SIT753 - Professional Practice in IT</h1>
<h3>Content</h3>
<p>
To be successful IT graduates need to understand the use of industry tools and practices,
the ways these tools work and connect together, and the underlying professional, ethical,
and teamwork knowledge and skills needed to put these into practice in a professional manner.
</p>
<h3>Hurdle Requirement</h3>
<p>
To be eligible to obtain a pass in this unit, students must meet certain milestones as part of the portfolio.
</p>
<a href="https://www.deakin.edu.au/students/enrolment-and-fees/fees">Current Students</a>
<h3>Campus Maps</h3>
<table>
<tr>
<td><a href="https://www.deakin.edu.au/__data/assets/pdf_file/0003/817365/burwood-campus-map.pdf">Burwood Campus Map</a></td>
<td><a href="https://www.deakin.edu.au/__data/assets/pdf_file/0005/817367/geelong-waurn-ponds-campus-map.pdf">Waurn Ponds Campus Map</a></td>
</tr>
<tr>
<td><a href="https://www.deakin.edu.au/__data/assets/pdf_file/0006/817368/waterfront-campus-map.pdf">Waterfront Campus Map</a></td>
<td><a href="https://www.deakin.edu.au/__data/assets/pdf_file/0007/817369/warrnambool-campus-map.pdf">Warrnambool Campus Map</a></td>
</tr>
</table>
<h2> Unit details</h2>
<table style="width:100%">
<tr>
<td>Year: </td>
<td>2023 unit information</td>
</tr>
<tr>
<td>Enrolment modes:</td>
<td>Trimester 1: Burwood (Melbourne), Geelong, Cloud (online)</td>
</tr>
<tr>
<td>Credit point(s):</td>
<td>1</td>
</tr>
<tr>
<td> Unit Chair:</td>
<td> Trimester 1: Azadeh Ghari Neiat</td>
</tr>
<tr>
<td> Scheduled Learning Activities:</td>
<td> 1 x 3 hour active class per week, weekly drop in support.</td>
</tr>
</table>
</body>
</html>