Skip to content

Commit

Permalink
Merge pull request #52
Browse files Browse the repository at this point in the history
SMS-88 update installation process on the website
  • Loading branch information
giorgimode authored Jan 18, 2023
2 parents cfe617b + 5440238 commit 166a0d2
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,20 @@ <h1>Sync Your Spotify Music to Your Slack Status</h1>
<section class="features-icons bg-light text-center">
<div class="container">
<div class="row">
<div class="col-lg-3">
<div class="features-icons-item mx-auto mb-0 mb-lg-3">
<div class="features-icons-icon d-flex">
<i class="icon-check m-auto text-primary"></i>
</div>
<h3>Easy 2-Step Setup</h3>
<div class="lead mb-0">
<ul style="text-align: left">
<li>Have the workplace admin enable the app</li>
<li>Install the app with a single click</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="features-icons-item mx-auto mb-5 mb-lg-0 mb-lg-3">
<div class="features-icons-icon d-flex">
Expand Down Expand Up @@ -87,19 +101,10 @@ <h3>Convenient</h3>
</div>
<h3>Interactive</h3>
<p class="lead mb-0">
Customize your experience by running <i>/spotme</i> command or by accessing app Home Tab
Customize your experience with <i>/spotme</i> command or by accessing app Home Tab
</p>
</div>
</div>
<div class="col-lg-3">
<div class="features-icons-item mx-auto mb-0 mb-lg-3">
<div class="features-icons-icon d-flex">
<i class="icon-check m-auto text-primary"></i>
</div>
<h3>One Click Setup</h3>
<p class="lead mb-0">Ready to go with just one click!</p>
</div>
</div>
</div>
</div>
</section>
Expand Down

0 comments on commit 166a0d2

Please sign in to comment.