-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (35 loc) · 2.22 KB
/
index.html
File metadata and controls
35 lines (35 loc) · 2.22 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
<html>
<head>
<title>Caps Collective</title>
<link rel="shortcut icon" type="image/jpg" href="favicon.ico"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="common.css">
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
<div class="container text-centre">
<a href=".">
<img src="res/img/cc_header.png" class="grow-on-hover" />
</a>
<br/>
<h2>We're an Australian indie dev collective composed of programmers, artists, musicians, and designers, comitted to making <a href="https://capscollective.itch.io" target="_blank">games</a>, maintaining <a href="https://github.com/CapsCollective" target="_blank">open-source projects</a>, writing <a href="https://capscollective.com/blog/">blog posts</a>, posting on <a rel="me" href="https://bsky.app/profile/capscollective.com" target="_blank">Bluesky</a> and <a rel="me" href="https://mastodon.social/@capscollective" target="_blank">Mastodon</a>...</h2>
<br/>
<h1>and we made...</h1>
<br/>
<a href="ftrm"><img src="res/img/ftrm/ftrm_logo.png" class="grow-on-hover" /></a>
<br/>
<div class="container">
<div class="video-embed">
<iframe src="https://www.youtube.com/embed/L_dUBijjNOM" title="Youtube trailer for FTRM" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<iframe frameborder="0" src="https://itch.io/embed/634913?border_width=0&bg_color=282e39&fg_color=eeeeee&border_color=282e39" width="100%" height="165"><a href="https://capscollective.itch.io/ftrm">Fantasy Town Regional Manager by Caps Collective</a></iframe>
<iframe src="https://store.steampowered.com/widget/1524530/" frameborder="0" width="100%" height="190"></iframe>
</div>
<br/>
<h2>Contact us via <a href="" onclick="openEmail(); return false;">email</a>, follow us on <a rel="me" href="https://bsky.app/profile/capscollective.com" target="_blank">Bluesky</a> or <a href="https://mastodon.social/@capscollective" target="_blank">Mastodon</a>, and join us on <a href="https://discord.gg/Nnqd4YSdXN" target="_blank">Discord</a></h2>
</div>
<br/>
<br/>
</body>
</html>