-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmedia.html
More file actions
46 lines (43 loc) · 2.86 KB
/
Copy pathmedia.html
File metadata and controls
46 lines (43 loc) · 2.86 KB
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
36
37
38
39
40
41
42
43
44
45
46
---
layout: default
title: FIFE Media
active: media
---
<h1 class="text-2xl font-bold mb-4">Screenshots</h1>
<div class="grid grid-cols-2 md:grid-cols-4 gap-4 mb-8">
<a href="img/screen1.png" class="glightbox"><img src="img/screen1_thumb.png" class="w-full rounded hover:opacity-80 transition"></a>
<a href="img/screen2.png" class="glightbox"><img src="img/screen2_thumb.png" class="w-full rounded hover:opacity-80 transition"></a>
<a href="img/screen3.jpg" class="glightbox"><img src="img/screen3_thumb.jpg" class="w-full rounded hover:opacity-80 transition"></a>
<a href="img/screen4.jpg" class="glightbox"><img src="img/screen4_thumb.jpg" class="w-full rounded hover:opacity-80 transition"></a>
<a href="img/screen6.jpg" class="glightbox"><img src="img/screen6_thumb.jpg" class="w-full rounded hover:opacity-80 transition"></a>
<a href="img/screen5.png" class="glightbox"><img src="img/screen5_thumb.png" class="w-full rounded hover:opacity-80 transition"></a>
<a href="img/screen7.png" class="glightbox"><img src="img/screen7_thumb.png" class="w-full rounded hover:opacity-80 transition"></a>
<a href="img/screen8.png" class="glightbox"><img src="img/screen8_thumb.png" class="w-full rounded hover:opacity-80 transition"></a>
<a href="img/screen9.png" class="glightbox"><img src="img/screen9.png" class="w-full rounded hover:opacity-80 transition"></a>
</div>
<h1 class="text-2xl font-bold mb-4">Zero-Projekt Youtube Channel</h1>
<div class="mb-8">
<p class="mb-2">Zero-Projekt is a game that was built with fife in 2010. Check out the videos they have posted!</p>
<a href="https://www.youtube.com/@ZeroProjektTV" class="text-blue-600 hover:underline block mb-2">https://www.youtube.com/@ZeroProjektTV</a>
<iframe width="560" height="315"
src="https://www.youtube.com/embed/bWK0-1Vf3ZM?enablejsapi=1"
title="Zero-Projekt Youtube Channel"
style="border:0;"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen>
</iframe>
</div>
<h1 class="text-2xl font-bold mb-4">Unknown-Horizons Youtube Channel</h1>
<div>
<p class="mb-2">Unknown Horizons is a 2D realtime strategy simulation with an emphasis on economy and city building.</p>
<a href="https://www.youtube.com/@UnknownHorizonsGame" class="text-blue-600 hover:underline block mb-2">https://www.youtube.com/@UnknownHorizonsGame</a>
<iframe width="560" height="315"
src="https://www.youtube.com/embed/_B6Ba4X9bao?enablejsapi=1"
title="Unknown Horizons 2010.1 - Multiplayer showcase"
style="border:0;"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen>
</iframe>
</div>