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

solomax pushed a commit to branch site/reflow-2.3.5
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/site/reflow-2.3.5 by this push:
     new aa1dde26d [OPENMEETINGS-2800] carousel seems to work
aa1dde26d is described below

commit aa1dde26df9decee8a08f2615cb6073c351e7212
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Tue Nov 11 21:02:23 2025 +0700

    [OPENMEETINGS-2800] carousel seems to work
---
 openmeetings-server/pom.xml                         |  2 +-
 openmeetings-server/src/site/markdown/index.md      | 14 +++++++-------
 openmeetings-server/src/site/resources/css/site.css |  3 +++
 openmeetings-server/src/site/site.xml               |  7 -------
 4 files changed, 11 insertions(+), 15 deletions(-)

diff --git a/openmeetings-server/pom.xml b/openmeetings-server/pom.xml
index efd86db96..d675ce2e4 100644
--- a/openmeetings-server/pom.xml
+++ b/openmeetings-server/pom.xml
@@ -277,7 +277,7 @@
                                                        
<version>${reflow-maven-skin.version}</version>
                                                        <type>jar</type>
                                                        
<overWrite>false</overWrite>
-                                                       
<includes>**/css/*.css,**/css/themes/${reflow-theme}/*.css,**/css/fontawesome/**,**/js/*.js,**/js/styles/github*.css</includes>
+                                                       
<includes>**/css/*.css,**/css/themes/${reflow-theme}/*.css,**/js/languages/*,**/css/fontawesome/**,**/js/*.js,**/js/styles/github*.css</includes>
                                                </artifactItem>
                                        </artifactItems>
                                        
<outputDirectory>${project.build.directory}/site</outputDirectory>
diff --git a/openmeetings-server/src/site/markdown/index.md 
b/openmeetings-server/src/site/markdown/index.md
index b85389f11..61ab42716 100644
--- a/openmeetings-server/src/site/markdown/index.md
+++ b/openmeetings-server/src/site/markdown/index.md
@@ -6,14 +6,14 @@ Licensed under the Apache License, Version 2.0 (the 
"License") http://www.apache
 
 <!--
 <slide>
-       <slide-image src="images/screenshots/screenshot_OM6-2.jpg" 
class="d-block w-100" alt="Conference Room"/>
+       <slide-image src="images/screenshots/screenshot_OM6-2.jpg" 
class="d-block w-100" alt="Conference Room" />
        <slide-caption class="d-none d-md-block" >
                <h5>Audio/Video Conferencing</h5>
                <p>HTML5 Audio/Video conferencing with OpenMeetings in web and 
mobile.</p>
        </slide-caption>
 </slide>
 <slide>
-       <slide-image src="images/screenshots/calendar-screenshot.png" 
class="d-block w-100" alt="Calendar"/>
+       <slide-image src="images/screenshots/calendar-screenshot.png" 
class="d-block w-100" alt="Calendar" />
        <slide-caption class="d-none d-md-block" >
                <h5>Calendar</h5>
                <p>You can create meetings with the integrated calendar, 
conference rooms and invitations are
@@ -21,7 +21,7 @@ Licensed under the Apache License, Version 2.0 (the 
"License") http://www.apache
        </slide-caption>
 </slide>
 <slide>
-       <slide-image src="images/screenshots/file-explorer.png" class="d-block 
w-100" alt="File Explorer"/>
+       <slide-image src="images/screenshots/file-explorer.png" class="d-block 
w-100" alt="File Explorer" />
        <slide-caption class="d-none d-md-block" >
                <h5>File Explorer</h5>
                <p>Each room has its own File-Explorer. Each user has his own 
private drive and additionally there
@@ -29,7 +29,7 @@ Licensed under the Apache License, Version 2.0 (the 
"License") http://www.apache
        </slide-caption>
 </slide>
 <slide>
-       <slide-image src="images/screenshots/integration-api.png" 
class="d-block w-100" alt="Integration API"/>
+       <slide-image src="images/screenshots/integration-api.png" 
class="d-block w-100" alt="Integration API" />
        <slide-caption class="d-none d-md-block" >
                <h5>Integration API</h5>
                <p>There is a REST (and SOAP) API to integrate into your 
website or intranet, as well
@@ -37,7 +37,7 @@ Licensed under the Apache License, Version 2.0 (the 
"License") http://www.apache
        </slide-caption>
 </slide>
 <slide>
-       <slide-image src="images/screenshots/private-messages.png" 
class="d-block w-100" alt="Private messages and contacts"/>
+       <slide-image src="images/screenshots/private-messages.png" 
class="d-block w-100" alt="Private messages and contacts" />
        <slide-caption class="d-none d-md-block" >
                <h5>Private messages and contacts</h5>
                <p>From the private message center you can send invitations by 
email
@@ -45,7 +45,7 @@ Licensed under the Apache License, Version 2.0 (the 
"License") http://www.apache
        </slide-caption>
 </slide>
 <slide>
-       <slide-image src="images/screenshots/private-messages.png" 
class="d-block w-100" alt="Administration"/>
+       <slide-image src="images/screenshots/private-messages.png" 
class="d-block w-100" alt="Administration" />
        <slide-caption class="d-none d-md-block" >
                <h5>Administration and Configuration</h5>
                <p>You can do screen sharing as well as recording of whole 
sessions including audio/video.
@@ -53,7 +53,7 @@ Licensed under the Apache License, Version 2.0 (the 
"License") http://www.apache
        </slide-caption>
 </slide>
 <slide>
-       <slide-image src="images/screenshots/recordings-playback.png" 
class="d-block w-100" alt="Share and Record"/>
+       <slide-image src="images/screenshots/recordings-playback.png" 
class="d-block w-100" alt="Share and Record" />
        <slide-caption class="d-none d-md-block" >
                <h5>Screen sharing and Recording</h5>
                <p>>You can do screen sharing as well as recording of whole 
sessions including audio/video.
diff --git a/openmeetings-server/src/site/resources/css/site.css 
b/openmeetings-server/src/site/resources/css/site.css
index e312a7bd2..c004296b1 100644
--- a/openmeetings-server/src/site/resources/css/site.css
+++ b/openmeetings-server/src/site/resources/css/site.css
@@ -13,6 +13,9 @@ iframe {
 .bannerRight img, .bannerLeft img {
        height: 80px !important;
 }
+.carousel-caption {
+       background-color: color-mix(in srgb, var(--gray-dark) 60%, transparent);
+}
 .header {
   padding-top: .5rem;
 }
diff --git a/openmeetings-server/src/site/site.xml 
b/openmeetings-server/src/site/site.xml
index f1e7219d5..9bcf60c2e 100644
--- a/openmeetings-server/src/site/site.xml
+++ b/openmeetings-server/src/site/site.xml
@@ -131,13 +131,6 @@
        </body>
        <custom>
                <reflowSkin>
-                       <pages>
-                               <index>
-                                       <sections>
-                                               <carousel/>
-                                       </sections>
-                               </index>
-                       </pages>
                        <endContent>
                                <script 
src="https://www.apachecon.com/event-images/snippet.js";></script>
                                <script type="text/javascript" 
src="$resourcePath/js/site.js"></script>

Reply via email to