You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2024/02/13 15:44:45 UTC

(wicket-site) branch wicket-10 updated: Using version neutral logo

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

adelbene pushed a commit to branch wicket-10
in repository https://gitbox.apache.org/repos/asf/wicket-site.git


The following commit(s) were added to refs/heads/wicket-10 by this push:
     new 1bdeb419 Using version neutral logo
1bdeb419 is described below

commit 1bdeb419d54b2e73084b02c99a39f09cb8e1de47
Author: Andrea Del Bene <an...@host.it>
AuthorDate: Tue Feb 13 16:44:25 2024 +0100

    Using version neutral logo
---
 _sass/main.scss           | 2 +-
 _sass/modules/_logo.scss  | 2 +-
 content/atom.xml          | 2 +-
 content/css/style.css     | 4 ++--
 content/css/style.css.map | 2 +-
 content/index.html        | 9 ++++-----
 index.md                  | 9 ++++-----
 7 files changed, 14 insertions(+), 16 deletions(-)

diff --git a/_sass/main.scss b/_sass/main.scss
index c074a166..d1996c0e 100755
--- a/_sass/main.scss
+++ b/_sass/main.scss
@@ -76,7 +76,7 @@ div.header {
     h1 + *, 
     h2 + *, 
     img + * {
-        padding-top:2rem;
+        padding-top:1rem;
     }
     h1:last-child,
     h2:last-child,
diff --git a/_sass/modules/_logo.scss b/_sass/modules/_logo.scss
index e9692126..a967590a 100644
--- a/_sass/modules/_logo.scss
+++ b/_sass/modules/_logo.scss
@@ -1,5 +1,5 @@
 .responsive-logo {
   width: 100%;
-  max-width: 400px;
+  max-width: 200px;
   height: auto;
 } 
diff --git a/content/atom.xml b/content/atom.xml
index c50389fa..ea4b86d6 100644
--- a/content/atom.xml
+++ b/content/atom.xml
@@ -3,7 +3,7 @@
     <title>Apache Wicket</title>
     <link href="http://wicket.apache.org/atom.xml" rel="self"/>
     <link href="http://wicket.apache.org/"/>
-    <updated>2024-02-05T17:46:23+00:00</updated>
+    <updated>2024-02-13T15:24:48+00:00</updated>
     <id>http://wicket.apache.org/</id>
     <author>
         <name>Apache Wicket</name>
diff --git a/content/css/style.css b/content/css/style.css
index 04d4dad2..023f9f64 100644
--- a/content/css/style.css
+++ b/content/css/style.css
@@ -711,7 +711,7 @@ button.button--alert:focus {
 } /* Literal.Number.Integer.Long */
 .responsive-logo {
   width: 100%;
-  max-width: 400px;
+  max-width: 200px;
   height: auto;
 }
 
@@ -1054,7 +1054,7 @@ div.header {
 .preamble h1 + *,
 .preamble h2 + *,
 .preamble img + * {
-  padding-top: 2rem;
+  padding-top: 1rem;
 }
 .preamble h1:last-child,
 .preamble h2:last-child,
diff --git a/content/css/style.css.map b/content/css/style.css.map
index f7a5d292..056b871b 100644
--- a/content/css/style.css.map
+++ b/content/css/style.css.map
@@ -1 +1 @@
-{"version":3,"sourceRoot":"","sources":["style.scss","../_sass/taiga/_base.scss","../_sass/taiga/_mixins.scss","../_sass/taiga/_settings.scss","../_sass/taiga/_grid.scss","../_sass/taiga/_layout.scss","../_sass/taiga/_states.scss","../_sass/taiga/_button.scss","../_sass/taiga/_print.scss","../_sass/modules/_syntax.scss","../_sass/modules/_logo.scss","../_sass/modules/_jumbotron.scss","../_sass/modules/_mainmenu.scss","../_sass/modules/_toc.scss","../_sass/modules/_builtwithwicket.scss"," [...]
\ No newline at end of file
+{"version":3,"sourceRoot":"","sources":["style.scss","../_sass/taiga/_base.scss","../_sass/taiga/_mixins.scss","../_sass/taiga/_settings.scss","../_sass/taiga/_grid.scss","../_sass/taiga/_layout.scss","../_sass/taiga/_states.scss","../_sass/taiga/_button.scss","../_sass/taiga/_print.scss","../_sass/modules/_syntax.scss","../_sass/modules/_logo.scss","../_sass/modules/_jumbotron.scss","../_sass/modules/_mainmenu.scss","../_sass/modules/_toc.scss","../_sass/modules/_builtwithwicket.scss"," [...]
\ No newline at end of file
diff --git a/content/index.html b/content/index.html
index 0023d7e4..b483bcb5 100644
--- a/content/index.html
+++ b/content/index.html
@@ -131,7 +131,7 @@
     <br />
     <h1 id="introduction" class="announce">Announcing Apache Wicket <span class="color-brand">1</span><span class="color-brand" style="font-family: Wicket font;font-size: 46px;">0</span> : build modern web applications with Java!</h1>
     <div>
-      <img src="/img/wicket-9-sun.png" alt="Apache Wicket" class="responsive-logo" />
+      <img src="/img/logo.svg" alt="Apache Wicket" class="responsive-logo" />
     </div>
     <p>
       The Apache Wicket project announces the 10th major release of the open source Java web framework servicing websites and applications across the globe since 2004.
@@ -317,10 +317,9 @@
         (JSR-305), Spring and Guice.</p>
     </div>
     <div class="l-one-third">
-        <h3>JavaEE integration</h3>
-        <p>If you are using the Web profile of JavaEE 6 or newer, you can 
-        leverage JPA, EJBs, Bean Validation and CDI with Wicket's integrations 
-        for these specifications.</p>
+        <h3>Jakarta EE integration</h3>
+        <p>If you are using the Jakarta EE, you can leverage JPA, EJBs, 
+        Bean Validation and CDI with Wicket's integrations for these specifications.</p>
     </div>
 </div>
 <div class="l-first">
diff --git a/index.md b/index.md
index 3d907f52..757be302 100644
--- a/index.md
+++ b/index.md
@@ -17,7 +17,7 @@ additionalContents:
     <br/>
     <h1 id="introduction" class="announce">Announcing Apache Wicket <span class="color-brand">1</span><span class="color-brand" style="font-family: Wicket font;font-size: 46px;">0</span> : build modern web applications with Java!</h1>
     <div>
-      <img src="{{ site.baseurl }}/img/wicket-9-sun.png" alt="Apache Wicket" class="responsive-logo">
+      <img src="{{ site.baseurl }}/img/logo.svg" alt="Apache Wicket" class="responsive-logo">
     </div>
     <p>
       The Apache Wicket project announces the 10th major release of the open source Java web framework servicing websites and applications across the globe since 2004.
@@ -204,10 +204,9 @@ additionalContents:
         (JSR-305), Spring and Guice.</p>
     </div>
     <div class="l-one-third">
-        <h3>JavaEE integration</h3>
-        <p>If you are using the Web profile of JavaEE 6 or newer, you can 
-        leverage JPA, EJBs, Bean Validation and CDI with Wicket's integrations 
-        for these specifications.</p>
+        <h3>Jakarta EE integration</h3>
+        <p>If you are using the Jakarta EE, you can leverage JPA, EJBs, 
+        Bean Validation and CDI with Wicket's integrations for these specifications.</p>
     </div>
 </div>
 <div class="l-first">