Repository: incubator-trafficcontrol-website
Updated Branches:
  refs/heads/asf-site ea1bff7a4 -> 3116f7c7b


Add events link


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

Branch: refs/heads/asf-site
Commit: 3116f7c7b28d8371f65890dfca2e88fb8b89ce84
Parents: ea1bff7
Author: Jan van Doorn <jan_vando...@comcast.com>
Authored: Tue Feb 20 15:40:39 2018 -0700
Committer: Jan van Doorn <jan_vando...@comcast.com>
Committed: Tue Feb 20 15:40:39 2018 -0700

----------------------------------------------------------------------
 events/current-event/index.html | 55 ++++++++++++++++++++++++++++++++++++
 1 file changed, 55 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/blob/3116f7c7/events/current-event/index.html
----------------------------------------------------------------------
diff --git a/events/current-event/index.html b/events/current-event/index.html
new file mode 100644
index 0000000..ab462bf
--- /dev/null
+++ b/events/current-event/index.html
@@ -0,0 +1,55 @@
+<!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 Control</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="../../security/index.html">SECURITY</a></li>
+                  <li class="navMain"><a 
href="../../downloads/index.html">DOWNLOADS</a></li>
+                  <li class="navMain"><a 
href="https://github.com/apache/incubator-trafficcontrol";>GIT</a></li>
+                  <li class="navMain"><a 
href="http://traffic-control-cdn.readthedocs.io/en/latest/index.html";>DOCS</a></li>
+                  <li class="navMain"><a 
href="../../ask/index.html">INFO</a></li>
+                  <li class="navMain"><a 
href="../../index.html">HOME</a></a></li>
+                </ul>
+              </div>
+        </div>
+
+       <hr/>
+    <p class="sectionContainer">
+       <br><br>
+       See our <a 
href="https://cwiki.apache.org/confluence/display/TC/Events";>section on events 
on the wiki</a>
+       <br><br>
+    </p>
+
+  <div id='footer' class='footer'>
+    <a href="http://incubator.apache.org/"; target="_blank"><img 
src="../../images/incubator_logo_bw.png" alt="" height=120/></a>
+    <br/>
+      <p>
+        Apache Traffic Control is an effort undergoing Incubation at The 
Apache Software Foundation (ASF), sponsored by the Incubator.
+        Incubation is required of all newly accepted projects until a further 
review indicates that the infrastructure, communications, and decision making 
process have stabilized in a manner consistent with other successful ASF 
projects.
+        While incubation status is not necessarily a reflection of the 
completeness or stability of the code, it does indicate that the project has 
yet to be fully endorsed by the ASF.
+        <br>
+      </p>
+      <p>
+      <p>
+        Copyright &copy; 2016-2018 <a href='http://www.apache.org/'>The Apache 
Software Foundation</a>
+        <br>Apache and the Apache feather logo are trademarks of The Apache 
Software Foundation.
+      </p>
+  </div>
+       </div>
+  </body>
+</html>

Reply via email to