setting up footables for flight data
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 16 Mar 2016 13:51:08 +0000 (09:51 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 16 Mar 2016 13:51:08 +0000 (09:51 -0400)
front-page.php

index 55ecba5..fb24c01 100644 (file)
         <div id="arrival" class="row">
             <div class="small-12 columns">
                 <h1>Arrivals:</h1>
-                
+                <table class="footable arrival">
+                    <thead>
+                        <tr>
+                            <th> From </th>
+                            <th> Flight </th>
+                            <th> Time </th>
+                            <th> Status </th>
+                       </tr> 
+                   </thead>
+                </table>
             </div>
         </div>
         <div id="depart" class="row">
             <div class="small-12 columns">
                 <h1>Departures:</h1>
-                
+                <table class="footable departure">
+                    <thead>
+                        <tr>
+                            <th> From </th>
+                            <th> Flight </th>
+                            <th> Time </th>
+                            <th> Status </th>
+                       </tr> 
+                   </thead>
+                </table>
             </div>
         </div>
     </div>