This is an automated email from the ASF dual-hosted git repository.

mauriciostekl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 751b3a6  updated new section on homepage with a link reference to 
Apache 2021 report
751b3a6 is described below

commit 751b3a691b0a4566e6758f8dfd5fe446f255520d
Author: Mauricio Stekl <[email protected]>
AuthorDate: Thu Sep 9 20:48:35 2021 -0300

    updated new section on homepage with a link reference to Apache 2021 report
---
 css/ignite-redesign.css |  2 +-
 includes/scripts.html   |  4 ++--
 index.html              | 24 +++++++++++++++---------
 scss/homepage.scss      | 17 ++++++++++++++---
 4 files changed, 32 insertions(+), 15 deletions(-)

diff --git a/css/ignite-redesign.css b/css/ignite-redesign.css
index 617a204..eb3cdc8 100644
--- a/css/ignite-redesign.css
+++ b/css/ignite-redesign.css
@@ -1 +1 @@
-@charset 
"UTF-8";code[class*=language-],pre[class*=language-]{color:#ccc;background:0 
0;font-family:Consolas,Monaco,'Andale Mono','Ubuntu 
Mono',monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em
 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=langu [...]
\ No newline at end of file
+@charset 
"UTF-8";code[class*=language-],pre[class*=language-]{color:#ccc;background:0 
0;font-family:Consolas,Monaco,'Andale Mono','Ubuntu 
Mono',monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em
 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=langu [...]
\ No newline at end of file
diff --git a/includes/scripts.html b/includes/scripts.html
index 13bdecf..cc94b80 100644
--- a/includes/scripts.html
+++ b/includes/scripts.html
@@ -1,7 +1,7 @@
 <!-- REMEMBER TO COPY ALL CHANGES TO download.html -->
 
-<link rel="stylesheet" href="/css/ignite-redesign.css?20210909" media="print" 
onload="this.media='all'">
-<noscript><link media="all" rel="stylesheet" 
href="/css/ignite-redesign.css?20210909"></noscript>
+<link rel="stylesheet" href="/css/ignite-redesign.css?20210909b" media="print" 
onload="this.media='all'">
+<noscript><link media="all" rel="stylesheet" 
href="/css/ignite-redesign.css?20210909b"></noscript>
 
 <script src="/js/lazysizes.min.js" async=""></script>
 
diff --git a/index.html b/index.html
index e275c3e..07ad997 100644
--- a/index.html
+++ b/index.html
@@ -157,19 +157,25 @@ under the License.
 
             <div class="row no-gutters">
                 <div class="col-md-4 award">
-                    <div class="star"><span>2</span></div>
-                    <p><strong>on the Top-5</strong>
-                      BIG DATA USER LISTS</p>
+                    <a 
href="https://www.apache.org/foundation/docs/FY2021AnnualReport.pdf"; 
target="_blank" rel="noopener">
+                        <div class="star"><span>2</span></div>
+                        <p><strong>on the Top-5</strong>
+                        BIG DATA USER LISTS</p>
+                    </a>
                 </div>
                 <div class="col-md-4 award">
-                    <div class="star"><span>2</span></div>
-                    <p><strong>on the Top-5</strong>
-                      USER LISTS</p>
+                    <a 
href="https://www.apache.org/foundation/docs/FY2021AnnualReport.pdf"; 
target="_blank" rel="noopener">
+                        <div class="star"><span>2</span></div>
+                        <p><strong>on the Top-5</strong>
+                        USER LISTS</p>
+                    </a>
                 </div>
                 <div class="col-md-4 award">
-                    <div class="star"><span>3</span></div>
-                    <p><strong>on the Top-5</strong>
-                      BIG DATA DEV LISTS</p>
+                    <a 
href="https://www.apache.org/foundation/docs/FY2021AnnualReport.pdf"; 
target="_blank" rel="noopener">
+                        <div class="star"><span>3</span></div>
+                        <p><strong>on the Top-5</strong>
+                        BIG DATA DEV LISTS</p>
+                    </a>
                 </div>
             </div>
 
diff --git a/scss/homepage.scss b/scss/homepage.scss
index 70a47dd..1e3595d 100644
--- a/scss/homepage.scss
+++ b/scss/homepage.scss
@@ -151,8 +151,16 @@ body.headroom--unpinned {
 
 
     .award {
-        flex-wrap: nowrap;
-        display: flex;
+        > a {
+            flex-wrap: nowrap;
+            display: flex;
+            color: white;
+            &:hover {
+                color: white;
+                text-decoration: none;
+            }
+        }
+
         .star {
             width: 64px;
             height: 60px;
@@ -742,7 +750,10 @@ section.section-block {
 
         .award {
             margin-bottom: 30px;;
-            justify-content: center;
+            
+            > a {
+                justify-content: center;
+            }
             p {
                 max-width: 200px;
             }

Reply via email to