<div>
<header class="staff-header">
<div class="staff-header-content">
<div class="staff-header-quote">
<h2 class="staff-header-quote--text">"Wir lösen das persönlich."</h2><cite class="staff-header-quote--author" itemprop="name">Heribert Innoq</cite>
</div>
<img class="staff-header-image" itemprop="photo" src="../../assets/heribert.jpg" alt="Portrait von Heribert Innoq">
</div>
</header>
<div class="staff-intro">
<h2 class="staff-intro--name" itemprop="name">Heribert Inooq</h2>
<h3 class="staff-intro--job-title" itemprop="jobTitle">Senior Consultant</h3>
<div class="staff-intro--text">Filet mignon sausage tongue, hamburger porchetta fatback kielbasa flank
ribeye. Pastrami t-bone pork chop sirloin ham swine cupim brisket prosciutto
buffalo drumstick strip steak capicola short loin. Frankfurter fatback
turkey pork chop prosciutto pork ground round tongue chuck doner. Pig venison
pork chop shoulder corned beef capicola meatball.</div>
<section class="staff-intro--social">
<ul class="share-section__list">
<li><a class="share-section__link" target="_blank" href="http://twitter.com/share?url=https%3A%2F%2Fwww.innoq.com%2Fde%2Farticles%2F2017%2F06%2Finnovation-tokens%2F&text=Innovation+Tokens+%E2%80%93+Gegen+Informatikerromantik+und+Technologie%C3%BCberflutung+von+%40heribert_innoq&via=innoq"><i class="icon icon-twitter"></i></a>
</li>
<li><a class="share-section__link" href="mailto:?subject=Innovation+Tokens+%E2%80%93+Gegen+Informatikerromantik+und+Technologie%C3%BCberflutung&body=https%3A%2F%2Fwww.innoq.com%2Fde%2Farticles%2F2017%2F06%2Finnovation-tokens%2F"><i class="icon icon-email"></i></a>
</li>
</ul>
</section>
</div>
</div>
<div>
<header class="staff-header">
<div class="staff-header-content">
<div class="staff-header-quote">
<h2 class="staff-header-quote--text">"Wir lösen das persönlich."</h2>
<cite class="staff-header-quote--author" itemprop="name">Heribert Innoq</cite>
</div>
<img class="staff-header-image" itemprop="photo" src={context.app.uri("assets/heribert.jpg")} alt="Portrait von Heribert Innoq" />
</div>
</header>
<div class="staff-intro">
<h2 class="staff-intro--name" itemprop="name">Heribert Inooq</h2>
<h3 class="staff-intro--job-title" itemprop="jobTitle">Senior Consultant</h3>
<div class="staff-intro--text">
Filet mignon sausage tongue, hamburger porchetta fatback kielbasa flank
ribeye. Pastrami t-bone pork chop sirloin ham swine cupim brisket
prosciutto buffalo drumstick strip steak capicola short loin.
Frankfurter fatback turkey pork chop prosciutto pork ground round tongue
chuck doner. Pig venison pork chop shoulder corned beef capicola
meatball.
</div>
<section class="staff-intro--social">
<ul class="share-section__list">
<li>
<a class="share-section__link" target="_blank" href="http://twitter.com/share?url=https%3A%2F%2Fwww.innoq.com%2Fde%2Farticles%2F2017%2F06%2Finnovation-tokens%2F&text=Innovation+Tokens+%E2%80%93+Gegen+Informatikerromantik+und+Technologie%C3%BCberflutung+von+%40heribert_innoq&via=innoq">
<i class="icon icon-twitter"></i>
</a>
</li>
<li>
<a class="share-section__link" href="mailto:?subject=Innovation+Tokens+%E2%80%93+Gegen+Informatikerromantik+und+Technologie%C3%BCberflutung&body=https%3A%2F%2Fwww.innoq.com%2Fde%2Farticles%2F2017%2F06%2Finnovation-tokens%2F">
<i class="icon icon-email"></i>
</a>
</li>
</ul>
</section>
</div>
</div>
/* No context defined for this component. */
$staff-intro-offset: -(ms(22));
$staff-page-header-background-gray: #f6f6f6;
.staff-header {
background-image: linear-gradient(
to right,
$staff-page-header-background-color,
$staff-page-header-background-color 50%,
$staff-page-header-background-gray 50%
);
}
.staff-header-content {
display: flex;
flex-direction: column;
justify-content: space-between;
background-color: $staff-page-header-content-background-color;
}
.staff-header-image {
width: 100%;
}
.staff-header-quote {
background-color: $staff-page-header-quote-background-color;
padding: $spacer-lg $spacer-md;
}
.staff-header-quote--text {
line-height: $staff-page-header-quote-line-height-small;
color: $staff-page-header-quote-color;
font-size: $staff-page-header-quote-font-size-small;
}
.staff-header-quote--author {
@extend %heading-font-regular;
text-transform: uppercase;
line-height: $staff-page-header-quote-author-line-height-small;
color: $staff-page-header-quote-author-color;
font-size: $staff-page-header-quote-author-font-size-small;
}
.staff-intro {
background-color: $staff-intro-background-color;
padding: $spacer-md;
width: 100%;
}
.staff-intro--name {
@extend %heading-font-heavy;
margin-bottom: $spacer-xs;
text-transform: uppercase;
line-height: $staff-page-header-intro-name-line-height-small;
font-size: $staff-page-header-intro-name-font-size-small;
}
.staff-intro--job-title {
@extend %body-font-italic;
margin-bottom: $spacer-xs;
line-height: $staff-page-header-intro-job-title-line-height-small;
font-size: $staff-page-header-intro-job-title-font-size-small;
}
.staff-intro--text {
@extend %heading-font-regular;
border-bottom: 1px solid $staff-intro-text-border;
padding-bottom: $spacer-base;
line-height: $staff-page-header-intro-text-line-height-small;
font-size: $staff-page-header-intro-text-font-size-small;
}
.staff-intro--social {
padding: $spacer-md 0;
.icon {
font-size: ms(7);
}
}
//Breakpoints
@media screen and (min-width: $grid-breakpoint-md) {
.staff-header-image {
margin: 0 auto;
max-width: 70%;
}
}
@media screen and (min-width: $grid-breakpoint-lg) {
.staff-header-content {
flex-direction: row;
margin: 0 auto;
max-width: $default-page-layout-content-width-xl;
}
.staff-header-quote {
flex-grow: 1;
padding: $spacer-xxl $spacer-md 0;
}
.staff-header-image {
min-width: $default-page-layout-content-width-xl / 2;
max-width: $default-page-layout-content-width-xl / 2;
min-height: $default-page-layout-content-width-xl / 2;
max-height: $default-page-layout-content-width-xl / 2;
}
.staff-header-quote--text {
line-height: $staff-page-header-quote-line-height;
font-size: $staff-page-header-quote-font-size;
}
.staff-header-quote--author {
line-height: $staff-page-header-quote-author-line-height;
font-size: $staff-page-header-quote-author-font-size;
}
.staff-intro {
position: relative;
top: $staff-intro-offset;
margin: 0 auto $staff-intro-offset;
padding: $spacer-lg $spacer-xl 0;
width: $grid-page-layout-content-width;
max-width: $grid-page-layout-content-width-xl;
box-sizing: content-box;
}
.staff-intro--name {
line-height: $staff-page-header-intro-name-line-height-small;
font-size: $staff-page-header-intro-name-font-size-small;
}
.staff-intro--job-title {
margin-bottom: $spacer-sm;
line-height: $staff-page-header-intro-job-title-line-height;
font-size: $staff-page-header-intro-job-title-font-size;
}
.staff-intro--text {
padding-bottom: $spacer-lg;
line-height: $staff-page-header-intro-text-line-height;
font-size: $staff-page-header-intro-text-font-size;
}
.staff-intro--social {
padding: $spacer-base 0;
}
}
There are no notes for this item.