<?php

require_once 'database_access.php';
$q = new EventQuery();
$events = $q->orderByStartTime()->find();
?>
<!DOCTYPE html>
<html>
<head>
  <?php 
include_once 'basic_includes/sheets_and_scripts.php';
?>
  <title>RPI Wanna Hangout</title>

</head>
<body>
    <div id="index">
	<?php 
include 'basic_includes/navbar.php';
?>
 
    <div class="jumbotron jBack">
    <div class="container">
    <h1>Let's Hangout!</h1>
    <p>Easily find and share events occuring on or off campus. Connect with your classmates.</p>
        <p>Live. Learn. Experience.</p>
    <div class="btn-group" role="group" aria-label="...">
        <a class="btn btn-info" type="button" href="explore.php">Learn More</a>
        <a class="btn btn-info" type="button" href="events/create.php">Create an Event</a>
    </div>
	</div>