-
Notifications
You must be signed in to change notification settings - Fork 32
/
community.html
117 lines (117 loc) · 5.56 KB
/
community.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
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
---
layout: container
title: Community
permalink: /community/
menu: community
description: Join the vibrant Stride game engine community on Discord, Sponsor, GitHub, Twitter, and YouTube. Connect, learn, and collaborate with fellow game developers today.
tags: search
banner:
title: Stride Community
sub-title: Help and Share
image-url: /images/backgrounds/spaceescape.webp
h1: true
---
<div class="row g-4">
<div class="col-md-4">
<div class="card h-100">
<div class="card-body">
<h2 class="card-title h4"><i class="fa-brands fa-discord text-decoration-none"></i> Join us on Discord</h2>
<p>
Join our Discord community to engage with Stride users and developers, share your experiences, and seek advice on various topics.
</p>
<p>
<a href="{{ site.links.discord-url }}" class="stretched-link" target="_blank" rel="noopener">Join the Conversation on Discord</a>
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card h-100">
<div class="card-body">
<h2 class="card-title h4"><i class="fa-solid fa-heart text-decoration-none"></i> Become a Stride Sponsor</h2>
<p>
Support the Stride project by donating to help cover server costs, fund development efforts, and reward the dedicated team working behind the scenes.
</p>
<p>
<a href="/sponsor/" class="stretched-link">Support Stride by Becoming a Sponsor</a>
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card h-100">
<div class="card-body">
<h2 class="card-title h4"><i class="fa-brands fa-github text-decoration-none"></i> Collaborate on GitHub</h2>
<p>Collaborate on the Stride project with fellow developers, contribute your unique skills, and share your ideas to enhance the platform's capabilities.</p>
<p>
<a href="{{ site.links.github-stride-url }}" target="_blank" rel="noopener" class="stretched-link">Help Improve Stride on GitHub</a>
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card h-100">
<div class="card-body">
<h2 class="title h4"><i class="fa-solid fa-comments"></i> GitHub Discussions</h2>
<p>Actively participate in GitHub discussions to connect with other users, learn valuable insights from developers, and proudly showcase your work to the community.</p>
<p>
<a href="{{ site.links.github-discussions-url }}" target="_blank" rel="noopener" class="stretched-link">Join a Discussion</a>
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card h-100">
<div class="card-body">
<h2 class="title h4"><i class="fa-brands fa-twitter text-decoration-none"></i> Twitter</h2>
<p>Follow us on Twitter at @stridedotnet to stay updated with the latest announcements, exciting news, and essential updates from the Stride team.</p>
<p>
<a href="{{ site.links.twitter-url }}" target="_blank" rel="noopener" class="stretched-link">Follow us</a>
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card h-100">
<div class="card-body">
<h2 class="title h4"><i class="fa-brands fa-youtube text-decoration-none"></i> YouTube</h2>
<p>Subscribe to our YouTube channel for access to a wide range of video content, including tutorials, demos, and insights into Stride's features.</p>
<p>
<a href="{{ site.links.youtube-url }}" target="_blank" rel="noopener" class="stretched-link">Follow us</a>
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card h-100">
<div class="card-body">
<h2 class="title h4"><i class="fa-brands fa-facebook text-decoration-none"></i> Facebook</h2>
<p>Keep up to date with recent developments and engage with our growing community by following Stride on Facebook.</p>
<p>
<a href="{{ site.links.facebook-url }}" target="_blank" rel="noopener" class="stretched-link">Follow us</a>
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card h-100">
<div class="card-body">
<h2 class="title h4"><i class="fa-solid fa-circle-question"></i> Q&A Game Dev</h2>
<p>Explore the Stack Exchange platform for Stride-related help, ask questions, share your expertise, and discover top-voted answers from the community.</p>
<p>
<a href="{{ site.links.stackexchange-url }}" target="_blank" rel="noopener" class="stretched-link">Ask a Question</a>
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card h-100">
<div class="card-body">
<h2 class="title h4"><i class="fa-solid fa-envelope"></i> Contact</h2>
<p>
Have a particular request or need advanced support? Want to offer us feedback? Feel free to contact us directly through any channels listed on this page.
</p>
</div>
</div>
</div>
</div>