-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio6.html
53 lines (48 loc) · 2.56 KB
/
portfolio6.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Developing new user-facing features using React.js </title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif:ital@1&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous"> <link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<div class="nav-wrapper">
<div class="left-side">
<div class="nav-link-wrapper".active-nav-link">
<a href="index.html">Home</a>
</div>
<div class="nav-link-wrapper">
<a href="about.html">About</a>
</div>
</div>
<div class="right-side">
<div class="brand">
<div>VALERIE ELIZABETH</div>
</div>
</div>
</div>
<div class="content-wrapper">
<div class="two-column-wrapper">
<div class="profile-image-wrapper">
<img src="Images/Images/meeting.jpg" alt="Myself">
</div>
<div class="profile-content-wrapper">
<h1>A Expert in the Agile Approach.</h1>
<p> Very experience in Agile approach. Iterative or agile project management focuses on delivering maximum
value against business priorities in the time and budget allowed, especially when the drive to deliver is greater
than the risk. When approaching agile project management for the first time, it becomes apparent that there are
various trains of thought. The project breaks a requirement into smaller pieces, which are then prioritised by
the team in terms of importance. The Agile approach also promotes collaborative working, especially with the
customer. The agile project reflects, learns and adjusts at regular intervals to ensure that the customer is
always satisfied and is provided with outcomes that result in benefits. The Agile methods integrate planning
with execution, allowing an organisation to create a working mindset that helps a team respond effectively to
changing requirements.
</p>
</div>
</div>
</body>
</html>