This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/causeway-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 6b34e9e74 cleans up a little
6b34e9e74 is described below
commit 6b34e9e74cf4d93d038875d39742dfc3edd0eed5
Author: danhaywood <[email protected]>
AuthorDate: Sun Jan 29 17:23:37 2023 +0000
cleans up a little
---
content/_/css/home/style.css | 26 +++++----
content/_/css/site-custom.css | 8 +--
content/_/font/android-insomnia-font/info.txt | 2 -
...somniaRegular-RLxW.ttf => android_insomnia.ttf} | Bin
.../android_insomnia.woff | Bin
.../android_insomnia.woff2 | Bin
...a_regular_read_me.txt => androida_insomnia.txt} | 4 ++
content/_/img/home/causeway-logo-605x449.png | Bin 0 -> 10055 bytes
content/_/img/home/favicon.png | Bin 1863 -> 0 bytes
content/_/img/isis-logo-48x48.png | Bin 2301 -> 0 bytes
content/_/isis-favicon.png | Bin 2143 -> 0 bytes
content/index.html | 59 +++++++++------------
12 files changed, 50 insertions(+), 49 deletions(-)
diff --git a/content/_/css/home/style.css b/content/_/css/home/style.css
index d072f6aec..1b0d72316 100644
--- a/content/_/css/home/style.css
+++ b/content/_/css/home/style.css
@@ -37,7 +37,7 @@
--color-isis-red: #af3734;
--color-isis-orange: #f3882a;
--color-isis-green: #87a83f;
- --color-isis-blue: #8F3985;
+ --color-isis-blue: #3c76bd;
--color-dark-blue: #0c2e8a;
/* https://coolors.co/5ab1bb-8f3985-eeb4b3-2364aa-fec601 */
@@ -48,7 +48,6 @@
--color-causeway-yellow: #FEC601;
--color-theme-blue: var(--color-causeway-purple);
- /*--color-theme-green: var(--color-isis-green);*/
--color-theme-green: var(--color-causeway-yellow);
}
@@ -1138,6 +1137,21 @@ body.mobile-nav-active #mobile-nav-toggle {
}
}
+@media (max-width: 1200px) {
+ h1 a span.brand {
+ display: none;
+ }
+}
+
+@media (max-width: 768px) {
+ #nav-menu-container {
+ display: none;
+ }
+ #mobile-nav-toggle {
+ display: inline;
+ }
+}
+
@media (max-width: 768px) {
.back-to-top {
bottom: 15px;
@@ -1156,14 +1170,6 @@ body.mobile-nav-active #mobile-nav-toggle {
max-height: 40px;
}
- #nav-menu-container {
- display: none;
- }
-
- #mobile-nav-toggle {
- display: inline;
- }
-
#why .why-img {
height: auto;
}
diff --git a/content/_/css/site-custom.css b/content/_/css/site-custom.css
index 6fb23e47e..2a968c04e 100644
--- a/content/_/css/site-custom.css
+++ b/content/_/css/site-custom.css
@@ -18,11 +18,13 @@
*
*/
+
+
@font-face {
font-family: 'Android Insomnia';
- src: url('../font/android-insomnia-font/android_insomnia.woff2')
format('woff2'),
- url('../font/android-insomnia-font/android_insomnia.woff')
format('woff'),
- url('../font/android-insomnia-font/AndroidInsomniaRegular-RLxW.ttf')
format('truetype');
+ src: url('../font/android_insomnia.woff2') format('woff2'),
+ url('../font/android_insomnia.woff') format('woff'),
+ url('../font/android_insomnia.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
diff --git a/content/_/font/android-insomnia-font/info.txt
b/content/_/font/android-insomnia-font/info.txt
deleted file mode 100644
index b8495532e..000000000
--- a/content/_/font/android-insomnia-font/info.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-license: Creative Commons (by) Attribution
-link: https://www.fontspace.com/android-insomnia-font-f22809
\ No newline at end of file
diff --git
a/content/_/font/android-insomnia-font/AndroidInsomniaRegular-RLxW.ttf
b/content/_/font/android_insomnia.ttf
similarity index 100%
rename from content/_/font/android-insomnia-font/AndroidInsomniaRegular-RLxW.ttf
rename to content/_/font/android_insomnia.ttf
diff --git a/content/_/font/android-insomnia-font/android_insomnia.woff
b/content/_/font/android_insomnia.woff
similarity index 100%
rename from content/_/font/android-insomnia-font/android_insomnia.woff
rename to content/_/font/android_insomnia.woff
diff --git a/content/_/font/android-insomnia-font/android_insomnia.woff2
b/content/_/font/android_insomnia.woff2
similarity index 100%
rename from content/_/font/android-insomnia-font/android_insomnia.woff2
rename to content/_/font/android_insomnia.woff2
diff --git
a/content/_/font/android-insomnia-font/misc/androida_insomnia_regular_read_me.txt
b/content/_/font/androida_insomnia.txt
similarity index 80%
rename from
content/_/font/android-insomnia-font/misc/androida_insomnia_regular_read_me.txt
rename to content/_/font/androida_insomnia.txt
index b86342ce2..7c47350e1 100644
---
a/content/_/font/android-insomnia-font/misc/androida_insomnia_regular_read_me.txt
+++ b/content/_/font/androida_insomnia.txt
@@ -16,3 +16,7 @@ http://birdfont.org/
Copyright and Licensing:
This work is licensed under a Creative Commons Attribution 4.0 International
License. http://creativecommons.org/licenses/by/4.0/
+
+
+license: Creative Commons (by) Attribution
+link: https://www.fontspace.com/android-insomnia-font-f22809
diff --git a/content/_/img/home/causeway-logo-605x449.png
b/content/_/img/home/causeway-logo-605x449.png
new file mode 100644
index 000000000..8e66322bd
Binary files /dev/null and b/content/_/img/home/causeway-logo-605x449.png differ
diff --git a/content/_/img/home/favicon.png b/content/_/img/home/favicon.png
deleted file mode 100644
index 31e8a1f43..000000000
Binary files a/content/_/img/home/favicon.png and /dev/null differ
diff --git a/content/_/img/isis-logo-48x48.png
b/content/_/img/isis-logo-48x48.png
deleted file mode 100644
index 1a7ec7c5c..000000000
Binary files a/content/_/img/isis-logo-48x48.png and /dev/null differ
diff --git a/content/_/isis-favicon.png b/content/_/isis-favicon.png
deleted file mode 100644
index 258658996..000000000
Binary files a/content/_/isis-favicon.png and /dev/null differ
diff --git a/content/index.html b/content/index.html
index 00b225e2d..4b2ae3ef1 100644
--- a/content/index.html
+++ b/content/index.html
@@ -100,9 +100,6 @@
<a href="#testimonials">What?</a>
<ul>
<li><a href="#testimonials">Reviews</a></li>
- <!--
- <li><a href="#portfolio">Examples</a></li>
- -->
</ul>
</li>
<li class="menu-has-children">
@@ -129,10 +126,6 @@
<li class="menu-has-children">
<a href="">ASF</a>
<ul>
- <!--
- <li><a href="#team">Our Committers</a></li>
- <li><hr/></li>
- -->
<li><a href="https://www.apache.org/">Apache Home Page</a></li>
<li><a
href="https://www.apache.org/events/current-event">Events</a></li>
<li><a href="https://www.apache.org/licenses/">Licenses</a></li>
@@ -152,6 +145,7 @@
<div class="intro-content">
<h2>Build software that's<br/>in step with your business</h2>
+
<div>
<p>
<a href="#testimonials" class="btn-projects scrollto">Reviews</a>
@@ -164,12 +158,6 @@
<!-- https://unsplash.com/photos/YlF-IyTE6sA -->
<!-- https://palette.fm/color/filters 'pastel notes' to colourize -->
<div class="item" style="background-image:
url('_/img/home/intro-carousel/intro-carousel-1.jpg');"></div>
- <!--
- <div class="item" style="background-image:
url('_/img/home/intro-carousel/intro-carousel-2.jpg');"></div>
- <div class="item" style="background-image:
url('_/img/home/intro-carousel/intro-carousel-3.jpg');"></div>
- <div class="item" style="background-image:
url('_/img/home/intro-carousel/intro-carousel-4.jpg');"></div>
- <div class="item" style="background-image:
url('_/img/home/intro-carousel/intro-carousel-5.jpg');"></div>
- -->
</div>
</section>
@@ -459,15 +447,6 @@
</div>
- <!--
- <div>
- <li><i class="ion-android-checkmark-circle"></i>Write your
business logic in entities, domain services or view models.</li>
- <li><i class="ion-android-checkmark-circle"></i>Your users
access your business logic through a web UI that the framework dynamically
renders from your domain model.</li>
- <li><i class="ion-android-checkmark-circle"></i>Consume your
domain model from other apps through REST API or the Swagger UI, also
dynamically rendered.</li>
- <li><i class="ion-android-checkmark-circle"></i>Integration test
your domain model, on top of JUnit 5. No need to write slow & fragile
Selenium tests, as the UI is automatically generated.</li>
- </div>
- -->
-
</div>
</section>
@@ -485,43 +464,55 @@
<div class="col-lg-4">
<div class="box wow fadeInLeft" data-wow-delay="0.1s">
- <div class="pic"><a
href="https://spring.io/projects/spring-boot">Spring Boot</a></div>
+ <div class="pic">
+ <!--<img src="_/img/home/built-with/spring-boot-logo.png"
height="105px" alt="">-->
+ <a href="https://spring.io/projects/spring-boot">Spring
Boot</a></div>
<p class="description">... to create stand-alone, production-grade
Spring based Applications.</p>
</div>
</div>
<div class="col-lg-4">
<div class="box wow fadeInLeft">
- <div class="pic"><a href="https://wicket.apache.org">Apache
Wicket™<a/></div>
+ <div class="pic">
+ <!--<img src="_/img/home/built-with/apache-wicket.png"
height="80px" alt="">-->
+ <a href="https://wicket.apache.org">Apache Wicket™<a/></div>
<p class="description">... is an open source Java component
oriented web application framework that powers thousands of web applications
and web sites.</p>
</div>
</div>
<div class="col-lg-4">
<div class="box wow fadeInRight">
- <div class="pic"><a
href="https://resteasy.github.io">RESTEasy</a></div>
+ <div class="pic">
+ <!--<img src="_/img/home/built-with/resteasy_logo_600x.gif"
height="105px" alt="">-->
+ <a href="https://resteasy.github.io">RESTEasy</a></div>
<p class="description">... a portable implementation of the JAX-RS
specification for RESTful APIs</p>
</div>
</div>
<div class="col-lg-4">
<div class="box wow fadeInLeft" data-wow-delay="0.1s">
- <div class="pic"><a
href="https://www.eclipse.org/eclipselink/">EclipseLink</a></div>
- <p class="description">... the reference implementation for JPA, a
comprehensive open-source Java persistence solution addressing relational, XML,
and database web services.</p>
+ <div class="pic">
+ <!--<img src="_/img/home/built-with/EclipseLink.png"
width="300px" height="105px" alt="">-->
+ <a
href="https://www.eclipse.org/eclipselink/">EclipseLink</a></div>
+ <p class="description">... the reference implementation for JPA,
a comprehensive open-source Java persistence solution addressing relational,
XML, and database web services.</p>
</div>
</div>
<div class="col-lg-4">
<div class="box wow fadeInLeft" data-wow-delay="0.2s">
- <div class="pic"><a href="https://www.datanucleus.org">DataNucleus
AccessPlatform</a></div>
- <p class="description">... the reference implementation for JDO,
provides persistence and retrieval of data to a range of datastores using a
range of APIs, with a range of query languages.</p>
+ <div class="pic">
+ <!--<img src="_/img/home/built-with/datanucleus-logo.png"
width="300px" alt="">-->
+ <a href="https://www.datanucleus.org">DataNucleus
AccessPlatform</a></div>
+ <p class="description">... the reference implementation for JDO,
provides persistence and retrieval of data to a range of datastores using a
range of APIs, with a range of query languages.</p>
</div>
</div>
<div class="col-lg-4">
<div class="box wow fadeInLeft" data-wow-delay="0.2s">
- <div class="pic"><a href="https://bytebuddy.net">Byte
Buddy</a></div>
- <p class="description">... a code generation and manipulation
library for creating and modifying Java classes during the runtime of a Java
application.</p>
+ <div class="pic">
+ <!--<img src="_/img/home/built-with/byte-buddy.png"
height="105px" alt="">-->
+ <a href="https://bytebuddy.net">Byte Buddy</a></div>
+ <p class="description">... a code generation and manipulation
library for creating and modifying Java classes during the runtime of a Java
application.</p>
</div>
</div>
@@ -552,7 +543,7 @@
<div class="col-lg-6 text-left text-lg-left">
<p class="cta-text text-center" style="margin-block-end: 0; ">
Learn about Apache Causeway™ by running the minimal <a
href="docs/2.0.0-M9/starters/helloworld.html">helloworld</a> starter app.
- You can see the app running <a
href="https://helloworld-jdo-snapshot.apps.causeway.dev/" target="_blank">here
(jdo)</a> or <a href="https://helloworld-jpa-snapshot.apps.causeway.dev/"
target="_blank">here (jpa)</a>.
+ You can see the app running <a
href="https://helloworld-jpa-snapshot.apps.causeway.dev/" target="_blank">here
(jpa)</a> or <a href="https://helloworld-jdo-snapshot.apps.causeway.dev/"
target="_blank">here (jdo)</a>.
<br/>
(These scale to zero when not in use, so please allow up to a
minute for them to restart if necessary).
</p>
@@ -560,7 +551,7 @@
<div class="col-lg-6 text-left text-lg-left">
<p class="cta-text text-center" style="margin-block-end: 0; ">
Develop your own Apache Causeway™ app with the structured <a
href="docs/2.0.0-M9/starters/simpleapp.html">simpleapp</a> starter app.
- You can see the app running <a
href="https://simpleapp-jdo-snapshot.apps.causeway.dev/" target="_blank">here
(jdo)</a> or <a href="https://simpleapp-jpa-snapshot.apps.causeway.dev/"
target="_blank">here (jpa)</a>.
+ You can see the app running <a
href="https://simpleapp-jpa-snapshot.apps.causeway.dev/" target="_blank">here
(jpa)</a> or <a href="https://simpleapp-jdo-snapshot.apps.causeway.dev/"
target="_blank">here (jdo)</a>.
<br/>
(These scale to zero when not in use, so please allow up to a
minute for them to restart if necessary).
</p>
@@ -645,7 +636,7 @@ mvn -pl webapp spring-boot:run</pre>
<div class="row">
<div class="col-lg-12 text-left text-lg-left">
<p class="cta-text text-center" style="margin-block-end: 0;
margin-top: 20px;">
- You can also explore the Apache Causeway programming model
through the demo app, running <a
href="https://demo-wicket-jdo-snapshot.apps.causeway.dev/" target="_blank">here
(jdo)</a> or <a href="https://demo-wicket-jpa-snapshot.apps.causeway.dev/"
target="_blank">here (jpa)</a>.
+ You can also explore the Apache Causeway™ programming model
through the demo app, running <a
href="https://demo-wicket-jpa-snapshot.apps.causeway.dev/" target="_blank">here
(jpa)</a> or <a href="https://demo-wicket-jdo-snapshot.apps.causeway.dev/"
target="_blank">here (jdo)</a>.
<br/>
(These scale to zero when not in use, so please allow up to a
minute for them to restart if necessary).
</p>