Sprucing up homepage, real e-mail

This commit is contained in:
Ben Ramey
2014-03-25 22:10:41 -05:00
parent b9917e6027
commit 467a966bc8
4 changed files with 60 additions and 61 deletions

View File

@@ -1,7 +1,7 @@
doctype html
html(lang="en",ng-app="lunchApp")
head
title Prandium
title Lunch Run Me!
meta(charset='utf-8')
meta(http-equiv="X-UA-Compatible",content="IE-edge")
meta(name="viewport",content="width=device-width,initial-scale=1")
@@ -17,11 +17,11 @@ html(lang="en",ng-app="lunchApp")
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
body
#page
#page.container
#main-cell
header
h1 Prandium
small ...where lunch runs are fun
header.page-header
h1.text-center Lunch Run Me!
small &nbsp;...where lunch runs are fun
div(ng-view)