-
Notifications
You must be signed in to change notification settings - Fork 0
/
1-1-2.html
42 lines (35 loc) · 1.52 KB
/
1-1-2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" type="text/css" href="main.css">
<title>1.1.2 Describing methods, skills and resources needed to complete digital projects successfully</title>
</head>
<body class="backgroundTitan shadow1">
<div class="flex-container">
<h1 class="logo"><a href="index.html">Jody Richardson</a></h1>
<ul class="navigation">
<li><a href="index.html">Home</a></li>
<li><a href="1-1-0.html">About</a></li>
<li><a href="sitemap.html">site map</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<h2 class="centreText">
Unit 1 - 1.2 Describing methods, skills and resources needed to complete digital projects successfully
</h2>
<p class="mainPara">In order to successfully complete a digital project we need to assemble a team of people with
specialist skills
that include, but are not limited to, software programming, problem solving, graphic design and copywriting. We
need to utilise time management, collaborative working, and strict version control to ensure an efficient
working process. Suitable hardware such as workstations, storage and networking are obviously of paramount
importance as is a workspace that is fit for purpose.
</p>
<div class="navbarL">
<a href="1-1-1.html">PREV</a>
</div>
<div class="navbarR">
<a href="1-1-3.html">NEXT</a>
</div>
</body>
</html>