Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h3>The HTML Presentation Framework</h3>
</section>

<section>
<h2>Hello There</h2>
<h2>Hello Alex is so cool!</h2>
<p>
reveal.js enables you to create beautiful interactive slide decks using HTML. This presentation will show you examples of what it can do.
</p>
Expand Down
96 changes: 92 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,104 @@

<link rel="stylesheet" href="dist/reset.css">
<link rel="stylesheet" href="dist/reveal.css">
<link rel="stylesheet" href="dist/theme/black.css">
<link rel="stylesheet" href="dist/theme/moon.css">

<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="plugin/highlight/monokai.css">
</head>
<body>
<div class="reveal">
<div class="slides">
<section>Slide 1</section>
<section>Slide 2</section>
<!-- Slide 1-->
<section>
<h2>GDevelop - Non-Code Contribution</h2>
<p>Antonio Ibarra(ibarra617)</p>
<p>October 30, 2025</p>
</section>

<!-- Slide 2-->
<section>
<h2>What is GDevelop?</h2>
<ul>
<li>Open-source, cross-platform game engine</li>
<li>No programming skills required</li>
<li>Uses visual scripting and event-based system</li>
<li>Supports 2D game development</li>
</ul>
</section>

<!-- Slide 3-->
<!-- Slide 3 – Non-Code Contribution Opportunities -->
<section>
<h2>Non-Code Contribution Opportunities</h2>

<ul style="font-size: 0.8em; line-height: 1.4em;">
<li>
<strong>Areas for Non-Code Contributions:</strong>
<ul>
<li>Documentation</li>
<li>Community Support</li>
<li>Asset Creation</li>
<li>Testing features</li>
<li>Marketing and Visual Aspects</li>
</ul>
</li>

<li>
<strong>Links to Open Issue(s) or Examples:</strong>
<ul>
<li>
<a href="https://github.com/4ian/GDevelop/issues/927" target="_blank">
Typo and Wording Fixes Issue on GDevelop
</a>
</li>
</ul>
</li>

<li>
<strong>Why Are These Contributions Valuable?</strong>
<ul>
<li>Improve user experience</li>
<li>Expand the user base</li>
<li>Enhance software quality</li>
</ul>
</li>
</ul>
</section>

<!-- Slide 4-->
<section>
<h2>Contribution Guidelines</h2>
<ul>
<li>The guidelines can be found in the CONTRIBUTING.md file
in the GDevelop GitHub repository.
</li>
<li>The onboarding process is extremely beginner friendly
and encourages new contributors to get involved with easy
simple contributions.
</li>
<li>The only thing that surprised me was how beginner friendly
and encouraging this repository is for new contributors.It creates
a welcoming and easy to get started environment.
</li>
</section>

<!-- Slide 5-->
<section>
<h2>My Next steps</h2>
<ul>
<li>For my next contribution. I plan to try to find any documentation
errors or typos within the GDevelop documentation to help improve the
overall user experience and clear up any confusing wording.
</li>
<li>Some support or resources I will need is just examples from other non code
contributions to help guide me through the process and make sure I am following
the guidelines correctly.
</li>
<li>I plan to start contributing as soon as possible to make sure my contributions
are valuable and help improve the overall project.
</li>
</section>
</div>
</div>

Expand All @@ -37,4 +125,4 @@
});
</script>
</body>
</html>
</html>