You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2016/11/01 21:46:30 UTC

incubator-trafficcontrol-website git commit: adds traffic portal dir

Repository: incubator-trafficcontrol-website
Updated Branches:
  refs/heads/asf-site 917167253 -> c7e1f0351


adds traffic portal dir


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/c7e1f035
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/tree/c7e1f035
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/diff/c7e1f035

Branch: refs/heads/asf-site
Commit: c7e1f03519e0add46a42ea769a7d12ea61823af7
Parents: 9171672
Author: Jeremy Mitchell <je...@cable.comcast.com>
Authored: Tue Nov 1 15:46:18 2016 -0600
Committer: Jeremy Mitchell <je...@cable.comcast.com>
Committed: Tue Nov 1 15:46:18 2016 -0600

----------------------------------------------------------------------
 traffic_portal/index.html | 56 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 56 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/blob/c7e1f035/traffic_portal/index.html
----------------------------------------------------------------------
diff --git a/traffic_portal/index.html b/traffic_portal/index.html
new file mode 100644
index 0000000..6ad8717
--- /dev/null
+++ b/traffic_portal/index.html
@@ -0,0 +1,56 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <title>Traffic Stats</title>
+
+    <!-- Bootstrap -->
+    <link href="../css/bootstrap.min.css" rel="stylesheet">
+    <link href="../css/home.css" rel="stylesheet">
+
+  </head>
+  <body>
+    <div class="bkgdWrapper">
+      
+    </div>
+    <div class="appWrapper">
+      <div class="appHeader">
+            <div class="applogo"></div>
+              <div class="navWrapper">
+                <ul>
+                  <li class="navMain"><a href="../downloads/index.html">DOWNLOADS</a></li>
+                  <li class="navMain"><a href="../docs/latest/faq/index.html">FAQ</a></li>
+                  <li class="navMain"><a href="https://groups.google.com/forum/#!forum/traffic_control">ASK A QUESTION</a></li>
+                  <li class="navMain"><a href="https://github.com/Comcast/traffic_control">GIT</a></li>
+                  <li class="navMain"><a href="../docs/latest/index.html">DOCUMENTATION</a></li>
+                  <li class="navMain"><a href="../index.html">HOME</a></li>
+                </ul>
+              </div>
+        </div>
+
+    <table class="tableMain" cellpadding="10">
+    <tr>
+    <td class="tableMainCell"><img src="../images/traffic_portal_logo.png"></td>
+    <td class="tableMainCell"></td>
+    <td class="tableMainCell"></td>
+    </tr><tr>
+    <td class="tableMainCell"></td>
+    <td class="tableMainCell" valign="top">Documentation:</td>
+    <td class="tableMainCell">
+      <a href="../docs/latest/overview/traffic_portal.html">Overview</a><br>
+      <a href="../docs/latest/admin/traffic_portal.html">Administration</a><br>
+      <a href="../docs/latest/development/traffic_portal.html">Development</a><br>
+      <a href="../docs/latest/search.html?q=traffic+portal&check_keywords=yes&area=default">Search Documentation</a>
+    </td>
+    <td>
+    </td>
+    <td  class="tableMainCell" valign="top">Builds:</td>
+    <td>
+    TBD
+    </td>
+    </tr>
+    </table>
+  </body>
+</html>