diff options
author | Anatasof Wirapraja <anata@darapsa.co.id> | 2021-07-05 17:14:20 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anata@darapsa.co.id> | 2021-07-05 17:14:20 +0700 |
commit | b8b21dcb43063abb921d534b14559e495200342d (patch) | |
tree | 20af713dd0f0a62945d49286caceacbe073af275 /pages | |
parent | b1c42b07cac1398dbeb72bbb03f8e419a0780bcb (diff) |
add company description placeholder using startupsum
Diffstat (limited to 'pages')
-rw-r--r-- | pages/index.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/pages/index.html b/pages/index.html index 1d53644..212c802 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-2"> + <h1>__COMPANY__</h1> + </div> + <div class="container"> + <p class="text-muted">Strategy freemium early adopters social proof bandwidth. Vesting period pivot hackathon technology network effects release angel investor bootstrapping. Partner network market founders social media venture. Angel investor paradigm shift accelerator.</p> + </div> </div> </div> __BOTTOM__
\ No newline at end of file |