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 2020/07/13 16:33:39 UTC

[wicket-site] branch wicket-9 updated: Applied new sun logo

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

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


The following commit(s) were added to refs/heads/wicket-9 by this push:
     new 4b8e7cb  Applied new sun logo
4b8e7cb is described below

commit 4b8e7cbeb4f34aa832fc6a41d38a7cfcb11b86f7
Author: Andrea Del Bene <ad...@apache.org>
AuthorDate: Mon Jul 13 18:33:16 2020 +0200

    Applied new sun logo
---
 _sass/modules/_logo.scss     |   6 +++++-
 content/atom.xml             |   2 +-
 content/css/style.css        |   2 ++
 content/css/style.css.map    |   4 ++--
 content/img/wicket-9-sun.png | Bin 0 -> 57176 bytes
 content/index.html           |   6 +++---
 img/wicket-9-sun.png         | Bin 0 -> 57176 bytes
 index.md                     |   6 +++---
 8 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/_sass/modules/_logo.scss b/_sass/modules/_logo.scss
index 8b13789..e969212 100644
--- a/_sass/modules/_logo.scss
+++ b/_sass/modules/_logo.scss
@@ -1 +1,5 @@
-
+.responsive-logo {
+  width: 100%;
+  max-width: 400px;
+  height: auto;
+} 
diff --git a/content/atom.xml b/content/atom.xml
index 1406752..e2d3543 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>2020-07-06T13:43:41+02:00</updated>
+    <updated>2020-07-13T18:28:50+02: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 f89d272..8bc8b0c 100644
--- a/content/css/style.css
+++ b/content/css/style.css
@@ -349,6 +349,8 @@ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
 .highlight .il { color: #009999; }
 
 /* Literal.Number.Integer.Long */
+.responsive-logo { width: 100%; max-width: 400px; height: auto; }
+
 .jumbotron.header { /*        background: radial-gradient(ellipse closest-side, rgba(0,0,0,0), rgba(0,0,0,0.6)), url('../img/background-1.jpg');*/ background-color: #111; background-image: url("../img/background-2.jpg"); background-repeat: no-repeat; background-position: center 25%; background-size: cover; box-shadow: inset 0 0 40px black; }
 
 @media (min-width: 769px) { .jumbotron .mainmenu { padding-top: 1rem; margin-bottom: 7rem; } }
diff --git a/content/css/style.css.map b/content/css/style.css.map
index e421d34..997713b 100644
--- a/content/css/style.css.map
+++ b/content/css/style.css.map
@@ -33,7 +33,7 @@
 		"// =========== Buttons\n\nbutton::-moz-focus-inner,\ninput::-moz-focus-inner {\n    border: 0;\n    padding: 0;\n}\n\n%button {\n    -webkit-appearance: none;\n    -moz-appearance: none;\n    appearance: none;\n    border: 0;\n    border-radius: $border-radius-10;\n    cursor: pointer;\n    display: inline-block;\n    font-family: $font-family-body;\n    font-size: $font-size-30;\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n    font-weight: bold; [...]
 		"// =========== Print\n\n@media print {\n    * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */\n    a, a:visited { text-decoration: underline; }\n    a[href]:after { content: \" (\" attr(href) \")\"; }\n    abbr[title]:after { content: \" (\" attr(title) \")\"; }\n    .ir a:after, a[href^=\"javascript:\"]:after, a[href^=\"#\"]:after { content: \"\";  [...]
 		".lineno { text-align: right; margin-right: 0.5rem;}\n.highlight  { background: #ffffff; }\n.highlight .c { color: #999988; font-style: italic } /* Comment */\n.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */\n.highlight .k { font-weight: bold } /* Keyword */\n.highlight .o { font-weight: bold } /* Operator */\n.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */\n.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc * [...]
-		"\n",
+		".responsive-logo {\n  width: 100%;\n  max-width: 400px;\n  height: auto;\n} \n",
 		".jumbotron {\n    &.header{\n/*        background: radial-gradient(ellipse closest-side, rgba(0,0,0,0), rgba(0,0,0,0.6)), url('../img/background-1.jpg');*/\n        background-color:#111;\n        background-image: url('../img/background-2.jpg');\n        background-repeat: no-repeat;\n        background-position: center 25%;\n        background-size: cover;\n        box-shadow: inset 0 0 40px rgba(0, 0, 0, 1);\n    }\n\n    .mainmenu {\n        @include breakpoint($breakpoint-20) {\n [...]
 		"nav.mainmenu {\n    display:block;\n    margin:0 auto 2rem auto;\n    text-align:center;\n    padding-top: 12px;\n    display:inline-block;\n    text-transform: uppercase;\n    font-weight:bold;\n    &.active { border-bottom: 2px solid white;}\n    \n    li+li {\n        margin-left:1*$grid-column;\n    }\n\n    a, a:active {\n        border:none;\n        color:rgb(233, 120, 38);\n        font-weight:500;\n        text-decoration: none;\n    }\n    \n    a:hover {\n        color: #30 [...]
 		".toc {\n    ul { list-style: none; }\n    &>ul {\n        margin-left: 0;\n    }\n    &>ul > li+li {\n        margin-top: 1rem;\n    }\n    \n    @include breakpoint($breakpoint-10) {\n\t   display: none;\n        \n    }\n}\n",
@@ -42,5 +42,5 @@
 		"\n.wicket8 {\n    nav.mainmenu {\n        a, a:active, a:hover {\n            color:$almost-black;\n        }\n    }\n\n    .header {\n        color:$almost-black;\n    }\n    .jumbotron {\n        &.header{\n            background-color:#BF866F;\n            background-image: url('../img/background-4.jpg');\n            background-repeat: no-repeat;\n            background-position: center 50%;\n            background-size: cover;\n            box-shadow: none;\n        }\n        .j [...]
 	],
 	"names": [],
-	"mappings": "AAAA,OAAO,CAAC,4CAAI;AACZ,OAAO,CAAC,4CAAI;AKCZ,AAAA,IAAI,EAAE,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,UAAU,EAAE,GAAG,EAAE,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,IAAI,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,MAAM,E [...]
+	"mappings": "AAAA,OAAO,CAAC,4CAAI;AACZ,OAAO,CAAC,4CAAI;AKCZ,AAAA,IAAI,EAAE,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,UAAU,EAAE,GAAG,EAAE,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,IAAI,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,MAAM,E [...]
 }
