-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (52 loc) · 1.88 KB
/
index.html
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
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Furigam</title>
<link rel="icon" type="image/png" href="assets/favi.png">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<a rel="me" href="https://mastodon.gamedev.place/@harper"></a>
<nav>
<a class="logo" href="index.html"><img class="logo" src="assets/logo.png"></img></a>
<ul class="nav-list">
<li><a href="index.html">Home</a></li>
<li><a href="games.html">Games</a></li>
<li><a href="about-us.html">About Us</a></li>
</ul>
</nav>
</header>
<div class="games-banner">
<a href="https://harperbolic.itch.io/intrusion" target="_blank">
<img src="assets/game-banners/intrusion-banner.png" class="game-banner"></img>
</a>
</div>
<div class="games-box">
<a href="https://astrocat-studio.itch.io/devils-corp" target="_blank">
<img src="assets/game-banners/dc-banner.png" class="game-item"></img>
</a>
<a href="https://harperbolic.itch.io/lens" target="_blank">
<img src="assets/game-banners/lens-banner.png" class="game-item"></img>
</a>
</div>
<div class="video-container">
<video autoplay muted loop>
<source src="assets/movie.webm" type="video/webm" />
</video>
</div>
<div id="center">
<p class="text-index"><b>Furigam</b> is a game studio focused on turning ideas into great experiences. We offer specialized services in music, programming, and game direction. <b>Join us in exploring a world of fun and creativity!</b></p>
</div>
<footer>
<div id="footer-content">
<h3 class="footer-text">Contact</h3>
<p class="email-text">contact@furigam.com</p>
<p class="copyright">© Copyright 2024, Furigam</p>
</div>
</footer>
</body>
</html>