matteomanzo/Playlister

View on GitHub
views/partyGoer/thankYou.ejs

Summary

Maintainability
Test Coverage
<head>
    <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css">
  <link rel="stylesheet" href="/css/stylesheet.css">
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
</head>
<section class="container">
  <section class="center jumbotron" style="background:rgba(0, 0, 0, .8);margin-right:15%;margin-left:15%;">
<p id='thank-you'>Thanks, we've saved your party track choices for <%- ppPartyName %>
    on <%- ppPartyDate %></p>

<p>Ensure you download our app to your phone so your tracks get in when you turn up.</p>

<p>We'll use your email address (<%- email %>) to retrieve your tracks</p>
</section>
</section>