Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkon authored Dec 28, 2023
1 parent ac635d9 commit 175cf60
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Tracker — Yep!</title>
<title>Yep! Tracker</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link href="style.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
Expand All @@ -16,7 +16,9 @@
<div class="col-10 col-sm-8 col-lg-6">
</div>
<div class="col-lg-6">
<h1 class="display-4 fw-bold lh-1 mb-3">Tracker<small class="display-6 fw-bold"> — Yep!</small></h1>
<h1 class="display-3 fw-bold lh-1 mb-3">Yep!
<small class="display-6 fw-bold">Tracker</small>
</h1>
<p class="lead">Trello power-up for time tracking.</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
</div>
Expand Down

0 comments on commit 175cf60

Please sign in to comment.