Skip to content

Commit

Permalink
Several texts modified
Browse files Browse the repository at this point in the history
  • Loading branch information
gbayarri committed Jun 29, 2023
1 parent d0dffa0 commit 99008d7
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 10 deletions.
2 changes: 2 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ a {
a:hover {
color: #83c3a7;
}
a.white-link { color: #fff; }
a.white-link:hover { color: #cde8dc; }

a:not([href]):not([class]), a:not([href]):not([class]):hover {
color: inherit;
Expand Down
57 changes: 47 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,31 @@ <h2 class="page-section-heading text-center text-uppercase text-white">About</h2
<!-- Icon Divider-->
<div class="divider-custom divider-light">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fa-solid fa-comment-dots"></i></div>
<div class="divider-custom-icon"><i class="fa-solid fa-circle-info"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- About Section Content-->
<div class="row">
<div class="col-lg-4 ms-auto"><p class="lead">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus dictum libero ac magna ullamcorper mattis. Aliquam luctus enim vel risus consequat, tempus pharetra sapien dapibus. Cras sagittis vulputate scelerisque. Sed mollis consequat libero a pretium. Integer eu tellus blandit, fermentum velit vitae, rhoncus augue. Nam quis imperdiet arcu.</p></div>
<div class="col-lg-4 me-auto"><p class="lead">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus dictum libero ac magna ullamcorper mattis. Aliquam luctus enim vel risus consequat, tempus pharetra sapien dapibus. Cras sagittis vulputate scelerisque. Sed mollis consequat libero a pretium. Integer eu tellus blandit, fermentum velit vitae, rhoncus augue. Nam quis imperdiet arcu.</p></div>
<div class="col-lg-6 ms-auto">
<p class="lead">
<strong>Biomovies</strong> is a 3D biological structure <strong>video editor</strong>.
This <strong>cross-platform</strong>, open-source software allows the <strong>creation of movies</strong> starting from a 3D biological structure file.
Additionally, the application accepts <strong>trajectories</strong> coupled with its corresponding topology.
</p>
<p class="lead">
Thanks to its <strong>simplicity</strong> and the <strong>intuitive</strong> interface, users can build <strong>videos</strong> easily and quickly.
</p>
</div>
<div class="col-lg-6 me-auto">
<p class="lead">
The application allows the creation of <strong>low resolution</strong> and <strong>HD videos</strong> as well as <strong>animated images</strong>.
The projects can be <strong>saved</strong> for the sake of sharing or editing them later.
Templates can be <strong>exported</strong> too, allowing to apply the <strong>same edition</strong> to different biological structures.
</p>
<p class="lead">
The project provides a broad <a href="https://biomovies-documentation.readthedocs.io/en/latest" class="white-link" target="_blank">documentation</a> as well as <a href="#gallery" class="white-link">demonstration videos</a> and <a href="#tutorials" class="white-link">tutorials</a>.
</p>
</div>
</div>
</div>
</section>
Expand Down Expand Up @@ -169,8 +187,26 @@ <h2 class="page-section-heading text-center text-uppercase text-white">Help</h2>
</div>
<!-- About Section Content-->
<div class="row">
<div class="col-lg-6"><p class="lead">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus dictum libero ac magna ullamcorper mattis. Aliquam luctus enim vel risus consequat, tempus pharetra sapien dapibus. Cras sagittis vulputate scelerisque. Sed mollis consequat libero a pretium. Integer eu tellus blandit, fermentum velit vitae, rhoncus augue. Nam quis imperdiet arcu.</p></div>
<div class="col-lg-6"><p class="lead">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus dictum libero ac magna ullamcorper mattis. Aliquam luctus enim vel risus consequat, tempus pharetra sapien dapibus. Cras sagittis vulputate scelerisque. Sed mollis consequat libero a pretium. Integer eu tellus blandit, fermentum velit vitae, rhoncus augue. Nam quis imperdiet arcu.</p></div>
<div class="col-lg-2"></div>
<div class="col-lg-8">
<p class="lead">
How to <a href="https://biomovies-documentation.readthedocs.io/en/latest" class="white-link" target="_blank">install the binary</a>?
Which are the <a href="https://biomovies-documentation.readthedocs.io/en/latest" class="white-link" target="_blank">hardware requirements</a>?
Is it easy to <a href="https://biomovies-documentation.readthedocs.io/en/latest" class="white-link" target="_blank">start a new project</a>?
And to <a href="https://biomovies-documentation.readthedocs.io/en/latest" class="white-link" target="_blank">export the videos</a>?
How the <a href="https://biomovies-documentation.readthedocs.io/en/latest" class="white-link" target="_blank">timeline</a> is working?
Can I <a href="https://biomovies-documentation.readthedocs.io/en/latest" class="white-link" target="_blank">modify the representation</a> of the molecule?
How about the <a href="https://biomovies-documentation.readthedocs.io/en/latest" class="white-link" target="_blank">trajectories</a>, can
I <a href="https://biomovies-documentation.readthedocs.io/en/latest" class="white-link" target="_blank">custom</a> their behaviour?
Does it really worth it to export a <a href="https://biomovies-documentation.readthedocs.io/en/latest" class="white-link" target="_blank">template</a>?
Where do I find the <a href="https://biomovies-documentation.readthedocs.io/en/latest" class="white-link" target="_blank">Frequently Asked Questions</a>,
the application <a href="https://biomovies-documentation.readthedocs.io/en/latest" class="white-link" target="_blank">shortcuts</a> or
some <a href="https://biomovies-documentation.readthedocs.io/en/latest" class="white-link" target="_blank">tips</a> for getting the most out of the software?
</p>
<p class="lead">
Don't worry, the project provides a <strong>broad documentation</strong> accessible clicking the button below:
</p>
</div>
</div>

<div class="text-center mt-4">
Expand All @@ -195,9 +231,10 @@ <h2 class="page-section-heading text-center text-uppercase text-secondary mb-0">
<!-- Download Section Content-->
<div class="row">
<div class="col-lg-12">
<p class="lead">Click the buttons below to download the multiple platform binaries of the <strong>Biomovies</strong> software.
<p class="lead">Click the buttons below to <strong>download</strong> the multiple platform binaries of the <strong>Biomovies</strong> software.
<!-- TODO WHEN PUBLIC REPO -->
<!--Latest version is <span class="badge badge-danger">v<span class="version"></span>-->
<!--<strong>Latest version</strong> is <span class="badge badge-danger">v<span class="version"></span></span>. <br>-->
Please visit the <a href="https://biomovies-documentation.readthedocs.io/en/latest/installation.html" target="_blank">installation section</a> of the documentation after downloading the corresponding binary.
</p>
</div>
</div>
Expand All @@ -207,7 +244,7 @@ <h2 class="page-section-heading text-center text-uppercase text-secondary mb-0">
<div class="text-center mt-4">
<a class="btn btn-xl btn-outline-primary disabled btn-download" id="intel-dmg" href="#!">
<i class="fa-brands fa-apple"></i>
macOS Intel
macOS Universal
</a>
</div>

Expand Down Expand Up @@ -236,7 +273,7 @@ <h2 class="page-section-heading text-center text-uppercase text-secondary mb-0">

<!-- Download Section Content-->
<div class="row mt-5">
<div class="col-lg-12"><p class="lead">In order to check older versions of the <strong>Biomovies</strong> software, please select them in the dropdown menu:</p></div>
<div class="col-lg-12"><p class="lead">Older versions of the <strong>Biomovies</strong> software are available in this dropdown menu:</p></div>
</div>

<div class="row mt-2">
Expand All @@ -248,7 +285,7 @@ <h2 class="page-section-heading text-center text-uppercase text-secondary mb-0">
<div class="col-xl-7 col-lg-8" id="sec-assets" style="display: flex; justify-content: space-between; display: none;">
<a class="btn btn-xs btn-outline-secondary disabled btn-download-sec" id="intel-dmg-sec" href="#!">
<i class="fa-brands fa-apple"></i>
macOS Intel
macOS Universal
</a>
<a class="btn btn-xs btn-outline-secondary disabled btn-download-sec" id="arm64-dmg-sec" href="#!">
<i class="fa-brands fa-apple"></i>
Expand Down

0 comments on commit 99008d7

Please sign in to comment.