diff options
author | Anatasof Wirapraja <anata@darapsa.co.id> | 2021-07-05 17:12:59 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anata@darapsa.co.id> | 2021-07-05 17:12:59 +0700 |
commit | b1c42b07cac1398dbeb72bbb03f8e419a0780bcb (patch) | |
tree | c2811bd4544627d01828327de3422df538bb00b0 /pages | |
parent | 7284a9706f58be76714c85af4e5c480087c2b9e2 (diff) |
Revert "add startupsum as temporary description"
This reverts commit 7284a9706f58be76714c85af4e5c480087c2b9e2.
Diffstat (limited to 'pages')
-rw-r--r-- | pages/index.html | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/pages/index.html b/pages/index.html index 80d775a..1d53644 100644 --- a/pages/index.html +++ b/pages/index.html @@ -2,13 +2,8 @@ <div class="container p-4"> <!-- Hero section --> <div class="py-5"> - <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> + <img src="__IMAGE_DIR__/__LOGO__" width="80" height="80" class="rounded-circle d-inline-block align-top mr-2" alt=""> + <h1>__COMPANY__</h1> </div> </div> __BOTTOM__
\ No newline at end of file |