You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2023/04/21 21:34:52 UTC

[mina-site] 02/02: Added the event image in all the sub-projects

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

elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-site.git

commit 6b571c2a46e7657424d4c1ef9ae4a6fc307e0f42
Author: emmanuel lecharny <el...@apache.org>
AuthorDate: Fri Apr 21 23:34:43 2023 +0200

    Added the event image in all the sub-projects
---
 layouts/_default/baseof.html  | 2 ++
 layouts/asyncweb/baseof.html  | 2 ++
 layouts/ftpserver/baseof.html | 2 ++
 layouts/mina/baseof.html      | 2 ++
 layouts/sshd/baseof.html      | 2 ++
 layouts/vysper/baseof.html    | 2 ++
 6 files changed, 12 insertions(+)

diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index c42659750..5ac28c280 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -23,12 +23,14 @@
     <link href="/assets/css/mina.css" rel="stylesheet" type="text/css"/>
 </head>
 <body>
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
 <div id="container">
     {{ partial "header.html" (dict "context" . "project" "home") }}
 
     <div id="content">
         <div id="leftColumn">
             <div id="navigation">
+                <a class="acevent" data-format="wide" data-width="170"></a>
                 <h5>Latest Downloads</h5>
                 <ul>
                     <li><a href="/downloads-mina_2_0.html">Mina {{ .Site.Params.version_mina_2_0 }}</a></li>
diff --git a/layouts/asyncweb/baseof.html b/layouts/asyncweb/baseof.html
index 2ca7738eb..cb86101cf 100644
--- a/layouts/asyncweb/baseof.html
+++ b/layouts/asyncweb/baseof.html
@@ -23,12 +23,14 @@
     <link href="/assets/css/asyncweb.css" rel="stylesheet" type="text/css"/>
 </head>
 <body>
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
 <div id="container">
     {{ partial "header.html" (dict "context" . "project" "asyncweb") }}
 
     <div id="content">
         <div id="leftColumn">
             <div id="navigation">
+                <a class="acevent" data-format="wide" data-width="170"></a>
                 <h5>Overview</h5>
                 <ul>
                     <li><a href="/asyncweb-project/index.html">Home</a> </li>
diff --git a/layouts/ftpserver/baseof.html b/layouts/ftpserver/baseof.html
index 922de10e1..db10fe974 100644
--- a/layouts/ftpserver/baseof.html
+++ b/layouts/ftpserver/baseof.html
@@ -23,12 +23,14 @@
     <link href="/assets/css/ftpserver.css" rel="stylesheet" type="text/css"/>
 </head>
 <body>
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
 <div id="container">
     {{ partial "header.html" (dict "context" . "project" "ftpserver") }}
 
     <div id="content">
         <div id="leftColumn">
             <div id="navigation">
+                <a class="acevent" data-format="wide" data-width="170"></a>
                 <h5>Overview</h5>
                 <ul>
                     <li><a href="/ftpserver-project/index.html">Home</a> </li>
diff --git a/layouts/mina/baseof.html b/layouts/mina/baseof.html
index 05e47a8c2..dc6116998 100644
--- a/layouts/mina/baseof.html
+++ b/layouts/mina/baseof.html
@@ -23,12 +23,14 @@
     <link href="/assets/css/mina.css" rel="stylesheet" type="text/css"/>
 </head>
 <body>
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
 <div id="container">
     {{ partial "header.html" (dict "context" . "project" "mina") }}
 
     <div id="content">
         <div id="leftColumn">
             <div id="navigation">
+                <a class="acevent" data-format="wide" data-width="170"></a>
                 <h5>Latest Downloads</h5>
                 <ul>
                     <li><a href="/mina-project/downloads_2_0.html">Mina {{ .Site.Params.version_mina_2_0 }}</a></li>
diff --git a/layouts/sshd/baseof.html b/layouts/sshd/baseof.html
index adb5dc558..aef80afef 100644
--- a/layouts/sshd/baseof.html
+++ b/layouts/sshd/baseof.html
@@ -23,12 +23,14 @@
     <link href="/assets/css/sshd.css" rel="stylesheet" type="text/css"/>
 </head>
 <body>
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
 <div id="container">
     {{ partial "header.html" (dict "context" . "project" "sshd") }}
 
     <div id="content">
         <div id="leftColumn">
             <div id="navigation">
+                <a class="acevent" data-format="wide" data-width="170"></a>
                 <h5>Overview</h5>
                 <ul>
                     <li><a href="/sshd-project/index.html">Home</a> </li>
diff --git a/layouts/vysper/baseof.html b/layouts/vysper/baseof.html
index 555f395a3..76cddfe8b 100644
--- a/layouts/vysper/baseof.html
+++ b/layouts/vysper/baseof.html
@@ -23,12 +23,14 @@
     <link href="/assets/css/vysper.css" rel="stylesheet" type="text/css"/>
 </head>
 <body>
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
 <div id="container">
     {{ partial "header.html" (dict "context" . "project" "vysper") }}
 
     <div id="content">
         <div id="leftColumn">
             <div id="navigation">
+                <a class="acevent" data-format="wide" data-width="170"></a>
                 <h5>Overview</h5>
                 <ul>
                     <li><a href="/vysper-project/index.html">Home</a> </li>