Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fix #518

Merged
merged 1 commit into from
Mar 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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