Jeremy Newman : add nav link for news, add wwn archive link

Jeremy Newman jnewman at winehq.org
Fri Oct 29 08:38:17 CDT 2021


Module: website
Branch: master
Commit: 702015e9559479c7f93129bce2a68fe92ec49046
URL:    https://source.winehq.org/git/website.git/?a=commit;h=702015e9559479c7f93129bce2a68fe92ec49046

Author: Jeremy Newman <jnewman at codeweavers.com>
Date:   Fri Oct 29 08:18:30 2021 -0500

add nav link for news, add wwn archive link

---

 templates/en/home.template | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/templates/en/home.template b/templates/en/home.template
index 20212534..5183f1c8 100644
--- a/templates/en/home.template
+++ b/templates/en/home.template
@@ -111,6 +111,16 @@
                 </a>
                 <div class="clear"></div>
 
+                <a class="winehq_menu_item appdb" href="{$root}/news">
+                    <span class="winehq_badge fa-4x fa-layers fa-fw">
+                        <i class="winehq_badge_inner fas fa-square"></i>
+                        <i class="fa-inverse fas fa-newspaper" data-fa-transform="shrink-6"></i>
+                    </span>
+                    <span class="title">News</span>
+                    <span class="subtitle">What is going on lately?</span>
+                </a>
+                <div class="clear"></div>
+
                 <a class="winehq_menu_item appdb" href="https://appdb.winehq.org">
                     <span class="winehq_badge fa-4x fa-layers fa-fw">
                         <i class="winehq_badge_inner fas fa-square"></i>
@@ -163,7 +173,11 @@
 
     <!--EXEC:[news?n=3]-->
 
-    <p><a href="{$root}/news" class="btn btn-default"><span class="glyphicon glyphicon-chevron-right"></span> more news...</a></p>
+    <p>
+        <a href="{$root}/news" class="btn btn-default"><i class="fas fa-chevron-right"></i> News Archive</a>
+         
+        <a href="{$root}/wwn" class="btn btn-default"><i class="fas fa-newspaper"></i> World Wine News</a>
+    </p>
 
 </div>
 




More information about the wine-cvs mailing list