-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
82 lines (64 loc) · 3.21 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>Krista Lane</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<meta name="theme-color" content="#fafafa">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;600&display=swap" rel="stylesheet">
</head>
<header>
<div class="services-hero">
<div class="transparent-nav">
<nav class="left">
<a href="index.html"><img class="logo" src="icons/compass-symbol-paleblue.svg" alt="homepage-logo" ></a>
</nav>
<nav class="right">
<ul class="pages-nav">
<li><a href="services.html">Services</a></li>
<li><a href="https://kristalane.medium.com/" target="_blank">Free Advice</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div><!--end transparent nav-->
<h1 class="services-greeting"> My Services </h1>
</div><!--end hero-->
</header>
<section class="services-section">
<div class="contact-content-wrapper">
<h2>How can I help?</h2>
<p>Every client has unique circumstances that require a tailored approach, even facing common problems. From designing a holistic hiring-employee lifecycle to helping clean up system inefficiencies, here are a few examples of the work I do.</p>
<ul>
<li>Level-ups: I can train your interviewers, coach your managers, and help your ICs streamline their work.</li>
<li>Satisfaction Audits</li>
<li>Courageous Conversation Workshops</li>
<li>Continuous Performance Management</li>
<li>Burnout Mitigation</li>
</ul>
</div>
</div>
<div class="services-content-wrapper">
<h3>Want to talk about your company's unique circumstances? <br>Book a free consultation below.</h3>
<div class="services-content-wrapper">
<div class="contact-schedule-button"><a href="https://calendly.com/kristalane/30-minute-meeting">Schedule <i class="far fa-calendar-check"></i><i class="fas fa-chevron-right"></i></a></div>
</div>
</section>
</body>
</html>