-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
191 lines (169 loc) Ā· 11.9 KB
/
contact.html
File metadata and controls
191 lines (169 loc) Ā· 11.9 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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Contact Xenia Canary team. Get support, report issues, or reach out with questions about the Xbox 360 emulator.">
<meta name="keywords" content="contact xenia canary, xenia emulator support, xbox 360 emulator help">
<title>Contact Us | Xenia Canary Support</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<nav class="container">
<a href="index.html" class="logo">Xenia Canary</a>
<button class="mobile-menu-toggle" id="mobileMenuToggle">ā°</button>
<ul class="nav-links" id="navLinks">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="https://github.com/xeniacanaryhub" target="_blank" class="github-icon">
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0024 12c0-6.63-5.37-12-12-12z"/>
</svg>
GitHub
</a></li>
<li><a href="download.html" class="download-btn">Download</a></li>
</ul>
</nav>
</header>
<section class="hero" style="padding: 5rem 0 4rem;">
<div class="hero-content container">
<h1>Contact Us</h1>
<p>We're here to help with any questions or feedback</p>
</div>
</section>
<section class="section">
<div class="container">
<div class="contact-container">
<h2 style="color: var(--primary-color); text-align: center; margin-bottom: 1rem;">Get in Touch</h2>
<p style="text-align: center; color: var(--text-light); margin-bottom: 2rem;">
Have questions, suggestions, or need support? Fill out our contact form and we'll get back to you as soon as possible.
</p>
<div style="text-align: center; margin: 3rem 0;">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSeQ1peOAUw7VAcqiYNlE6hgaQxBsk_ZkeOc9iX7oxP4PygZ-A/viewform?usp=header"
target="_blank"
class="btn btn-primary"
style="font-size: 1.2rem; padding: 1.2rem 3rem;">
š§ Open Contact Form
</a>
</div>
<div style="background-color: #f8f9fa; padding: 2rem; border-radius: 10px; margin-top: 3rem;">
<h3 style="color: var(--primary-color); margin-bottom: 1rem;">š¬ What You Can Contact Us About:</h3>
<ul style="color: var(--text-color); line-height: 2; margin-left: 1.5rem;">
<li><strong>Technical Support:</strong> Get help with installation, configuration, or troubleshooting</li>
<li><strong>Bug Reports:</strong> Report issues or unexpected behavior in the emulator</li>
<li><strong>Feature Requests:</strong> Suggest new features or improvements</li>
<li><strong>Game Compatibility:</strong> Report game compatibility or performance issues</li>
<li><strong>General Inquiries:</strong> Ask questions about the project or development</li>
<li><strong>Feedback:</strong> Share your experience and suggestions</li>
</ul>
</div>
</div>
</div>
</section>
<section class="section" style="background-color: #f8f9fa;">
<div class="container">
<h2 class="section-title">Other Ways to Reach Us</h2>
<p class="section-subtitle">Connect with the Xenia Canary community</p>
<div class="features-grid">
<div class="feature-card">
<h3>š» GitHub</h3>
<p>For bug reports, feature requests, and code contributions, visit our GitHub repository. You can open issues, submit pull requests, or browse existing discussions.</p>
<a href="https://github.com/xeniacanaryhub" target="_blank" class="btn btn-primary" style="margin-top: 1rem; display: inline-block; font-size: 0.95rem; padding: 0.8rem 1.5rem;">Visit GitHub</a>
</div>
<div class="feature-card">
<h3>š Official Website</h3>
<p>Visit the official Xenia Canary website for documentation, downloads, compatibility lists, and the latest news about the project.</p>
<a href="https://xeniacanary.org/" target="_blank" class="btn btn-primary" style="margin-top: 1rem; display: inline-block; font-size: 0.95rem; padding: 0.8rem 1.5rem;">Official Site</a>
</div>
<div class="feature-card">
<h3>š Documentation</h3>
<p>Check out our comprehensive documentation for setup guides, troubleshooting tips, and detailed information about using Xenia Canary.</p>
<a href="https://xeniacanary.org/" target="_blank" class="btn btn-primary" style="margin-top: 1rem; display: inline-block; font-size: 0.95rem; padding: 0.8rem 1.5rem;">View Docs</a>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<h2 class="section-title">Frequently Asked Questions</h2>
<p class="section-subtitle">Quick answers to common questions</p>
<div class="about-content">
<div class="about-section">
<h2>How do I report a bug?</h2>
<p>You can report bugs through our contact form above or by opening an issue on our GitHub repository. Please include as much detail as possible, including your system specifications, emulator version, and steps to reproduce the issue.</p>
</div>
<div class="about-section">
<h2>How long does it take to get a response?</h2>
<p>We aim to respond to all inquiries within 2-3 business days. However, response times may vary depending on the complexity of your question and the current volume of requests. For urgent technical issues, consider posting on GitHub for faster community support.</p>
</div>
<div class="about-section">
<h2>Can I contribute to the project?</h2>
<p>Absolutely! Xenia Canary is an open-source project and we welcome contributions from developers, testers, and documentation writers. Visit our GitHub repository to get started, or contact us to learn more about how you can help.</p>
</div>
<div class="about-section">
<h2>Do you provide email support?</h2>
<p>For general support and inquiries, please use our contact form. For technical issues and bug reports, we recommend using GitHub issues as it allows for better tracking and community collaboration.</p>
</div>
<div class="about-section">
<h2>Is there a community forum?</h2>
<p>While we don't have an official forum, you can join discussions on our GitHub repository and connect with other Xenia Canary users. Check the official website for links to community resources and discussion platforms.</p>
</div>
<div class="about-section">
<h2>How can I support the project?</h2>
<p>You can support Xenia Canary by contributing code, testing games, reporting bugs, improving documentation, or spreading the word about the project. Every contribution, no matter how small, helps make the emulator better for everyone.</p>
</div>
</div>
</div>
</section>
<section class="section" style="background: linear-gradient(135deg, #BDD0EA 0%, #e8f1ff 100%);">
<div class="container" style="text-align: center;">
<h2 class="section-title">Ready to Try Xenia Canary?</h2>
<p class="section-subtitle">Download the emulator and start playing Xbox 360 games on your PC</p>
<div style="margin-top: 2rem;">
<a href="download.html" class="btn btn-primary" style="margin: 0.5rem;">Download Now</a>
<a href="index.html" class="btn btn-secondary" style="margin: 0.5rem;">Back to Home</a>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="footer-content">
<div class="footer-section">
<h3>Xenia Canary</h3>
<p>The most advanced Xbox 360 emulator for Windows PC. Open-source, free, and continuously improved by a dedicated community of developers.</p>
</div>
<div class="footer-section">
<h3>Quick Links</h3>
<a href="index.html">Home</a>
<a href="about.html">About Us</a>
<a href="download.html">Download</a>
<a href="contact.html">Contact</a>
</div>
<div class="footer-section">
<h3>Resources</h3>
<a href="https://xeniacanary.org/" target="_blank">Official Website</a>
<a href="https://github.com/xeniacanaryhub" target="_blank">GitHub Repository</a>
<a href="https://xeniacanary.org/downloads/" target="_blank">Download Center</a>
</div>
<div class="footer-section">
<h3>Connect</h3>
<p>Follow us on social media for updates</p>
<div class="social-links">
<a href="https://github.com/xeniacanaryhub" target="_blank" title="GitHub">
<svg width="20" height="20" viewBox="0 0 24 24" fill="white">
<path d="M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0024 12c0-6.63-5.37-12-12-12z"/>
</svg>
</a>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2024 Xenia Canary. All rights reserved. | Open Source Xbox 360 Emulator</p>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>