Skip to content

Commit

Permalink
docs: landing page (#559)
Browse files Browse the repository at this point in the history
* initial commit for landing page

* update the color of the hamburger menu and some class names

* review fixes

* fix broken footer in safari

* add the final images from the design

* add max-width for the containers
  • Loading branch information
InnaAtanasova committed Jan 7, 2020
1 parent 1492a4b commit cf353f4
Show file tree
Hide file tree
Showing 22 changed files with 999 additions and 50 deletions.
8 changes: 6 additions & 2 deletions docs/_layouts/default-no-sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,18 @@

<body>

{% include topnav.html %}
{% if page.topnavhidden != true %}
{% include topnav.html %}
{% endif %}

<!-- Page Content -->
<div class="main-content" id="tg-sb-content">
<!-- Content Column -->
{{content}}
<!-- footer -->
{% include footer.html %}
{% if page.footerhidden != true %}
{% include footer.html %}
{% endif %}
</div>
</body>
{% if site.google_analytics %} {% include google_analytics.html %} {% endif %}
Expand Down
1 change: 1 addition & 0 deletions docs/_sass/_docs-main-content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
display: flex;
flex-direction: column;
background-color: $docs-home-grey-color;
scroll-behavior: smooth;
}
.docs-content {
padding: 40px 40px 80px 60px;
Expand Down

0 comments on commit cf353f4

Please sign in to comment.