mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
(Feature) Boids: Add boids animation to Particiapte header
This commit is contained in:
parent
d2eea20612
commit
fd0251c24d
3 changed files with 312 additions and 5 deletions
|
@ -1,11 +1,14 @@
|
|||
<div class="hero" id="hero">
|
||||
<div id="background-video">
|
||||
<div class="hero hero--space" id="hero">
|
||||
<!-- <div id="background-video">
|
||||
<video loop autoplay width="100%" height="auto" poster="{{ base }}/assets/img/hero/{% t pages.participate.hero-image %}" class="background-video">
|
||||
<!-- <source src="assets/videos/Home-BG.m4v" type="video/mp4">
|
||||
<source src="assets/videos/Home-BG.m4v" type="video/mp4">
|
||||
<source src="assets/videos/Home-BG.webm" type="video/webm">
|
||||
<source src="assets/videos/Home-BG" type="video/ogg"> -->
|
||||
<source src="assets/videos/Home-BG" type="video/ogg">
|
||||
</video>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<!-- Boids -->
|
||||
<canvas id="canvas"></canvas>
|
||||
|
||||
<!-- Navigation -->
|
||||
{% include nav-desktop.html %}
|
||||
|
@ -21,4 +24,7 @@
|
|||
<a href="#participate-budgets" class="btn-blue-solid">{% t pages.participate.hero-funding-btn %}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Hero stripe -->
|
||||
<div class="hero__stripe"></div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue