more edits to work/trilogy

This commit is contained in:
a 2021-12-15 04:00:41 -06:00
parent d603ef5966
commit e716903eb2
3 changed files with 111 additions and 36 deletions

View file

@ -135,7 +135,7 @@
font-weight: 700;
background: hsl(120, 240, 80,);
border-radius: 0.25em;
padding: 0.25em;
padding: .15em 0.5em 0.35em;
}
}
.buttons {

View file

@ -14,7 +14,7 @@
.page-title {
color: white;
line-height: 1.4;
font-weight: 400;
font-weight: 700;
font-size: 1.75em;
text-align: center;
@media (min-width: 51.75em) {
@ -32,6 +32,46 @@
border: none;
background: white;
}
.title {
font-size: 2em;
font-weight: 700;
position: relative;
margin-bottom: 2em;
margin-top: 3em;
}
#about {
.title {
&:before {
content: 'intro';
position: absolute;
top: -1.5em;
left: 0;
font-size: 2em;
font-weight: 900;
opacity: 0.5;
text-align: right;
}
}
.companies {
display: flex;
flex-flow: row wrap;
font-size: 3em;
font-family: monospace;
gap: 1em;
margin: 2em 0;
opacity: 0.5;
}
strong {
display: block;
font-weight: 700;
background: rgba(108, 255, 128, 0.2);
color: white;
white-space: pre;
padding: 0.25em 0.5em;
margin-top: 0.15em;
width: min-content;
}
}
#responsibilities {
display: flex;
flex-flow: column;
@ -42,19 +82,15 @@
gap: 2em;
}
.title {
font-size: 2em;
font-weight: 700;
position: relative;
margin-bottom: 2em;
margin-top: 3em;
&::before {
content: 'Responsibilities';
content: 'what i do';
position: absolute;
top: -0.5em;
left: -0.5em;
font-size: 4em;
top: -1.5em;
right: -.2em;
font-size: 2em;
font-weight: 900;
opacity: 0.2;
opacity: 0.5;
text-align: center;
}
}
section {
@ -70,38 +106,40 @@
margin-bottom: 1em;
position: relative;
}
.blurb {
p {
line-height: 1.4;
max-width: 45ch;
font-size: 1.2em;
margin-bottom: 1.4em;
}
#quick-learning {
.subtitle {
&:before {
content: '01';
position: absolute;
top: -0.5em;
left: -0.25em;
top: -1em;
left: -0em;
font-size: 4em;
font-weight: 900;
opacity: 0.2;
opacity: 0.5;
color:lightgreen;
}
}
}
#problem-solving {
text-align: right;
display: flex;
flex-flow: column;
align-items: end;
p {margin-left: auto;}
.subtitle {
margin-top: 5em;
&:before {
content: '02';
position: absolute;
top: -0.5em;
right: -0.25em;
top: -1em;
right: 0em;
font-size: 4em;
font-weight: 900;
opacity: 0.2;
opacity: 0.5;
color: lightgreen;
}
}
}
@ -110,14 +148,16 @@
flex-flow: column;
align-items: center;
.subtitle {
margin-top: 5em;
&:before {
content: '03';
position: absolute;
top: -0.5em;
top: -1em;
right: calc(50% - 1ch);
font-size: 4em;
font-weight: 900;
opacity: 0.2;
opacity: 0.5;
color: lightgreen;
}
}
}
@ -157,13 +197,19 @@
left: 0;
font-size: 4em;
font-weight: 900;
opacity: 0.15;
opacity: 0.35;
color: #002663;
}
}
.card__text {
margin-left: auto;
}
}
#tkb {
position: relative;
.card__title {
position: relative;
z-index: 1;
&:before {
content: 'TKB';
position: absolute;
@ -171,20 +217,24 @@
right: 0;
font-size: 4em;
font-weight: 900;
opacity: 0.15;
opacity: 0.35;
color: #002663;
z-index: -1;
}
}
}
#tnc {
.subtitle {
margin-top: 5em;
&:before {
content: '04';
position: absolute;
top: -0.5em;
right: 0;
top: -1em;
left: 0;
font-size: 4em;
font-weight: 900;
opacity: 0.2;
opacity: 0.5;
color: lightgreen;
}
}
}

View file

@ -16,25 +16,50 @@ cover: "/images/trilogy.png"
<header class="page-header section">
<div class="container">
<img src="/images/trilogy.png" alt="" class="cover-image">
<h1 class="page-title">I managed the knowledge bases for numerous enterprise applications owned by a company and its many subsidiaries.</h1>
<h1 class="page-title">I manage the knowledge bases for a company with many subsidiaries and numerous enterprise applications within their portfolios.</h1>
</div>
</header>
<hr class="separator">
<section class="section" id="about">
<div class="container">
<h2 class="title">
A little bit about the role...
</h2>
<p>Trilogy is the parent company of many other companies, and the list keeps growing.</p>
<ul class="companies">
<li>Aurea</li>
<li>Playbooks</li>
<li>CoreTrac</li>
<li>Kerio</li>
<li>Jive</li>
<li>IgniteTech</li>
<li>GFI Software</li>
<li>Exinda</li>
<li>Lyris</li>
<li>Versata</li>
<li>Avolin</li>
<li>...and more</li>
</ul>
<p>Chiefly, Trilogy manages all of these companies under the banner of a Central Support Team, consisting of L1 and L2 support agents.</p>
<p>Above the support agents are the <strong>Product Knowledge Curators.</strong></p>
<p>This role is also promoted as a <strong>Senior Technical Writer</strong> position, due to the nature of the work being performed by the PKCs.</p>
<p>This is a full-time contract position, with hiring, interviewing, productivity tracking, and weekly payments handled through the Crossover for Work platform (owned by Trilogy).</p>
</div>
</section>
<section id="responsibilities" class="section">
<div class="container">
<h2 class="title">I had several responsibilities.</h2>
<h2 class="title">This role includes several responsibilities.</h2>
<section id="quick-learning">
<h3 class="subtitle">Being a quick learner.</h3>
<p class="blurb">Being responsible for several products under the banner of Central Support meant that I had to quickly and rapidly learn new products with limited information.</p>
<p>Being responsible for several products under the banner of Central Support means that I have to quickly and rapidly learn new products with limited information.</p>
</section>
<section id="problem-solving">
<h3 class="subtitle">Analyzing real problems from real customers.</h3>
<p class="blurb">I was tasked with reading customer support tickets one by one, in order to document the problems and solutions faced by actual customers.</p>
<p>I am tasked with reading customer support tickets one by one, in order to document the problems and solutions faced by actual customers.</p>
</section>
<section id="writing-articles">
<h3 class="subtitle">Writing clear and concise articles.</h3>
<p class="blurb">After reading each ticket, I would have to write two different types of articles:</p>
<p>After reading each ticket, I have to write two different types of articles:</p>
</section>
<div class="kba-types" id="kba">
<section class="card" id="skb">
@ -48,7 +73,7 @@ cover: "/images/trilogy.png"
</div>
<section id="tnc">
<h3 class="subtitle">Training and certifying support agents.</h3>
<p class="blurb">Based on the amassed product knowledge within the articles written throughout the above process, I would create training units within a learning management system, consisting of either a test or a task based on each article/ticket pair.</p>
<p>Based on the amassed product knowledge within the articles written throughout the above process, I create training units within a learning management system, consisting of either a test or a task based on each article/ticket pair.</p>
</section>
</div>
</section>