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

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

commit aed6b4e2347f9a75d03a88dedc93f4f3371ee9d1
Author: ocket8888 <[email protected]>
AuthorDate: Tue Sep 7 14:19:18 2021 -0600

    Add second event - atc summit Apr. 2018
---
 events/atc.spring.summit.april.2018/BXB Map.png | Bin 0 -> 490126 bytes
 events/atc.spring.summit.april.2018/index.html  | 214 ++++++++++++++++++++++++
 events/index.html                               |   1 +
 3 files changed, 215 insertions(+)

diff --git a/events/atc.spring.summit.april.2018/BXB Map.png 
b/events/atc.spring.summit.april.2018/BXB Map.png
new file mode 100644
index 0000000..48bc981
Binary files /dev/null and b/events/atc.spring.summit.april.2018/BXB Map.png 
differ
diff --git a/events/atc.spring.summit.april.2018/index.html 
b/events/atc.spring.summit.april.2018/index.html
new file mode 100644
index 0000000..d05ac6b
--- /dev/null
+++ b/events/atc.spring.summit.april.2018/index.html
@@ -0,0 +1,214 @@
+<!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, 
shrink-to-fit=no">
+       <title>Events - ATC Spring Summit April 2018</title>
+
+       <!-- Boostrap -->
+       <link rel="stylesheet"
+                 
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css";
+                 
integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4"
+                 crossorigin="anonymous">
+       <script defer 
src="https://use.fontawesome.com/releases/v5.0.10/js/all.js";
+                       
integrity="sha384-slN8GvtUJGnv6ca26v8EzVaR9DC58QEwsIk9q1QXdCU8Yu8ck/tL/5szYlBbqmS+"
+                       crossorigin="anonymous"></script>
+       <link rel="icon" type="image/png" href="/resources/favicon.png">
+       <style type="text/css">
+               img {
+                       max-width: 100%;
+               }
+
+               #hotel-split {
+                       display:  grid;
+                       background-color: #f4f5f7;
+                       padding: 5px;
+                       width: 100%;
+               }
+
+               @media(min-width: 1140px) {
+                       #hotel-split {
+                               grid-template-columns: 1fr 1fr;
+                               grid-column-gap: 15px;
+                       }
+               }
+               @media(max-width: 1139px) {
+                       #hotel-split {
+                               grid-template-rows: 1fr 1fr;
+                               grid-row-gap: 15px;
+                       }
+               }
+       </style>
+</head>
+<body>
+<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
+       <a class="navbar-brand" href="#">
+               <img id="fluo-img" height="40px" 
src="./resources/tc_logo_c_only.png" alt="Apache Traffic Control">
+       </a>
+       <button class="navbar-toggler" type="button" data-toggle="collapse" 
data-target="#navbarSupportedContent"
+                       aria-controls="navbarSupportedContent" 
aria-expanded="false" aria-label="Toggle navigation">
+               <span class="navbar-toggler-icon"></span>
+       </button>
+
+       <div class="collapse navbar-collapse" id="navbarSupportedContent">
+               <ul class="navbar-nav mr-auto">
+                       <li class="nav-item active">
+                               <a class="nav-link" href="#">Home <span 
class="sr-only">(current)</span></a>
+                       </li>
+                       <li class="nav-item">
+                               <a class="nav-link" 
href="/releases/">Releases</a>
+                       </li>
+                       <li class="nav-item">
+                               <a class="nav-link" 
href="docs//latest/index.html">Docs</a>
+                       </li>
+                       <li class="nav-item">
+                               <a class="nav-link" 
href="docs/latest/api/index.html">API</a>
+                       </li>
+                       <li class="nav-item">
+                               <a class="nav-link" 
href="https://github.com/apache/trafficcontrol/issues";>Issues</a>
+                       </li>
+                       <li class="nav-item">
+                               <a class="nav-link" 
href="https://github.com/apache/trafficcontrol";>Repo</a>
+                       </li>
+                       <li class="nav-item">
+                               <a class="nav-link" 
href="/security/">Security</a>
+                       </li>
+                       <li class="nav-item dropdown">
+                               <a class="nav-link dropdown-toggle" href="#" 
id="navbarDropdown" role="button" data-toggle="dropdown"
+                                  aria-haspopup="true" aria-expanded="false">
+                                       Community
+                               </a>
+                               <div class="dropdown-menu" 
aria-labelledby="navbarDropdown">
+                                       <a class="dropdown-item" 
href="https://s.apache.org/slack-invite"; 
target="_blank"><code>#traffic-control</code> on the ASF Slack</a>
+                                       <a class="dropdown-item"
+                                          
href="https://github.com/apache/trafficcontrol/blob/master/CONTRIBUTING.md";>Contributing</a>
+                                       <a class="dropdown-item" 
href="/mailing_lists/">Mailing Lists</a>
+                                       <a class="dropdown-item" 
href="https://github.com/apache/trafficcontrol/wiki/";>Wiki</a>
+                                       <a class="dropdown-item" 
href="https://www.youtube.com/channel/UC2zEj6sERinzx8w8uvyRBYg";>YouTube</a>
+                                       <a class="dropdown-item" 
href="https://twitter.com/trafficctrlcdn";>Twitter</a>
+                               </div>
+                       </li>
+                       <li class="nav-item">
+                               <a href="/events/" class="nav-link">Events</a>
+                       </li>
+               </ul>
+
+               <ul class="navbar-nav navbar-right">
+
+                       <li class="nav-item dropdown">
+                               <a class="nav-link dropdown-toggle" href="#" 
id="navbarDropdown" role="button" data-toggle="dropdown"
+                                  aria-haspopup="true" aria-expanded="false">
+                                       Apache Software Foundation<span 
class="caret"></span>
+                               </a>
+                               <div class="dropdown-menu" 
aria-labelledby="navbarDropdown">
+                                       <a class="dropdown-item" 
href="https://www.apache.org";>Apache Homepage</a>
+                                       <a class="dropdown-item" 
href="https://www.apache.org/licenses/";>License</a>
+                                       <a class="dropdown-item" 
href="https://www.apache.org/events/current-event";>Events</a>
+                                       <a class="dropdown-item" 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a>
+                                       <a class="dropdown-item" 
href="https://www.apache.org/security";>ASF Security</a>
+                                       <a class="dropdown-item" 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a>
+                                       <a class="dropdown-item" 
href="https://www.apache.org/foundation/policies/conduct";>Code of
+                                               Conduct</a>
+                               </div>
+                       </li>
+               </ul>
+       </div>
+</nav>
+
+<article class="container">
+       <h1>ATC Spring Summit April 2018</h1>
+       <ul>
+               <li>When: <time datetime="2018-04-24">April 24-25, 
2018</time></li>
+               <li>Where: <address>500 Beaver Brook Road, Boxborough MA 
01719</address></li>
+       </ul>
+       <img src="./BXB Map.png"/>
+       <h2>Directions to the meeting room</h2>
+       <p>Park in front building 500 and enter through the front doors. Check 
in with the lobby ambassador to receive a temporary badge and Wi-Fi 
credentials. The meeting will be in the Newburyport room. Proceed down the 
hallway between the entrance doors and the lobby desk. Newburyport will be on 
your right.</p>
+       <section>
+               <h2>Lodging</h2>
+               <div id="hotel-split">
+                       <aside>
+                       <h3>Recommended Hotels</h3>
+                       <section>
+                               <h4>Littleton, MA (10+ min from BXB)</h4>
+                               <ul>
+                                       <li>
+                                               <a 
href="http://www.marriott.com/hotels/travel/boslt-courtyard-boston-littleton/";>Courtyard
 Boston Littleton</a>
