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

grobmeier pushed a commit to branch jekyll
in repository https://gitbox.apache.org/repos/asf/logging-site.git


The following commit(s) were added to refs/heads/jekyll by this push:
     new 42329f0d removed unnecessary tags
42329f0d is described below

commit 42329f0dba30b2bfb9b2401a8405022e890e2486
Author: Christian Grobmeier <c...@grobmeier.de>
AuthorDate: Thu Oct 12 17:22:52 2023 +0200

    removed unnecessary tags
---
 index.html | 44 ++++++++++++++++++++------------------------
 1 file changed, 20 insertions(+), 24 deletions(-)

diff --git a/index.html b/index.html
index a7ee8d08..cdf86bb2 100644
--- a/index.html
+++ b/index.html
@@ -18,29 +18,25 @@
 
 layout: default
 ---
-<div class="container">
-<div class="content">
-  <div class="hero-unit">
-    <div class="pull-right"><img class="logo" src="img/feather.gif" /></div>
-    <h1>Apache Logging Services</h1>
-    <p>The Apache Logging Services Project creates and maintains open-source 
software related to the logging of
-      application behavior and released at no charge to the public.</p>
-  </div>
 
-  <div class="projects">
-    {% for project in site.data.projects %}
-      {% if project.status == "active" %}
-      <div class="project">
-        <h2>{{project.name}}</h2>
-        <p>{{project.description}}</p>
-        <p><a target="_blank" class="btn" href="{{project.url}}">Project site 
&raquo;</a></p>
-      </div>
-      {% endif %}
-    {% endfor %}
-      <div class="project">
-        <p><a class="btn" href="dormant.html">See dormant projects 
&raquo;</a></p>
-      </div>
-  </div>
-
-  
+<div class="hero-unit">
+  <div class="pull-right"><img class="logo" src="img/feather.gif" /></div>
+  <h1>Apache Logging Services</h1>
+  <p>The Apache Logging Services Project creates and maintains open-source 
software related to the logging of
+    application behavior and released at no charge to the public.</p>
+</div>
 
+<div class="projects">
+  {% for project in site.data.projects %}
+    {% if project.status == "active" %}
+    <div class="project">
+      <h2>{{project.name}}</h2>
+      <p>{{project.description}}</p>
+      <p><a target="_blank" class="btn" href="{{project.url}}">Project site 
&raquo;</a></p>
+    </div>
+    {% endif %}
+  {% endfor %}
+    <div class="project">
+      <p><a class="btn" href="dormant.html">See dormant projects 
&raquo;</a></p>
+    </div>
+</div>

Reply via email to