forked from azadehghn/Deakin-Unit-Page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (54 loc) · 1.31 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<<<<<<< HEAD
<!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>
</body>
=======
<!DOCTYPE html>
<html>
<head>
<title> Home </title>
<link rel="stylesheet" type="text/css" media="screen" href="main.css"/>
</head>
<body>
<h1>SIT223-SIT753 - Professional Practice in IT</h1>
<<<<<<< HEAD
<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>
</table>
=======
<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>
<a href="https://www.deakin.edu.au/students/enrolment-and-fees/fees"> > Current students</a>
>>>>>>> add-unit-content
</body>
>>>>>>> add-table
</html>