-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgames.html
More file actions
73 lines (69 loc) · 2.95 KB
/
games.html
File metadata and controls
73 lines (69 loc) · 2.95 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en">
<head profile>
<title>alchemicode</title>
<link rel="icon" type="image/png" href="images/logos/alchemi.png">
<link rel="stylesheet" href="style.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-J13940R079">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-J13940R079');
</script>
</head>
<body>
<div class="glass">
<div id="header">
<a href="https://alchemicode.com" id="header_link">
<h1 id="header_text"><img src="images/logos/alchemi.png" id="header_logo" height="80px" width="80px"></h1>
</a>
<div id="nav_links">
<a href="index.html">Home</a>
<a href="products.html">Portfolio</a>
<a href="pricing.html">Pricing</a>
<a href="contact.html">Contact</a>
</div>
</div>
</div>
<div class="page-block bg-green">
<div>
<h2 class="content-header bottom-left-shadow fade-in-from-left">
Games
</h2>
</div>
<h1 class="giant-text bottom-left-shadow in-out-fade delay-animation">
<div style="display:inline-block;">^_^</div>
</h1>
</div>
<div class="showcase-section">
<div style="text-align: center;">
<h2 class="content-header fade-in" style="text-shadow: #000000 0px 3px 5px;">Synthesium</h2>
<div class="showcase-paragraph">
<p>Turn this world's power against it and stay alive</p>
</div>
</div>
<div>
<iframe src="https://itch.io/embed/2085716?linkback=true&border_width=5&dark=true" width="560" height="175" frameborder="0"><a href="https://alchemicode.itch.io/synthesium">Synthesium by alchemicode</a></iframe>
</div>
</div>
<div class="showcase-section">
<div style="text-align: center;">
<h2 class="content-header fade-in" style="text-shadow: #000000 0px 3px 5px;">Remains</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/XDYdM5otfbY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="showcase-paragraph">
<p>Gather their remains</p>
<p>Keep their memory alive</p>
</div>
</div>
<div>
<iframe src="https://itch.io/embed/1125729?linkback=true&border_width=5&dark=true" width="560" height="175" frameborder="0"><a href="https://alchemicode.itch.io/remains">Remains by alchemicode</a></iframe>
</div>
</div>
<div id="copyright">
Copyright (c) 2024, alchemicode. All Rights Reserved.
</div>
</body>
</html>