Skip to content

Commit

Permalink
fix: Hero text color restored to white and layouts fixed
Browse files Browse the repository at this point in the history
Fixes the items that were supposed to be set as a row of three on wider
screens. Also fixes the video width, so that it doesn't run of the side
of the browser.
  • Loading branch information
neomorphic committed Sep 23, 2024
1 parent 7432d1a commit 654a94a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions content/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
linkTitle = "HortaCloud"
+++

{{< blocks/cover title="HORTACLOUD" image_anchor="top" height="full" color="orange" >}}
{{< blocks/cover title="HORTACLOUD" image_anchor="top" height="full" color="dark" >}}
<div class="mx-auto">
<p class="lead display-4 mb-5">Collaborative neuron annotation in the cloud</p>
<a class="btn btn-lg btn-primary mr-3 mb-4" href="{{< relref "/docs" >}}">
Expand All @@ -20,7 +20,7 @@
{{% blocks/lead color="primary" %}}

<div class="mx-auto">
<video autoplay="true" loop="true" class="embed-responsive" style="padding: 0pt 20pt 10pt 0pt;">
<video autoplay="true" loop="true" class="embed-responsive" style="padding: 0pt 20pt 10pt 0pt; max-width:100%">
<source src="vnc-movie.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
Expand All @@ -29,7 +29,7 @@
HortaCloud software provides an efficient production environment for collaborative and accurate reconstruction of long range projection neurons in light microscopy data. This software, originally developed for Janelia's MouseLight Team Project, has allowed annotators to efficiently reconstruct entire axonal arbors of individual neurons from whole-brain light microscopy data.
{{% /blocks/lead %}}

{{< blocks/section color="dark" >}}
{{< blocks/section color="dark" type="row" >}}
{{% blocks/feature icon="fas fa-cloud-upload-alt" title="Automated deployment" url1="/docs/deployment" %}}
Using the AWS CDK, you or your system administrator can <a href="docs/administration/deployment/aws_cloud/">easily deploy</a> the entire software stack to an AWS Account with a single installation script.
{{% /blocks/feature %}}
Expand All @@ -45,7 +45,6 @@
{{< /blocks/section >}}



{{< blocks/section >}}
<div class="col">
<h1 class="text-center pb-4">The Next-Generation Platform for Neuron Tracing</h1>
Expand Down Expand Up @@ -98,7 +97,7 @@ <h2>Software architecture</h2>
{{< /blocks/section >}}


{{< blocks/section >}}
{{< blocks/section type="row" >}}

{{% blocks/feature icon="fas fa-microscope" title="Open Science" url="/community/" %}}
In support of Open Science, Janelia's MouseLight project has shared all of their code and data with the scientific community. We have started the <a href="/community/">HortaCloud community</a> as a way to share this software platform and allow others to leverage and extend it.
Expand Down

0 comments on commit 654a94a

Please sign in to comment.