Skip to content

Commit

Permalink
Fixed how wide the search bar is. Fixed the search icon not showing u…
Browse files Browse the repository at this point in the history
…p. (#59)
  • Loading branch information
tiffwchen authored Jun 20, 2022
1 parent 81f7f50 commit dffe3dd
Show file tree
Hide file tree
Showing 22 changed files with 299 additions and 152 deletions.
1 change: 1 addition & 0 deletions 404.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Page settings
layout: error-404
title: 404 - Page not found
search_exclude: true

# Content settings
page_content:
Expand Down
9 changes: 9 additions & 0 deletions _site/ama/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,5 +252,14 @@ <h2 id="advanced-deployment-scenarios-for-azure-managed-applications">Advanced D


</div><!-- /.js-footer-area -->

<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="svg-search" viewBox="0 0 24 24">
<title>Search</title>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
</symbol>
</svg>
</body>
</html>
236 changes: 103 additions & 133 deletions _site/assets/js/search-data.json

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions _site/default/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,14 @@


</div><!-- /.js-footer-area -->

<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="svg-search" viewBox="0 0 24 24">
<title>Search</title>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
</symbol>
</svg>
</body>
</html>
24 changes: 17 additions & 7 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,16 @@
</head>
<body class="msft">
<div class="hero-subheader hero-subheader--before-out">
<div class="search">
<div class="search-input-wrap">
<input type="text" id="search-input" class="search-input" tabindex="0" placeholder="Search " aria-label="Search " autocomplete="off">
<label for="search-input" class="search-label"><svg viewBox="0 0 24 24" class="search-icon"><use xlink:href="#svg-search"></use></svg></label>
</div>
<div id="search-results" class="search-results"></div>
</div>

<div class="container">
<div class="row">
<div class="search">
<div class="search-input-wrap">
<input type="text" id="search-input" class="search-input" tabindex="0" placeholder="Search " aria-label="Search " autocomplete="off">
<label for="search-input" class="search-label"><svg viewBox="0 0 24 24" class="search-icon"><use xlink:href="#svg-search"></use></svg></label>
</div>
<div id="search-results" class="search-results"></div>
</div>
<div class="col-md-7">
<div class="align-container" data-mh>
<div class="align-inner">
Expand Down Expand Up @@ -164,5 +165,14 @@ <h2 class="nav-grid__title">Mastering Partner Center</h2>




<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="svg-search" viewBox="0 0 24 24">
<title>Search</title>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
</symbol>
</svg>
</body>
</html>
9 changes: 9 additions & 0 deletions _site/metered-billing-accelerator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,5 +185,14 @@ <h3 id="configure-managed-application-offer-with-the-metered-billing-accelerator


</div><!-- /.js-footer-area -->

<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="svg-search" viewBox="0 0 24 24">
<title>Search</title>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
</symbol>
</svg>
</body>
</html>
9 changes: 9 additions & 0 deletions _site/partner-center/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,5 +241,14 @@ <h2 id="configuring-partner-center-for-azure-managed-applications---demo">Config


</div><!-- /.js-footer-area -->

<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="svg-search" viewBox="0 0 24 24">
<title>Search</title>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
</symbol>
</svg>
</body>
</html>
9 changes: 9 additions & 0 deletions _site/saas-accelerator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,5 +201,14 @@ <h2 id="configuring-email-in-the-saas-accelerator">Configuring Email in the SaaS


</div><!-- /.js-footer-area -->

<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="svg-search" viewBox="0 0 24 24">
<title>Search</title>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
</symbol>
</svg>
</body>
</html>
9 changes: 9 additions & 0 deletions _site/saas/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -458,5 +458,14 @@ <h2 id="the-saas-metered-billing-api-with-rest">The SaaS Metered Billing API wit


</div><!-- /.js-footer-area -->

<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="svg-search" viewBox="0 0 24 24">
<title>Search</title>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
</symbol>
</svg>
</body>
</html>
9 changes: 9 additions & 0 deletions _site/vm/Labs/lab1-partner-center-setup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -318,5 +318,14 @@ <h2 id="review-and-publish">Review and Publish</h2>


</div><!-- /.js-footer-area -->

<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="svg-search" viewBox="0 0 24 24">
<title>Search</title>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
</symbol>
</svg>
</body>
</html>
9 changes: 9 additions & 0 deletions _site/vm/Labs/lab2-vm-creation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,14 @@ <h2 id="lab-2b-create-a-linux-virtual-machine">Lab 2.b: Create a Linux Virtual M


</div><!-- /.js-footer-area -->

<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="svg-search" viewBox="0 0 24 24">
<title>Search</title>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
</symbol>
</svg>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -298,5 +298,14 @@ <h3 id="windows-update-manually">Windows Update Manually</h3>


</div><!-- /.js-footer-area -->

<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="svg-search" viewBox="0 0 24 24">
<title>Search</title>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
</symbol>
</svg>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -300,5 +300,14 @@ <h3 id="post-vm-creation-exercise">Post VM Creation Exercise</h3>


</div><!-- /.js-footer-area -->

<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="svg-search" viewBox="0 0 24 24">
<title>Search</title>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
</symbol>
</svg>
</body>
</html>
9 changes: 9 additions & 0 deletions _site/vm/Labs/lab3-generalize-and-capture-image/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,14 @@ <h2 id="lab-3b-create-a-linux-virtual-machine">Lab 3.b: Create a Linux Virtual M


</div><!-- /.js-footer-area -->

<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="svg-search" viewBox="0 0 24 24">
<title>Search</title>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
</symbol>
</svg>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -202,5 +202,14 @@ <h2 id="post-image-creation-exercise">Post Image Creation Exercise</h2>


</div><!-- /.js-footer-area -->

<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="svg-search" viewBox="0 0 24 24">
<title>Search</title>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
</symbol>
</svg>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -204,5 +204,14 @@ <h2 id="post-image-creation-exercise">Post Image Creation Exercise</h2>


</div><!-- /.js-footer-area -->

<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="svg-search" viewBox="0 0 24 24">
<title>Search</title>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
</symbol>
</svg>
</body>
</html>
9 changes: 9 additions & 0 deletions _site/vm/Labs/lab4-publish-your-vm-offer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,14 @@ <h3 id="review-and-publish">Review and Publish</h3>


</div><!-- /.js-footer-area -->

<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="svg-search" viewBox="0 0 24 24">
<title>Search</title>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
</symbol>
</svg>
</body>
</html>
9 changes: 9 additions & 0 deletions _site/vm/Labs/lab5-purchase-your-offer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,14 @@ <h2 id="purchase-your-offer">Purchase your Offer</h2>


</div><!-- /.js-footer-area -->

<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="svg-search" viewBox="0 0 24 24">
<title>Search</title>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
</symbol>
</svg>
</body>
</html>
19 changes: 14 additions & 5 deletions _site/vm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@ <h3 id="prerequisites">Prerequisites</h3>
<h3 id="labs">Labs</h3>

<ol>
<li>Partner Center Setup</li>
<li>VM Creation</li>
<li>Generalize and Capture Image</li>
<li>Publish the Offer</li>
<li>Purchase your Offer</li>
<li><a href="./Labs/lab1-partner-center-setup/index.md">Partner Center Setup</a></li>
<li><a href="./Labs/lab2-vm-creation/index.md">VM Creation</a></li>
<li><a href="Labs/lab3-generalize-and-capture-image/index.md">Generalize and Capture Image</a></li>
<li><a href="./Labs/lab4-publish-your-vm-offer/index.md">Publish the Offer</a></li>
<li><a href="Labs/lab5-purchase-your-offer/index.md">Purchase your Offer</a></li>
</ol>

<hr />
Expand Down Expand Up @@ -238,5 +238,14 @@ <h2 id="purchasing-the-virtual-machine-offer">Purchasing the Virtual Machine Off


</div><!-- /.js-footer-area -->

<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="svg-search" viewBox="0 0 24 24">
<title>Search</title>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
</symbol>
</svg>
</body>
</html>
9 changes: 9 additions & 0 deletions doks-theme/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,14 @@ <h1 class="hero-subheader__title">{{ page.title }}</h1>
{% endif %}
{% include site-footer.html %}
</div><!-- /.js-footer-area -->

<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="svg-search" viewBox="0 0 24 24">
<title>Search</title>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
</symbol>
</svg>
</body>
</html>
24 changes: 17 additions & 7 deletions doks-theme/_layouts/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@
</head>
<body class="{{ site.doks.color_theme }}">
<div class="hero-subheader{% if page.grid_navigation %} hero-subheader--before-out{% endif %}">
<div class="search">
<div class="search-input-wrap">
<input type="text" id="search-input" class="search-input" tabindex="0" placeholder="Search {{ site.title }}" aria-label="Search {{ site.title }}" autocomplete="off">
<label for="search-input" class="search-label"><svg viewBox="0 0 24 24" class="search-icon"><use xlink:href="#svg-search"></use></svg></label>
</div>
<div id="search-results" class="search-results"></div>
</div>

<div class="container">
<div class="row">
<div class="search">
<div class="search-input-wrap">
<input type="text" id="search-input" class="search-input" tabindex="0" placeholder="Search {{ site.title }}" aria-label="Search {{ site.title }}" autocomplete="off">
<label for="search-input" class="search-label"><svg viewBox="0 0 24 24" class="search-icon"><use xlink:href="#svg-search"></use></svg></label>
</div>
<div id="search-results" class="search-results"></div>
</div>
<div class="col-md-7">
<div class="align-container" data-mh>
<div class="align-inner">
Expand Down Expand Up @@ -98,5 +99,14 @@ <h2 class="nav-grid__title">{{ item.title }}</h2>
</div><!-- /.section -->
{% endif %}
{% include site-footer.html %}

<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="svg-search" viewBox="0 0 24 24">
<title>Search</title>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
</symbol>
</svg>
</body>
</html>
3 changes: 3 additions & 0 deletions metered-billing-accelerator/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ description: This series of video modules and hands-on labs is designed to help

# Micro navigation
micro_nav: false

# remove when this section is ready to be shown in search results
search_exclude: true
---

**[Let us know what you need](https://forms.office.com/r/0gCrzhSMkw)** in this content library.
Expand Down

0 comments on commit dffe3dd

Please sign in to comment.