forked from azadehghn/Deakin-Unit-Page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (75 loc) · 1.68 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html>
<head>
<title> Home </title>
<link rel="stylesheet" type="text/css" media="screen" href="main.css"/>
<style>
header {
background-color: green;
padding: 15px;
display: flex;
align-items: center;
}
h1 {
margin: 0;
flex-grow: 1;
}
img.logo {
height: 50px;
margin-left: 15px;
}
</style>
</head>
<body>
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
=======
>>>>>>> table-edit
<header>
<h1>SIT223-SIT753 - Professional Practice in IT</h1>
<img src="logo.svg" alt="Logo" class="logo">
</header>
<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>
<<<<<<< HEAD
>>>>>>> add-table
=======
<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>
>>>>>>> add-unit-content
=======
>>>>>>> table-edit
</body>
</html>