You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by fr...@apache.org on 2021/03/18 01:14:02 UTC

[trafficcontrol-website] 01/01: Added apachecon banner to footer

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

friede pushed a commit to branch apachecon_banner
in repository https://gitbox.apache.org/repos/asf/trafficcontrol-website.git

commit 90099e72b0af750ded8203efab116e94889e3ee3
Author: efriedrich <er...@disneystreaming.com>
AuthorDate: Wed Mar 17 21:13:42 2021 -0400

    Added apachecon banner to footer
---
 index.html | 51 ++++++++++++++++++++++++++-------------------------
 1 file changed, 26 insertions(+), 25 deletions(-)

diff --git a/index.html b/index.html
index 3cd5e2e..0752c40 100644
--- a/index.html
+++ b/index.html
@@ -100,8 +100,9 @@
                 class="fa fa-download fa-lg"></i> Download</a>
         <a style="margin-right: 20px" href="https://github.com/apache/trafficcontrol" target="_blank"
            class="btn btn-dark btn-sm navbar-btn"><i class="fab fa-github fa-lg"></i> GitHub</a>
-        <a href="https://twitter.com/trafficctrlcdn" target="_blank" class="btn btn-primary btn-sm navbar-btn"><i
-                class="fab fa-twitter fa-lg"></i> Follow</a>
+        <a style="margin-right: 20px" href="https://twitter.com/trafficctrlcdn" target="_blank"
+	   class="btn btn-primary btn-sm navbar-btn"><i class="fab fa-twitter fa-lg"></i> Follow</a>
+
     </div> <!-- End Jumbotron -->
 
     <div class="row">
@@ -249,29 +250,29 @@
 
     <!-- Start Footer -->
     <div class="row">
-        <div class="col-sm-12 center-block">
-            <footer>
-                <hr/>
-                <p>
-                    <a href="https://www.apache.org/foundation/contributing">
-                        <img src="https://www.apache.org/images/SupportApache-small.png"
-                             id="asf-logo"
-                             height="100"
-                             alt="Apache"
-                             class="float-left"
-                             style="margin-right: 15px;"></a>
-
-                    Copyright &copy; 2020 <a
-                        href="https://www.apache.org">The&nbsp;Apache&nbsp;Software&nbsp;Foundation</a>.
-                    Licensed under the <a href="https://www.apache.org/licenses/">Apache&nbsp;License,&nbsp;Version&nbsp;2.0</a>
-                </p>
-                <p>
-                    ApacheĀ®, the names of Apache projects and their logos, and the multicolor feather
-                    logo are registered trademarks or trademarks of The Apache Software Foundation
-                    in the United States and/or other countries.
-                </p>
-            </footer>
-        </div>
+      <div class="col-sm-1 center-block">
+        <a href="https://www.apache.org/foundation/contributing">
+          <img src="https://www.apache.org/images/SupportApache-small.png"
+               id="asf-logo"
+               height="90"
+               alt="Support Apache Donation Link"></a>	
+      </div>
+      <div class="col-sm-10 center-block">
+        <p>Copyright &copy; 2021 <a href="https://www.apache.org">The Apache Software Foundation</a>.
+	  Licensed under the <a href="https://www.apache.org/licenses/">Apache&nbsp;License,&nbsp;Version&nbsp;2.0</a>
+	</p>
+        <p>ApacheĀ®, the names of Apache projects and their logos, and the multicolor feather
+           logo are registered trademarks or trademarks of The Apache Software Foundation
+          in the United States and/or other countries.
+	</p>  
+      </div>
+      <div class="col-sm-1 center-block">
+	<!-- ApacheCon / Apache Events banner -->
+        <script type="text/javascript"
+                src="https://www.apachecon.com/event-images/snippet.js"></script>
+        <a class="acevent" data-format="square" data-width="120"></a>	
+      </div>	
+    </div>
     </div>
 </div>