forked from bedimcode/responsive-portfolio-website-Alexa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
swot.html
103 lines (84 loc) · 5.7 KB
/
swot.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!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>Strengths, weaknesses, opportunities and threats</h3>
<p>A SWOT analysis provided a structured framework to evaluate and leverage internal and external factors that impact strategic decision-making.</p>
<br>
<p><strong>Strengths</strong></p>
<ul>
<li><strong>Competitive differentiation:</strong> Pilot prides itself on exceptional service and values digital offerings as a way to ensure an efficient, engaged visit experience for Pilot customers. Digital business tools, APIs, and several front-end UIs provide access to offerings such as online ordering, pay-at-the pump, parking and shower reservations, merchandise checkout, and more.</li>
<li><strong>Wide network of locations and offerings:</strong> Over 750 retail locations under multiple brands, each provides diesel fuel, 1-5 QSR brands, merchandise, bathrooms, showers, and wi-fi services, at minimum. Many offer additional amenities, such as roadside assistance, health clinics, and truck washes, to serve OTR truck and auto drivers in their journeys.</li>
<li><strong>Industry leadership:</strong> As North America's largest travel center network, Pilot Flying J has a broad customer base to engage with, making the impact of a successful loyalty program potentially significant.</li>
</ul>
<p><strong>Weaknesses</strong></p>
<ul>
<li><strong>Complex tech ecosystem:</strong> With the many disparate systems in place to support fueling, retail, hospitality, amenities, and corporate monitoring systems to monitor, the complexitities could impact project success.</li>
<li><strong>Public image:</strong> Customer trust may be impacted due to recent fraud investigations and layoffs, making a loyalty program harder to sell to skeptical consumers.</li>
</ul>
<p><strong>Opportunities</strong></p>
<ul>
<li><strong>Leveraging data for personalization:</strong> Prior-year API enablement and mobile app redesign projects supported integration, which opens opportunity for high-level personalized customer engagement.</li>
<li><strong>Tech-savvy customer base and workforce:</strong> With heavy app usage, the customer base may be receptive to further tech-driven loyalty solutions. An innovative, motivated workforce can contribute to the success of the project.</li>
</ul>
<p><strong>Threats</strong></p>
<ul>
<li><strong>Declining loyalty/increased competition:</strong> As Pilot acquisitions and competitor footprints grew, Pilot saw a decrease in recurring revenue from returning customers, impacting customer lifetime value (LTV).</li>
<li><strong>Miles-per-gallon improvements:</strong> As vehicles become more fuel-efficient, consumers stop less frequently, impacting repeat business.</li>
<li><strong>Rapid distribution expansion:</strong> Distribution centers are closer together than ever before, meaning fewer opportunities for OTR drivers to become repeat customers.</li>
</ul>
</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>