Skip to content

Commit f0f9da1

Browse files
committed
fixed website URL
1 parent e2d586f commit f0f9da1

1 file changed

Lines changed: 23 additions & 12 deletions

File tree

index.html

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
<meta name="keywords"
1111
content="OdeRelic, ODE Manager, Optical Drive Emulator, PS1, PS2, OPL, Dreamcast, GDEMU, ROM Manager, Retro Gaming">
1212
<meta name="robots" content="index, follow">
13-
<link rel="canonical" href="https://oderelic.github.io/">
13+
<link rel="canonical" href="https://www.oderelic.com/">
1414
<meta property="og:title" content="OdeRelic - The Ultimate Retro Game Manager">
1515
<meta property="og:description"
1616
content="Easily organize and prepare your classic games for SDCARD / HDD loaders on retro consoles. Available for Windows, Mac, and Linux.">
1717
<meta property="og:type" content="website">
18-
<meta property="og:image" content="https://oderelic.github.io/assets/bg.png">
18+
<meta property="og:image" content="https://www.oderelic.com/assets/bg.png">
1919
<meta name="twitter:card" content="summary_large_image">
2020

2121
<link rel="stylesheet" href="styles.css">
@@ -171,31 +171,42 @@ <h2 class="section-title animate-on-scroll">Supported Consoles</h2>
171171

172172
<section id="community" class="features" style="background:var(--bg-dark);">
173173
<h2 class="section-title animate-on-scroll" style="margin-bottom:2rem;">Help Shape the Future</h2>
174-
<p style="text-align:center; color:var(--text-muted); font-size:1.1rem; max-width:600px; margin:0 auto 3rem auto;" class="animate-on-scroll">
174+
<p style="text-align:center; color:var(--text-muted); font-size:1.1rem; max-width:600px; margin:0 auto 3rem auto;"
175+
class="animate-on-scroll">
175176
OdeRelic is an open-source project evolving through community feedback. We'd love to hear from you!
176177
</p>
177-
178+
178179
<div class="features-grid" style="max-width:800px;">
179-
<div class="feature-card animate-on-scroll" style="display:flex; flex-direction:column; align-items:center; text-align:center;">
180+
<div class="feature-card animate-on-scroll"
181+
style="display:flex; flex-direction:column; align-items:center; text-align:center;">
180182
<div class="icon-wrapper">
181183
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor">
182-
<path stroke-linecap="round" stroke-linejoin="round" d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"></path>
184+
<path stroke-linecap="round" stroke-linejoin="round"
185+
d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z">
186+
</path>
183187
</svg>
184188
</div>
185189
<h3>Report a Bug</h3>
186-
<p style="margin-bottom:1.5rem; flex-grow:1;">Encountered a crash or odd behavior while organizing your library? Let us know so we can fix it.</p>
187-
<a href="https://github.com/OdeRelic/OdeRelic/issues/new?labels=bug" target="_blank" class="btn btn-secondary" style="width:100%;">Open Bug Report</a>
190+
<p style="margin-bottom:1.5rem; flex-grow:1;">Encountered a crash or odd behavior while organizing your
191+
library? Let us know so we can fix it.</p>
192+
<a href="https://github.com/OdeRelic/OdeRelic/issues/new?labels=bug" target="_blank" class="btn btn-secondary"
193+
style="width:100%;">Open Bug Report</a>
188194
</div>
189195

190-
<div class="feature-card animate-on-scroll" style="display:flex; flex-direction:column; align-items:center; text-align:center;">
196+
<div class="feature-card animate-on-scroll"
197+
style="display:flex; flex-direction:column; align-items:center; text-align:center;">
191198
<div class="icon-wrapper">
192199
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor">
193-
<path stroke-linecap="round" stroke-linejoin="round" d="M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z"></path>
200+
<path stroke-linecap="round" stroke-linejoin="round"
201+
d="M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z">
202+
</path>
194203
</svg>
195204
</div>
196205
<h3>Request a Feature</h3>
197-
<p style="margin-bottom:1.5rem; flex-grow:1;">Have ideas for a new console integration or tool? Drop a suggestion in our tracker.</p>
198-
<a href="https://github.com/OdeRelic/OdeRelic/issues/new?labels=enhancement" target="_blank" class="btn btn-secondary" style="width:100%;">Suggest a Feature</a>
206+
<p style="margin-bottom:1.5rem; flex-grow:1;">Have ideas for a new console integration or tool? Drop a
207+
suggestion in our tracker.</p>
208+
<a href="https://github.com/OdeRelic/OdeRelic/issues/new?labels=enhancement" target="_blank"
209+
class="btn btn-secondary" style="width:100%;">Suggest a Feature</a>
199210
</div>
200211
</div>
201212
</section>

0 commit comments

Comments
 (0)