+                                               <a 
href="tel:1-978-440-5040">978-440-5040</a>
+                                               <address>
+                                                       <a 
href="https://maps.google.com/?q=102+Constitution+Ave&amp;entry=gmail&amp;source=g";>102
 Constitution Ave, @The Point, Littleton, MA</a>
+                                               </address>
+                                       </li>
+                               </ul>
+                       </section>
+                       <section>
+                               <h4>Westford, MA (20 min from BXB)</h4>
+                               <ul>
+                                       <li>
+                                               <a 
href="http://www.marriott.com/hotels/travel/bosrw-residence-inn-boston-westford/";>Residence
 Inn Westford</a>
+                                               <address>
+                                                       <a 
href="https://maps.google.com/?q=7+LAN+DRIVE,+Westford+MA+01886+USA&amp;entry=gmail&amp;source=g";>7
 LAN DRIVE, Westford MA 01886 USA</a>
+                                               </address>
+                                       </li>
+                                       <li>
+                                               <a 
href="http://hamptoninn3.hilton.com/en/hotels/massachusetts/hampton-inn-and-suites-westford-chelmsford-BOSWFHX/index.html";>Hampton
 Inn &amp; Suites Westford-Chelmsford</a>
+                                               <address>
+                                                       <a 
href="https://maps.google.com/?q=9+Nixon+Road,+Westford,+Massachusetts&amp;entry=gmail&amp;source=g";>9
 Nixon Road, Westford, Massachusetts</a>
