Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
move trusted-by section from homepage to ecosystem/
Browse files Browse the repository at this point in the history
  • Loading branch information
mseth10 committed Dec 22, 2021
1 parent 4ae2b68 commit e214069
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 194 deletions.
1 change: 0 additions & 1 deletion docs/python_docs/themes/mx-theme/mxtheme/header_top.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<a class="page-link" href="{{theme_relative_url}}features">Features</a>
<a class="page-link" href="{{theme_relative_url}}ecosystem">Ecosystem</a>
<a class="page-link page-current" href="{{theme_relative_url}}api">Docs & Tutorials</a>
<a class="page-link" href="{{theme_relative_url}}powered_by">Powered By</a>
<a class="page-link" href="https://github.com/apache/incubator-mxnet">GitHub</a>
<div class="dropdown">
<span class="dropdown-header">master
Expand Down
1 change: 0 additions & 1 deletion docs/static_site/src/_includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
<a class="page-link" href="{{'/features' | relative_url }}">Features</a>
<a class="page-link" href="{{'/ecosystem' | relative_url }}">Ecosystem</a>
<a class="page-link" href="{{'/api' | relative_url }}">Docs & Tutorials</a>
<a class="page-link" href="{{'/powered_by' | relative_url }}">Powered By</a>
<a class="page-link" href="https://github.com/apache/incubator-mxnet">GitHub</a>
<div class="dropdown">
<span class="dropdown-header">master
Expand Down
1 change: 0 additions & 1 deletion docs/static_site/src/_sass/minima.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ $on-laptop: 1024px !default;
"minima/blog",
"minima/features",
"minima/ecosystem",
"minima/powered_by",
"minima/docs",
"minima/getting_started",
"minima/colorful"
Expand Down
9 changes: 9 additions & 0 deletions docs/static_site/src/_sass/minima/_ecosystem.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,13 @@
h4 {
float: left;
}

.trusted-by-section {
background-color: white;
color: $grey-color-dark;
}

.trusted-by {
margin-top: 30px;
}
}
26 changes: 0 additions & 26 deletions docs/static_site/src/_sass/minima/_powered_by.scss

This file was deleted.

9 changes: 9 additions & 0 deletions docs/static_site/src/pages/ecosystem.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,13 @@ <h4>{{feature.title}}</h4>
{%- endfor -%}
</div>
<br><br>
<div class="trusted-by-section section ">
<div class="wrapper">
<div class="trusted-by">
<h2>Already trusted by</h2>
<img src="{{'/assets/img/logos.png' | relative_url}}">
</div>
</div>
</div>
<br><br>
</div>
165 changes: 0 additions & 165 deletions docs/static_site/src/pages/powered_by.html

This file was deleted.

0 comments on commit e214069

Please sign in to comment.