forked from azadehghn/Deakin-Unit-Page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (39 loc) · 1.01 KB
/
index.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
<!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 idustry tools and practices,
the ways these tools work and connect together, and the underlying professional, ethical,
and teamwork knowledge skills needed to put these into practice in a professional manner.
</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>Enrollment Modes:</td>
<td>Trimester 1: Burwood(Melbourne), Geelong, Cloud (online)</td>
</tr>
<tr>
<td>Credit points(s):</td>
<td>1</td>
</tr>
<tr>
<td>Unit Chair:</td>
<td>Trimester 1: Azadeh Ghari Neiat</td>
</tr>
</table>
</body>
</html>