-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
156 lines (142 loc) · 6.92 KB
/
index.html
File metadata and controls
156 lines (142 loc) · 6.92 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Declan Digital — AI Game Assets & Creative Tools</title>
<style>
:root{--accent:#00d4ff;--bg:#0a0a0f;--surface:#12121a;--text:#e0e0e0;--muted:#888;--border:#1f1f2e}
* {box-sizing:border-box;margin:0;padding:0}
body {font-family:system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}
a {color:var(--accent);text-decoration:none}
.container {max-width:960px;margin:0 auto;padding:0 24px}
header {padding:48px 0 32px;text-align:center;border-bottom:1px solid var(--border)}
header h1 {font-size:2.4rem;margin-bottom:8px}
header p {color:var(--muted);font-size:1.1rem}
.hero {padding:48px 0;text-align:center}
.hero h2 {font-size:1.8rem;margin-bottom:12px}
.hero p {color:var(--muted);max-width:600px;margin:0 auto 24px}
.btn {display:inline-block;background:var(--accent);color:#000;padding:12px 28px;border-radius:6px;font-weight:600;transition:opacity .2s}
.btn:hover {opacity:.85}
.products {padding:24px 0 48px}
.products h2 {text-align:center;margin-bottom:24px}
.grid {display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}
.card {background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:transform .2s,border-color .2s}
.card:hover {transform:translateY(-3px);border-color:var(--accent)}
.card img {width:100%;height:180px;object-fit:cover;display:block}
.card .body {padding:18px}
.card h3 {font-size:1.1rem;margin-bottom:6px}
.card .price {color:var(--accent);font-weight:700;font-size:1.1rem;margin-bottom:12px}
.card .desc {color:var(--muted);font-size:.85rem;margin-bottom:16px}
.card a.btn {width:100%;text-align:center}
.about {padding:48px 0;border-top:1px solid var(--border)}
.about h2 {margin-bottom:12px}
.about p {color:var(--muted);margin-bottom:12px}
.contact {padding:48px 0 24px;border-top:1px solid var(--border);text-align:center}
.contact a {display:inline-block;margin:6px 12px}
footer {padding:24px 0;border-top:1px solid var(--border);text-align:center;color:var(--muted);font-size:.8rem}
footer a {margin:0 8px}
</style>
</head>
<body>
<header>
<div class="container">
<h1>Declan Digital</h1>
<p>AI-powered game assets, prompts & creative tools — built by real humans, enhanced by machines.</p>
</div>
</header>
<section class="hero">
<div class="container">
<h2>Ready-to-use creative resources</h2>
<p>Sprites, backgrounds, icons, prompts, and voice packs for game devs, streamers, and content creators. Instant download. Royalty-free.</p>
<a class="btn" href="https://declanverse778.gumroad.com/" target="_blank">Visit Store (Gumroad)</a>
</div>
</section>
<section class="products" id="products">
<div class="container">
<h2>Featured Products</h2>
<div class="grid">
<div class="card">
<img src="img_sprite_fantasy.png" alt="Fantasy sprite sheet" loading="lazy">
<div class="body">
<h3>Fantasy Pixel Art Sprites Vol. 1</h3>
<div class="price">$4.99</div>
<div class="desc">16x16 & 32x32 fantasy character sprites with walk, attack, and idle animations. RPG-ready.</div>
<a class="btn" href="https://declanverse778.gumroad.com/l/fantasy-sprites-v1" target="_blank">Buy on Gumroad</a>
</div>
</div>
<div class="card">
<img src="img_sprite_cyberpunk.png" alt="Cyberpunk sprite sheet" loading="lazy">
<div class="body">
<h3>Cyberpunk Pixel Art Sprites Vol. 1</h3>
<div class="price">$4.99</div>
<div class="desc">Neon-drenched character sprites for cyberpunk / sci-fi games. Full animation cycles included.</div>
<a class="btn" href="https://declanverse778.gumroad.com/l/cyberpunk-sprites-v1" target="_blank">Buy on Gumroad</a>
</div>
</div>
<div class="card">
<img src="img_sprite_horror.png" alt="Horror sprite sheet" loading="lazy">
<div class="body">
<h3>Horror Pixel Art Sprites Vol. 3</h3>
<div class="price">$4.99</div>
<div class="desc">Eldritch horrors, possessed humans, and environment pieces. Spooky, atmospheric, animated.</div>
<a class="btn" href="https://declanverse778.gumroad.com/l/horror-sprites-v3" target="_blank">Buy on Gumroad</a>
</div>
</div>
<div class="card">
<img src="img_sprite_scifi.png" alt="Sci-Fi sprite sheet" loading="lazy">
<div class="body">
<h3>Sci-Fi Pixel Art Sprites Vol. 2</h3>
<div class="price">$4.99</div>
<div class="desc">Space marines, alien creatures, mechs, and robotic enemies. Sci-fi side-scroller essentials.</div>
<a class="btn" href="https://declanverse778.gumroad.com/l/scifi-sprites-v2" target="_blank">Buy on Gumroad</a>
</div>
</div>
<div class="card">
<img src="img_thumbnail_gaming.png" alt="Gaming thumbnail backgrounds" loading="lazy">
<div class="body">
<h3>Gaming YouTube Thumbnail Backgrounds Vol. 1</h3>
<div class="price">$3.99</div>
<div class="desc">High-res background pack for gaming YouTube thumbnails. Epic scenes, minimal overlays-ready.</div>
<a class="btn" href="https://declanverse778.gumroad.com/l/gaming-thumbnails-v1" target="_blank">Buy on Gumroad</a>
</div>
</div>
<div class="card">
<img src="https://placehold.co/400x180/12121a/00d4ff?text=More+Coming" alt="More products coming soon" loading="lazy">
<div class="body">
<h3>More Products Coming</h3>
<div class="price">Bundle packs</div>
<div class="desc">Background packs, prompt collections, icon sets, tilesets, and complete game asset bundles arriving weekly.</div>
<a class="btn" href="https://declanverse778.gumroad.com/" target="_blank">View All Products</a>
</div>
</div>
</div>
</div>
</section>
<section class="about" id="about">
<div class="container">
<h2>About Declan Digital</h2>
<p>We build and curate premium digital assets for game developers, streamers, content creators, and indie devs. Every product is either handcrafted or AI-assisted with human oversight — then packaged, tested, and shipped fast.</p>
<p>Based in the UK. Serving creators worldwide since 2025.</p>
<p><strong>Business contact:</strong> declandigital@proton.me</p>
</div>
</section>
<section class="contact">
<div class="container">
<h2>Connect</h2>
<a href="https://declanverse778.gumroad.com/" target="_blank">Gumroad Store</a>
<a href="https://visq97.itch.io/" target="_blank">itch.io</a>
<a href="https://github.com/visq97" target="_blank">GitHub</a>
<!-- <a href="#" target="_blank">Twitter / X</a> -->
</div>
</section>
<footer>
<p>
© 2025 Declan Digital. All rights reserved.
<br>
<a href="privacy.html">Privacy Policy</a>
<a href="terms.html">Terms of Use</a>
</p>
</footer>
</body>
</html>