Skip to content

Commit

Permalink
Merge pull request #518 from grycap/devel
Browse files Browse the repository at this point in the history
Minor fix
  • Loading branch information
micafer authored Mar 12, 2024
2 parents 22f7832 + 9edb89a commit 1bcd38b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h2 class="section-heading text-center mb-4 font-weight-bold">About</h2>
<div class="row">
<div class="col-lg-2"></div>
<div class="col-lg-4">
<h5 class="text-justify">
<h5 style="text-align: justify;">
The IM Dashboard is designed to enable non advanced users to launch complex virtual infrastructures on top of
a wide range of cloud providers (<a href="https://aws.amazon.com/" target="_blank">AWS</a>, <a href="https://cloud.google.com/" target="_blank">
Google Cloud</a>, <a href="https://azure.microsoft.com/" target="_blank">Microsoft Azure</a>, <a href="https://www.egi.eu/services/cloud-compute/" target="_blank">EGI Cloud Computing</a>,
Expand All @@ -123,7 +123,7 @@ <h5 class="text-justify">
</h5>
</div>
<div class="col-lg-4">
<h5 class="text-justify">
<h5 style="text-align: justify;">
Then the IM service orchestrates the whole process: deployment of
cloud resources, configuration, software installation, monitoring and update of the virtual infrastructures.
If you want to know how to use it see <a href="https://youtu.be/vmtzGOZxiUg" target="_blank">this video</a>. More
Expand Down

0 comments on commit 1bcd38b

Please sign in to comment.