Skip to content

Commit

Permalink
docs: remove blog section
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoScalzo committed Aug 14, 2020
1 parent 58a90ea commit 3f8ddba
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
16 changes: 13 additions & 3 deletions docs/_sass/_landingPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@ $learn-section-side-margin: 0 2rem;
max-height: 352px;
overflow: scroll;
}

&--youtube {
overflow: hidden;
border: none;
}
}

&__item-title {
Expand Down Expand Up @@ -178,8 +183,13 @@ $learn-section-side-margin: 0 2rem;

&__title {
@include text();
font-size: 30px;
margin-bottom: 1rem;
text-align: center;

&--learn {
margin-bottom: 40px;
}
}
}
}
Expand Down Expand Up @@ -219,9 +229,9 @@ $learn-section-side-margin: 0 2rem;
margin-bottom: 2.75rem;

&--learn {
max-width: 33%;
width: 33%;
flex: 0 0 33.33%;
max-width: 50%;
width: 50%;
flex: 0 0 50%;
margin: 0 15px;
border-radius: 8px;
}
Expand Down
13 changes: 2 additions & 11 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,18 +221,9 @@ <h3 class="section__item-title">Icon Font </h3>
</section>

<section class="section section--learn" id="learn">
<h2 class="section__title">Learn more</h2>
<h2 class="section__title section__title--learn">Learn more</h2>
<div class="section__container section__container--learn">
<div class="section__item section__item--learn">
<img
src="{{site.baseurl}}/images/ipad-example.jpg"
alt="Ipad Example"
class="section__logo section__logo--learn" />

<h3 class="section__item-title section__item-title--learn">Blog post </h3>
<p class="section__text section__text--learn">Integrating SAP Apps from a UX POV: About Fundamental Library and UI5 Web Components</p>
</div>
<div class="section__item section__item--learn">
<div class="section__item section__item--learn section__item--youtube">
<iframe type="text/html" height="352px" class="section__logo section__logo--learn"
src="https://www.youtube.com/embed/?listType=playlist&list=PLChUxte5emJbKO8z7K68tBeXdlwi8ZFkv"
frameborder="0"></iframe>
Expand Down

0 comments on commit 3f8ddba

Please sign in to comment.