Skip to content

add video demo and analytics toolbench link #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
13 changes: 10 additions & 3 deletions FRESCO/static/FRESCO/css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,16 @@
}
}

/* Button Adjustment */
#notebook-link {
margin-top: -150px;
#call-to-action {
max-height: 80vh;
gap: 5%;
}

#button-stack {
flex-direction: column;
justify-content: space-between;
align-items: center;
height: 25%;
}

/* Image Styling */
Expand Down
Binary file added FRESCO/static/FRESCO/videos/Fresco Demo.mp4
Binary file not shown.
13 changes: 9 additions & 4 deletions FRESCO/templates/FRESCO/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,18 @@
<div class="line-divider"></div>
</div>


<div class="flex-container" id="notebook-link">
<p class="lead">
<div class="flex-container" id="call-to-action">
<div class="flex-container" id="button-stack">
<a href="https://www.jupyter.fresco-hpc.org/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fj-mckerracher%2Ffresco-updates&urlpath=lab%2Ftree%2Ffresco-updates%2F&branch=master"
class="btn btn-lg btn-secondary fw-bold border-white bg-white">Analytics Toolbench</a>
<a href="https://example.com"
class="btn btn-lg btn-secondary fw-bold border-white bg-white">FRESCO Data Repository</a>
</p>
</div>
<video controls width="50%">
<source src="{% static 'FRESCO/videos/Fresco Demo.mp4' %}" type="video/mp4">
</video>
</div>



{% endblock content %}