-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathservices.html
280 lines (258 loc) · 7.38 KB
/
services.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" conent="Patrick Zender" />
<meta
name="Services"
content="The PZ consulting website is a personal site for Patrick Zender and his consulting services.."
/>
<title>Services - PZ Consulting</title>
<style>
/* General Page Formatting */
p {
text-indent: 30px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2em;
text-indent: 3%;
text-align: left;
width: auto;
color: #12343b;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 3em;
text-align: center;
width: auto;
color: #12343b;
}
a:link {
color: #2d545e;
text-decoration: none;
cursor: pointer;
}
a:visited {
color: #2d545e;
text-decoration: none;
cursor: pointer;
}
body {
margin: 1em;
font-size: 1.2em;
width: 100%;
font-family: Arial, Helvetica, sans-serif;
background-color: #c89666;
}
/* Navbar & Logo */
.navbar {
overflow: hidden;
background-color: #e1b382;
text-align: center;
width: auto;
}
.navbar a {
text-align: center;
display: inline-block;
color: white;
text-align: center;
text-decoration: none;
width: auto;
font-size: 1.2em;
border-right: 1px dashed white;
border-left: 1px dashed white;
border-top: 1px dashed white;
border-bottom: 1px dashed white;
padding: 10px 10px;
margin: 1em;
}
.navbar a:hover {
background-color: #12343b;
color: white;
cursor: pointer;
}
#logo {
border: none;
cursor: pointer;
padding-bottom: 15px;
height: 89px;
width: 250px;
margin: 1em;
display: inline-block;
}
/* Bottom of page */
.bottomlinks {
overflow: hidden;
background-color: #e1b382;
padding: 10px 10px;
text-align: center;
}
.bottomlinks a {
text-align: center;
display: inline-block;
color: white;
text-align: center;
text-decoration: none;
width: auto;
font-size: 1.2em;
border-right: 1px dashed white;
border-left: 1px dashed white;
border-top: 1px dashed white;
border-bottom: 1px dashed white;
padding: 10px 10px;
margin: 1em;
}
.bottomlinks a:hover {
background-color: #12343b;
color: white;
cursor: pointer;
}
#copyright {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2em;
text-decoration: none;
color: white;
}
#video {
margin: 1em;
display: flex;
justify-content: center;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 2em;
text-align: center;
width: auto;
color: #12343b;
}
ol {
font-family: Arial, Helvetica, sans-serif;
margin: 1em;
padding: 10px 10px;
font-size: 1.2em;
text-align: left;
width: auto;
color: #12343b;
}
/* Mobile Compatibility */
@media (max-width: 770px) {
body {
margin: 0;
}
.navbar {
display: flex;
flex-direction: column;
align-items: center;
}
.navbar a {
font-size: 1em;
padding: 5px 5px;
margin: 0.5em;
}
.bottomlinks {
display: flex;
flex-direction: column;
align-items: center;
}
.bottomlinks a {
font-size: 1em;
padding: 5px 5px;
margin: 0.5em;
}
#logo {
height: 60px;
width: 170px;
margin: 0.5em;
}
h1, h2 {
font-size: 1.5em;
}
p, ol {
font-size: 1em;
text-indent: 0;
}
#video iframe {
width: 100%;
height: auto;
}
}
</style>
</head>
<body>
<div id="navbar">
<a href="index.html">
<div style="text-align: center">
<img id="logo" src="images/pzlogo1.png" alt="PZ Logo" />
</div>
</a>
<div class="navbar">
<a href="index.html">  Home  </a>
<a href="allaboutme.html">  All About Me  </a>
<a href="valueprop.html">  Value Proposition  </a>
<a href="services.html">  Services  </a>
<a href="book.html">  Book  </a>
<a href="faqs.html">  FAQs  </a>
</div>
</div>
<h1>First Off, What is Consulting?</h1>
<div id="video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/3wPeND2gvqc" title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen>
</iframe>
</div>
<h2>
As a consultant, I can offer a range of services depending on my expertise
and the needs of my clients. Here are five examples:
</h2>
<ol>
<li>
Strategy consulting: As a strategy consultant, I can help businesses
define their long-term goals and develop plans to achieve them. This
might involve conducting market research, analyzing data, and working
with company leaders to identify opportunities and challenges.
</li>
<br>
<li>
Management consulting: Management consultants help companies improve
their operational efficiency and effectiveness. This can involve
analyzing workflows, identifying areas for improvement, and providing
recommendations to help businesses streamline their processes.
</li>
<br>
<li>
Financial consulting: Financial consultants help businesses manage their
finances by providing guidance on budgeting, forecasting, and investment
strategies. This can involve analyzing financial statements, identifying
areas for cost savings, and developing financial models to support
decision-making.
</li>
<br>
<li>
Human resources consulting: Human resources consultants help businesses
manage their workforce by developing strategies for recruiting,
training, and retaining employees. This might involve conducting
employee surveys, analyzing company culture, and developing programs to
improve employee engagement and satisfaction.
</li>
<br>
<li>
Technology consulting: Technology consultants help businesses optimize
their use of technology by identifying opportunities to streamline
workflows, improve data management, and develop new products or
services. This might involve conducting software audits, analyzing IT
infrastructure, and developing customized solutions to meet business
needs.
</li>
</ol>
<div class="bottomlinks">
<a href="index.html">  Home  </a>
<a href="sitemap.html">  Sitemap  </a>
<a href="faqs.html">  Connect With Me  </a>
</div>
<p id="copyright">Patrick Zender 2023 ©</p>
</body>
</html>