\ No newline at end of file
diff --git a/content/img/wicket-9-sun.png b/content/img/wicket-9-sun.png
new file mode 100644
index 0000000..2ef4ca4
Binary files /dev/null and b/content/img/wicket-9-sun.png differ
diff --git a/content/index.html b/content/index.html
index 1771f4d..17be7fa 100644
--- a/content/index.html
+++ b/content/index.html
@@ -122,13 +122,13 @@
         <section>
             <div class="l-full l-first preamble">
     <h1 id="introduction" class="announce">Announcing Apache Wicket 9: get into the modern Java world!</h1>
+    <div>
+      <img src="/img/wicket-9-sun.png" alt="Apache Wicket" class="responsive-logo" />
+    </div>
     <p>
       The Apache Wicket project announces the 9th major release of the open source Java web framework servicing websites and applications across the globe since 2004.     
       Built on top of Java 11, this version of Wicket brings web development into the modern Java world, offering a fundamental tool to keep you code up to date with Java's evolution.
     </p>
-    <div>
-      <img src="/img/logo.svg" alt="Apache Wicket" width="200" height="200" />
-    </div>
 </div>
 <div class="l-first">
   <div class="l-full">
diff --git a/img/wicket-9-sun.png b/img/wicket-9-sun.png
new file mode 100644
index 0000000..2ef4ca4
Binary files /dev/null and b/img/wicket-9-sun.png differ
diff --git a/index.md b/index.md
index 28ae46c..610d045 100644
--- a/index.md
+++ b/index.md
@@ -19,13 +19,13 @@ jumbotronLinks:
 
 <div class="l-full l-first preamble">
     <h1 id="introduction" class="announce">Announcing Apache Wicket 9: get into the modern Java world!</h1>
+    <div>
+      <img src="{{ site.baseurl }}/img/wicket-9-sun.png" alt="Apache Wicket" class="responsive-logo">
+    </div>
     <p>
       The Apache Wicket project announces the 9th major release of the open source Java web framework servicing websites and applications across the globe since 2004.     
       Built on top of Java 11, this version of Wicket brings web development into the modern Java world, offering a fundamental tool to keep you code up to date with Java's evolution.
     </p>
-    <div>
-      <img src="{{ site.baseurl }}/img/logo.svg" alt="Apache Wicket" width="200" height="200">
-    </div>
 </div>
 <div class="l-first">
   <div class="l-full">