summaryrefslogtreecommitdiff
path: root/pages/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'pages/index.html')
-rw-r--r--pages/index.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/pages/index.html b/pages/index.html
index 1d53644..80d775a 100644
--- a/pages/index.html
+++ b/pages/index.html
@@ -2,8 +2,13 @@
<div class="container p-4">
<!-- Hero section -->
<div class="py-5">
- <img src="__IMAGE_DIR__/__LOGO__" width="80" height="80" class="rounded-circle d-inline-block align-top mr-2" alt="">
- <h1>__COMPANY__</h1>
+ <img src="__IMAGE_DIR__/__LOGO__" width="80" height="80" class="rounded d-inline-block align-top mr-2" alt="">
+ <div class="my-4">
+ <h1>__COMPANY__</h1>
+ </div>
+ <div class="container">
+ <p class="text-muted">Finding balance as a mother means accepting your imperfections 🍃</p>
+ </div>
</div>
</div>
__BOTTOM__ \ No newline at end of file