From cfd21f66756bf418e1dd8eed7efed98da046e8b9 Mon Sep 17 00:00:00 2001 From: "Chidozie Ononiwu (His Righteousness)" <31145988+chidozieononiwu@users.noreply.github.com> Date: Fri, 8 Apr 2022 19:14:30 -0700 Subject: [PATCH] UI improvements to AzureSDK Release Blog (#4166) (cherry picked from commit a5419ab8f023926acde828dc848e3f05601b7105) --- Gemfile.lock | 85 +++++++++++--- _includes/footer.html | 16 ++- _includes/releases/pkgrow.md | 4 +- _includes/sidebar.html | 91 ++++++++------- _includes/toc.html | 2 +- _includes/topnav.html | 12 +- _layouts/default.html | 12 +- _layouts/page.html | 118 +++++++++---------- _layouts/post.html | 79 ++++++------- css/customstyles.css | 220 +++++++++++++++++++++++++++-------- css/syntax.css | 16 +-- images/company_logo.png | Bin 14120 -> 25824 bytes 12 files changed, 418 insertions(+), 237 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4d51bba..fc8b51e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -16,8 +16,8 @@ GEM colorator (1.1.0) commonmarker (0.17.13) ruby-enum (~> 0.5) - concurrent-ruby (1.1.9) - dnsruby (1.61.7) + concurrent-ruby (1.1.10) + dnsruby (1.61.9) simpleidn (~> 0.1) em-websocket (0.5.2) eventmachine (>= 0.12.9) @@ -44,11 +44,11 @@ GEM faraday-net_http (1.0.1) faraday-net_http_persistent (1.2.0) faraday-patron (1.0.0) - ffi (1.15.3) - ffi (1.15.3-x64-mingw32) + ffi (1.15.5) + ffi (1.15.5-x64-mingw32) forwardable-extended (2.6.0) gemoji (3.0.1) - github-pages (216) + github-pages (218) github-pages-health-check (= 1.17.2) jekyll (= 3.9.0) jekyll-avatar (= 0.7.0) @@ -68,6 +68,20 @@ GEM jekyll-sass-converter (= 1.5.2) jekyll-seo-tag (= 2.7.1) jekyll-sitemap (= 1.4.0) + jekyll-swiss (= 1.0.0) + jekyll-theme-architect (= 0.2.0) + jekyll-theme-cayman (= 0.2.0) + jekyll-theme-dinky (= 0.2.0) + jekyll-theme-hacker (= 0.2.0) + jekyll-theme-leap-day (= 0.2.0) + jekyll-theme-merlot (= 0.2.0) + jekyll-theme-midnight (= 0.2.0) + jekyll-theme-minimal (= 0.2.0) + jekyll-theme-modernist (= 0.2.0) + jekyll-theme-primer (= 0.6.0) + jekyll-theme-slate (= 0.2.0) + jekyll-theme-tactile (= 0.2.0) + jekyll-theme-time-machine (= 0.2.0) jekyll-titles-from-headings (= 0.5.3) jemoji (= 0.12.0) kramdown (= 2.3.1) @@ -84,7 +98,7 @@ GEM octokit (~> 4.0) public_suffix (>= 2.0.2, < 5.0) typhoeus (~> 1.3) - html-pipeline (2.14.0) + html-pipeline (2.14.1) activesupport (>= 2) nokogiri (>= 1.4) http_parser.rb (0.6.0) @@ -147,6 +161,47 @@ GEM jekyll (>= 3.8, < 5.0) jekyll-sitemap (1.4.0) jekyll (>= 3.7, < 5.0) + jekyll-swiss (1.0.0) + jekyll-theme-architect (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-cayman (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-dinky (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-hacker (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-leap-day (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-merlot (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-midnight (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-minimal (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-modernist (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-primer (0.6.0) + jekyll (> 3.5, < 5.0) + jekyll-github-metadata (~> 2.9) + jekyll-seo-tag (~> 2.0) + jekyll-theme-slate (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-tactile (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-time-machine (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) jekyll-titles-from-headings (0.5.3) jekyll (>= 3.3, < 5.0) jekyll-watch (2.2.1) @@ -164,17 +219,15 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) - mini_portile2 (2.8.0) minima (2.5.1) jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) minitest (5.14.4) multipart-post (2.1.1) - nokogiri (1.13.6) - mini_portile2 (~> 2.8.0) + nokogiri (1.13.3-arm64-darwin) racc (~> 1.4) - nokogiri (1.13.6-x64-mingw32) + nokogiri (1.13.3-x64-mingw32) racc (~> 1.4) octokit (4.21.0) faraday (>= 0.9) @@ -214,13 +267,13 @@ GEM tzinfo (>= 1.0.0) unf (0.1.4) unf_ext - unf_ext (0.0.7.7) - unf_ext (0.0.7.7-x64-mingw32) - unicode-display_width (1.7.0) - zeitwerk (2.4.2) + unf_ext (0.0.8.1) + unf_ext (0.0.8.1-x64-mingw32) + unicode-display_width (1.8.0) + zeitwerk (2.5.4) PLATFORMS - ruby + arm64-darwin-20 x64-mingw32 DEPENDENCIES @@ -230,4 +283,4 @@ DEPENDENCIES tzinfo-data BUNDLED WITH - 2.1.4 + 2.3.22 diff --git a/_includes/footer.html b/_includes/footer.html index c8f9ba8..162aeb9 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,9 +1,13 @@ diff --git a/_includes/releases/pkgrow.md b/_includes/releases/pkgrow.md index 64dad34..ab40a87 100644 --- a/_includes/releases/pkgrow.md +++ b/_includes/releases/pkgrow.md @@ -6,8 +6,8 @@ -
{{ item.DisplayName }} {% if include.type == "all" and item.New == "true" %}(New){%endif%}
-
{{item.Package}}
+
{{ item.DisplayName }} {% if include.type == "all" and item.New == "true" %}(New){%endif%}
+
{{item.Package}}
{% include releases/replace.md %}
{% include releases/links.md version="VersionGA" %} diff --git a/_includes/sidebar.html b/_includes/sidebar.html index a7aaae2..0cf57e0 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -1,6 +1,6 @@ {% assign sidebar = site.data.sidebars[page.sidebar].entries %} - + + diff --git a/_includes/toc.html b/_includes/toc.html index 067141a..e2ac573 100644 --- a/_includes/toc.html +++ b/_includes/toc.html @@ -11,7 +11,7 @@ $('#toc').on('click', 'a', function() { var target = $(this.getAttribute('href')) , scroll_target = target.offset().top - $(window).scrollTop(scroll_target - 10); + $(window).scrollTop(scroll_target - 60); return false }) diff --git a/_includes/topnav.html b/_includes/topnav.html index b2d37f2..caff115 100644 --- a/_includes/topnav.html +++ b/_includes/topnav.html @@ -1,6 +1,6 @@ -