-
Notifications
You must be signed in to change notification settings - Fork 0
/
showcase.njk
35 lines (35 loc) · 1.09 KB
/
showcase.njk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
layout: base.njk
title: Showcasing
stylesheetPath: "/style/showcase.css"
---
<section>
<h2>Immerse's projects</h2>
<p>Here are some of what members of Immerse have made. if you want to make something similar
please apply <a href="apply.html">here</a>
</p>
</section>
<div class="videos">
<video autoplay muted loop>
<source src="/img/logo_lys_video.mp4" type="video/mp4">
</video>
<img src="/img/vinter_wip.png" />
</div>
<div class="videos">
<video autoplay muted loop>
<source src="/img/ball_maze.mp4" type="video/mp4">
</video>
<video autoplay muted loop>
<source src="/img/rolly_bally.mp4" type="video/mp4">
</video>
</div>
<div id="external_link_container">
<section id="itch_section">
<h2>Itch.io</h2>
<p><a href="https://thegenerate.itch.io/">Go ahead and try a game made by the founder of Immerse.</a></p>
</section>
<section id="github_section">
<h2>Github</h2>
<p><a href="https://github.com/Immerse-NTNU">Keep updated on Immerse's open source projects</a></p>
</section>
</div>