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 2018/05/18 15:14:55 UTC

[1/2] incubator-trafficcontrol-website git commit: Remove base url to fix fontawesome

Repository: incubator-trafficcontrol-website
Updated Branches:
  refs/heads/asf-site 70d5f0059 -> 4e7195ca4


Remove base url to fix fontawesome


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/commit/c3017423
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/tree/c3017423
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/diff/c3017423

Branch: refs/heads/asf-site
Commit: c30174235587b5e13f62e9c2f134893ad50cab0b
Parents: 70d5f00
Author: Eric Friedrich <fr...@apache.org>
Authored: Fri May 18 11:07:12 2018 -0400
Committer: Eric Friedrich <fr...@apache.org>
Committed: Fri May 18 11:07:12 2018 -0400

----------------------------------------------------------------------
 private/index.html | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/blob/c3017423/private/index.html
----------------------------------------------------------------------
diff --git a/private/index.html b/private/index.html
index 22b65cc..b7d8876 100644
--- a/private/index.html
+++ b/private/index.html
@@ -1,7 +1,6 @@
 <!DOCTYPE html>
 <html lang="en">
   <head>
-    <base href="https://trafficcontrol.apache.org/private/">
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">    
@@ -60,7 +59,7 @@
               <a class="dropdown-item" href="/mailing_lists/">Mailing Lists</a>
               <a class="dropdown-item" href="https://cwiki.apache.org/confluence/display/TC/">Wiki</a>
               <a class="dropdown-item" href="https://www.youtube.com/channel/UC2zEj6sERinzx8w8uvyRBYg">YouTube</a>
-              <a class="dropdown-item" href="https://www.twitter.com/">Twitter</a>
+              <a class="dropdown-item" href="https://twitter.com/trafficctrlcdn">Twitter</a>
             </div>
 	  </li>
 	</ul>
@@ -90,7 +89,7 @@
 	<p class="lead">Apache Traffic Control &trade; allows you to build a large scale content delivery network using open source. Built around Apache Traffic Server as the caching software, Traffic Control implements all the core functions of a modern CDN.</p>
 	<a style="margin-right: 20px" href="/releases/" class="btn btn-success btn-sm navbar-btn"><i class="fa fa-download fa-lg"></i> Download</a>
 	<a style="margin-right: 20px" href="https://github.com/apache/incubator-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/apachetrafficcontrol" target="_blank" class="btn btn-primary btn-sm navbar-btn"><i class="fab fa-twitter fa-lg"></i> Follow</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>
       </div> <!-- End Jumbotron -->
 
       <div class="row">


[2/2] incubator-trafficcontrol-website git commit: Remove TM

Posted by fr...@apache.org.
Remove TM


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/commit/4e7195ca
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/tree/4e7195ca
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/diff/4e7195ca

Branch: refs/heads/asf-site
Commit: 4e7195ca445d1f7c2c2948c03320d98ae1c097d0
Parents: c301742
Author: Eric Friedrich <fr...@apache.org>
Authored: Fri May 18 11:14:49 2018 -0400
Committer: Eric Friedrich <fr...@apache.org>
Committed: Fri May 18 11:14:49 2018 -0400

----------------------------------------------------------------------
 private/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/blob/4e7195ca/private/index.html
----------------------------------------------------------------------
diff --git a/private/index.html b/private/index.html
index b7d8876..5e18cbd 100644
--- a/private/index.html
+++ b/private/index.html
@@ -86,7 +86,7 @@
     <div class="container">
       <div class="jumbotron" style="text-align: center;">
 	<div class="mx-auto"><img src="./resources/Traffic-Control-Logo-FINAL-Black-Text.png" alt="Apache Traffic Control" height="200px"/></div>
-	<p class="lead">Apache Traffic Control &trade; allows you to build a large scale content delivery network using open source. Built around Apache Traffic Server as the caching software, Traffic Control implements all the core functions of a modern CDN.</p>
+	<p class="lead">Apache Traffic Control allows you to build a large scale content delivery network using open source. Built around Apache Traffic Server as the caching software, Traffic Control implements all the core functions of a modern CDN.</p>
 	<a style="margin-right: 20px" href="/releases/" class="btn btn-success btn-sm navbar-btn"><i class="fa fa-download fa-lg"></i> Download</a>
 	<a style="margin-right: 20px" href="https://github.com/apache/incubator-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>