added terms pages and a footer
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="app">
|
||||
<nav class="navbar navbar-expand-md navbar-light navbar-laravel">
|
||||
<nav class="navbar navbar-expand-md navbar-light page-navbar">
|
||||
<div class="container">
|
||||
<a class="navbar-brand" href="{{ url('/') }}">
|
||||
{{ config('app.name', 'Laravel') }}
|
||||
@@ -70,6 +70,20 @@
|
||||
<main class="py-4">
|
||||
@yield('content')
|
||||
</main>
|
||||
|
||||
<footer class="page-footer text-muted mt-2">
|
||||
<div class="container py-2 py-md-4">
|
||||
<ul class="d-flex p-0">
|
||||
<li class="d-inline-block mr-3"><a href="/about/privacy">Privacy Statement</a>
|
||||
<li class="d-inline-block mr-3"><a href="/about/terms">Terms of Service</a>
|
||||
</ul>
|
||||
<p>
|
||||
Maintained by <a href="https://www.ondrovo.com/">Ondřej Hruška</a>
|
||||
(<a href="mailto:ondra@ondrovo.com">ondra@ondrovo.com</a>).<br>
|
||||
Data tables are licensed CC0 (public domain), unless specified otherwise.
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user