|
37 | 37 | </a>
|
38 | 38 | {% endif %}
|
39 | 39 |
|
40 |
| - <button onclick="changeThemeColor()" class="navbar-toggler" type="button" data-toggle="collapse" data-target="#Mobilenav" aria-controls="Mobilenav" aria-expanded="false" aria-label="Toggle navigation"> |
41 |
| - <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 24 24"> |
42 |
| - <use href="{{ include.styles_path }}icon/icon.svg#menu"></use> |
43 |
| - </svg> |
44 |
| - </button> |
45 |
| - |
46 | 40 | <div class="collapse navbar-collapse navbar-mobile justify-content-end font-weight-bolder" id="Mobilenav">
|
47 | 41 | <div class="navbar-nav flex-sm-row text-dark">
|
48 | 42 | <div class="d-none d-md-flex">
|
@@ -85,7 +79,7 @@ <h6 class="product-title text-mobile">Mobile</h6>
|
85 | 79 | </div>
|
86 | 80 | </div>
|
87 | 81 |
|
88 |
| - <a class="nav-item nav-link mx-md-1rem {% if page.url contains 'docs' %}active{% endif %}" href="https://www.maptiler.com/docs/">Docs</a> |
| 82 | + <a class="nav-item nav-link mx-md-1rem {% if page.url contains 'docs' %}active{% endif %}" href="{{ include.link_url }}/docs/">Docs</a> |
89 | 83 | <a class="nav-item nav-link mx-md-1rem {% if page.url contains 'news' %}active{% endif %}" href="{{ include.link_url }}/news/">News</a>
|
90 | 84 | </div>
|
91 | 85 |
|
@@ -147,9 +141,17 @@ <h6 class="product-title text-mobile">Mobile</h6>
|
147 | 141 |
|
148 | 142 | </div>
|
149 | 143 | </div>
|
150 |
| - {% if page.style contains 'data' %} |
151 |
| - <a class="btn btn-primary d-none d-md-block ml-3" href="https://data.maptiler.com/my-extracts/">My Data</a> |
152 |
| - {% else %} |
153 |
| - <a class="btn btn-primary d-none d-md-block ml-3" href="{{ site.cloud.url-sign }}">My Cloud</a> |
154 |
| - {% endif %} |
| 144 | + |
| 145 | + <div class="d-flex align-items-center"> |
| 146 | + {% if page.style contains 'data' %} |
| 147 | + <a class="btn btn-primary d-none d-md-block ml-3" href="https://data.maptiler.com/my-extracts/">My Data</a> |
| 148 | + {% else %} |
| 149 | + <a class="btn btn-primary d-none d-md-block ml-3" href="{{ site.cloud.url-sign }}">My Cloud</a> |
| 150 | + {% endif %} |
| 151 | + <button onclick="changeThemeColor()" class="navbar-toggler" type="button" data-toggle="collapse" data-target="#Mobilenav" aria-controls="Mobilenav" aria-expanded="false" aria-label="Toggle navigation"> |
| 152 | + <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 24 24"> |
| 153 | + <use href="{{ include.styles_path }}icon/icon.svg#menu"></use> |
| 154 | + </svg> |
| 155 | + </button> |
| 156 | + </div> |
155 | 157 | </nav>
|
0 commit comments