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 885a63b commit 3c2ccdb
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,18 @@
<link href="https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400;0,800;1,400;1,800&display=swap" rel="stylesheet">
</head>
<body>

<div class="container col-xxl-8 px-4 py-5">
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
<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">Yep! Tracker</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>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
</body>
</html>

0 comments on commit 3c2ccdb

Please sign in to comment.