Skip to content

Commit bc77fb2

Browse files
committed
Added Graph video
1 parent e1ea5e2 commit bc77fb2

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,18 @@ <h2 class="title is-3">Results (Coming soon)</h2>
278278
</div>
279279
</section> -->
280280

281+
<section class="section" style="background-color: rgb(255, 255, 255);">
282+
<div class="container is-max-desktop">
283+
<div class="columns has-text-centered">
284+
<div class="column is-full-width">
285+
<video autoplay loop muted poster="" preload="none" style="width:100%;">
286+
<source src="./static/videos/only_graph.webm">
287+
</video>
288+
</div>
289+
</div>
290+
</div>
291+
</section>
292+
281293
<section class="section" style="background-color: rgb(252, 252, 252);">
282294
<div class="container is-max-desktop">
283295
<div class="columns has-text-centered">

static/videos/only_graph.webm

333 KB
Binary file not shown.

0 commit comments

Comments
 (0)