+                                               </address>
+                                       </li>
+                                       <li>
+                                               <a 
href="http://www.westfordregency.com/";>Westford Regency</a>
+                                               <address>
+                                                       <a 
href="https://maps.google.com/?q=219+Littleton+Rd,+Westford+MA&amp;entry=gmail&amp;source=g";>219
 Littleton Rd, Westford MA</a>
+                                               </address>
+                                       </li>
+                               </ul>
+                       </section>
+                       <section>
+                               <h4>Marlborough, MA (20 min from BXB)</h4>
+                               <ul>
+                                       <li>Embassy Suites Boston - Marlborough
+                                               <address>
+                                                       <a 
href="https://maps.google.com/?q=123+Boston+Post+Rd+W+%0D%0A+%0D%0AMarlborough+MA+01752+USA&amp;entry=gmail&amp;source=g";>123
 Boston Post Rd W Marlborough MA 01752 USA</a>
+                                               </address>
+                                       </li>
+                                       <li>Residence Inn Boston Marlborough
+                                               <address>
+                                                       <a 
href="https://maps.google.com/?q=112+Donald+Lynch+Blvd+%0D%0A+%0D%0AMarlborough+MA+01752+USA&amp;entry=gmail&amp;source=g";>112
 Donald Lynch Blvd Marlborough MA 01752 USA</a>
+                                               </address>
+                                       </li>
+                               </ul>
+                       </section>
+                       <section>
+                               <h4>Concord, MA (15 min from BXB)</h4>
+                               <ul>
+                                       <li>
+                                               <a 
href="http://www.marriott.com/hotels/travel/bosrd-residence-inn-boston-concord/";>Residence
 Inn</a>
+                                               <address>
+                                                       <a 
href="https://maps.google.com/?q=320+Baker+Ave&amp;entry=gmail&amp;source=g";>320
 Baker Ave extension (just off Rt 2), Concord MA</a>
+                                               </address>
+                                       </li>
+                               </ul>
+                       </section>
+                       </aside>
+                       <aside>
+                               <iframe 
src="https://www.google.com/maps/d/embed?mid=1fvGzwfP8aMz_8ZeZ9AKmRq46lI8B7q8p"; 
width="700" height="500"></iframe>
+                       </aside>
+               </div>
+       </section>
+       <section>
+               <h2>Transportation</h2>
+               <p>A rental car is recommended as most hotels and restaurants 
are 10 - 20 minutes away from Cisco and Uber/Lyft/Taxis are not readily 
available.</p>
+       </section>
+       <section>
+               <h2>Schedule</h2>
+               <iframe 
src="https://docs.google.com/spreadsheets/d/e/2PACX-1vRKnNOuJzlzS6VRX4QECsogys36f-p-SUip5tUse855rNCTB5XX4QVTbZoUUA-H2u0UDEYoH4HSQhCB/pubhtml?gid=0&amp;single=true&amp;widget=true&amp;headers=false";
 width="800" height="800"></iframe>
+       </section>
+       <section>
+               <h2>Confirmed Attendees</h2>
+               <iframe 
src="https://docs.google.com/spreadsheets/d/e/2PACX-1vS06Pi0-hXVuR94dtvkS7ZrlxcO-Z-ku0x7gVPRl_ELX9jhy87JYh8lUPvKXZIGvbYhA7cLd7D3CXrR/pubhtml?gid=2131039437&amp;single=true&amp;widget=true&amp;headers=false";
 width="800" height="700" frameborder="0" marginheight="0" 
marginwidth="0"></iframe>
+       </section>
+</article>
+</body>
+</html>
diff --git a/events/index.html b/events/index.html
index 250885d..2c71afb 100644
--- a/events/index.html
+++ b/events/index.html
@@ -96,6 +96,7 @@
        <h1>Events</h1>
        <p>This page contains information about Traffic Control-related events, 
past and future.</p>
        <ul>
+               <li><a href="./atc.spring.summit.april.2018/">ATC Spring Summit 
April 2018</a></li>
                <li><a href="./atc.autumn.summit.october.2018/">ATC Autumn 
Summit October 2018</a></li>
        </ul>
 </div>

Reply via email to