forked from bedimcode/responsive-portfolio-website-Alexa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
agile.html
84 lines (67 loc) · 3.57 KB
/
agile.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
79
80
81
82
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BNG36EWR2Y"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-BNG36EWR2Y');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--==================== UNICONS ====================-->
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v3.0.6/css/line.css">
<!--==================== SWIPER CSS====================-->
<link rel="stylesheet" href="assets/css/swiper-bundle.min.css">
<!--==================== CSS ==========-->
<link rel="stylesheet" href="assets/css/styles.css">
<!--============ Blog CSS ========-->
<link rel="stylesheet" href="assets/css/styles.css">
<!--==================== Favicon ==========-->
<link rel="shortcut icon" href="https://ilydesigns.com/assets/img/favicon.ico">
<link rel="apple-touch-icon" href="https://ilydesigns.com/assets/img/favicon.ico">
<title>Emily Holcomb Product | Strategy | UX | Analysis</title>
</head>
<body>
<!--==================== HEADER ====================-->
<header class="header" id="header">
<nav class="nav container">
<a href="Managing-enterprise-stakeholders.html" style="text-decoration: underline;" class="nav__link">
Close
</a>
<div class="nav__btns">
<!-- Theme change button -->
<i class="uil uil-moon change-theme" id="theme-button"></i>
</div>
</nav>
</header>
<!--==================== MAIN ====================-->
<main>
<!--<a href="#" class="button download-button-flex" id="downloadLink">
Download resume <i class="uil uil-download-alt button__icon"></i>
</a>-->
<div class="resume">
<div class="resume-detail">
<h3>Communication and conflict resolution plan</h3>
<p>Using agile methodologies, I established a tailored communication plan for stakeholders, including feedback and tracking platforms to alleviate the potential pressures of asynchornous communication. The plan addressed potential conflicts through regular introspection, brainstorming, and problem-solving sessions.</p>
<div class="resume-detail">
<div style="display: flex; flex-wrap: nowrap;">
<img src="assets/img/stakeholder-agile.jpg" alt="Agile meeting plan" class="blog-banner-img" style="width: 50%; margin-right: .5rem;">
<img src="assets/img/project1.jpg" alt="Agile meeting plan" class="blog-banner-img" style="width:20%">
</div>
</div>
</div>
</div>
</main>
<!--========== SCROLL TOP ==========-->
<a href="#" class="scrollup" id="scroll-top">
<i class="uil uil-arrow-up scrollup__icon"></i>
</a>
<!--==================== SWIPER JS ====================-->
<script src="assets/js/swiper-bundle.min.js"></script>
<!--==================== MAIN JS ====================-->
<script src="assets/js/main.js"></script>
</body>
</html>