This repository was archived by the owner on Jan 2, 2026. It is now read-only.
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
52 lines (44 loc) · 1.51 KB
/
index.html
File metadata and controls
52 lines (44 loc) · 1.51 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
<!DOCTYPE html>
<html>
<head>
<title> Home </title>
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
</head>
<div>
<img src="logo.svg" alt="Deakin" width="200" height="210">
</div>
<body>
<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>
<h2>Unit details</h2>
<table style="width:100%">
<tr>
<td>Year:</td>
<td>2023 unit information</td>
</tr>
<tr>
<td>Enrolment mode:</td>
<td>Trimester 1: Burwood(Melbourne), Geelong, Cloud(Online)</td>
</tr>
<tr>
<td>Credit Points:</td>
<td>1</td>
</tr>
<tr>
<td>Unit Chair:</td>
<td>Trimester 1: Azadeg 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>