update page title to use app name
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>To Do App | Home</title>
|
||||
<title>BusketLisk • Home</title>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet"
|
||||
integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous" />
|
||||
<link rel="stylesheet" href="./css/styles.css" />
|
||||
@@ -50,7 +50,8 @@
|
||||
<section class="d-flex justify-content-center flex-column align-items-center bg-img text-center px-3">
|
||||
<h1 class="display-2 text-white">Stay organised with BucketLisk</h1>
|
||||
<p class="lead text-white-50 col-12 col-md-8 col-lg-6 mt-3">
|
||||
The simple, no-nonsense to-do app that keeps your team on track, from morning stand-up to end-of-quarter shipping.
|
||||
The simple, no-nonsense to-do app that keeps your team on track, from morning stand-up to end-of-quarter
|
||||
shipping.
|
||||
</p>
|
||||
<div class="d-flex justify-content-center align-items-center gap-3 mt-4 flex-wrap">
|
||||
<a href="./dashboard.html" class="btn btn-primary btn-lg px-5">Try it for free</a>
|
||||
@@ -102,9 +103,11 @@
|
||||
When you're done, tick it off and move it to the completed column to keep the momentum going.
|
||||
</p>
|
||||
<ul class="list-unstyled">
|
||||
<li class="mb-2"><img src="./images/Tick.svg" alt="" width="18" class="me-2">Sort by due date or created date</li>
|
||||
<li class="mb-2"><img src="./images/Tick.svg" alt="" width="18" class="me-2">Sort by due date or created
|
||||
date</li>
|
||||
<li class="mb-2"><img src="./images/Tick.svg" alt="" width="18" class="me-2">Edit any task inline</li>
|
||||
<li class="mb-2"><img src="./images/Tick.svg" alt="" width="18" class="me-2">Works on desktop, tablet and mobile</li>
|
||||
<li class="mb-2"><img src="./images/Tick.svg" alt="" width="18" class="me-2">Works on desktop, tablet and
|
||||
mobile</li>
|
||||
</ul>
|
||||
<a href="./dashboard.html" class="btn btn-primary px-4 mt-3">Open the dashboard</a>
|
||||
</div>
|
||||
@@ -160,7 +163,8 @@
|
||||
<div class="container py-5">
|
||||
<div class="rounded shadow bg-translucent p-4 p-lg-5 col-12 col-lg-8 mx-auto text-white text-center">
|
||||
<p class="fs-4 fst-italic mb-4">
|
||||
"We switched our whole team over in a week. Everyone actually uses it, and that's the first time I've ever said that about a task tool."
|
||||
"We switched our whole team over in a week. Everyone actually uses it, and that's the first time I've ever
|
||||
said that about a task tool."
|
||||
</p>
|
||||
<p class="mb-0"><strong>Jamie L.</strong></p>
|
||||
<p class="text-white-50 mb-0">Operations Lead, Greenfield Studio</p>
|
||||
@@ -217,4 +221,4 @@
|
||||
crossorigin="anonymous"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
Reference in New Issue
Block a user