Files
godot-website/pages/education.html
John Veness 93ef0ce517 Unify "Godot Engine" in html titles (#922)
* Update default html title tag

* Add title for education and remove extra Godot Engine from community

---------

Co-authored-by: Emi <2206700+coppolaemilio@users.noreply.github.com>
2024-09-11 20:34:20 +02:00

101 lines
4.2 KiB
HTML

---
title: Education
permalink: /education/index.html
layout: default
---
{% include header.html %}
<style>
.question h3 {
margin: 2em 0 0;
}
.question p {
margin-top: 0.5em;
}
</style>
<div class="head">
<div class="container flex eqsize">
<div class="main">
<h1 class="intro-title">Education</h1>
<p class="small">
Godot is already being used in many classrooms across the world. If you are interested in including it in your
curriculum, you can find answers to some of the most common questions on this page.
</p>
</div>
</div>
</div>
<div class="container">
<div class="question">
<h3>Can I teach Godot in my classroom?</h3>
<p>Godot&nbsp;Engine is <a href="https://en.wikipedia.org/wiki/Free_and_open_source_software">free and open source
software</a> released under the permissive <a href="/license/">MIT license</a>.<br>
You can use Godot in your classroom without any restrictions and with zero licensing
costs.
</p>
<p>You can read more about <a href="/license/">our license here</a>.</p>
</div>
<div class="question">
<h3>Will the Godot project sign a services agreement provided by my institution?</h3>
<p>The Godot Engine project is unable to accept any terms and conditions outside of the MIT license, nor will it
provide warranties or representations about the Godot Engine outside those of the <a href="/license/">MIT
license</a>.</p>
<p>As a free and open source project, Godot is not backed by a corporation or any individual. Accordingly, it
doesn't
have the legal capacity to enter into agreements, even if such agreements did not conflict with the MIT license.
</p>
</div>
<div class="question">
<h3>What data does the Godot Engine collect from users?</h3>
<p>When you use the Asset Library in the Godot Engine application, HTTPS requests are made to the Asset Library
website, and will contain: Godot Engine version, search query, selected assets, and the user's IP address. The
Asset
Library
processes this data without storing it, but our TuxFamily hosting's HTTP server may log these requests. Such logs
are subject to <a href="https://faq.tuxfamily.org/Privacy/En" target="_blank">TuxFamily's privacy policy</a>.<br>
This is the only personal data collected by the Godot Engine application.</p>
<p>To be clear, the Godot Engine executable does not ask for or otherwise collect personally identifying information
from
its users. The network requests include the bare minimum amount of information required to do an online search and
transmit substantially less information than most internet browsing will.</p>
</p> For more information, please see <a href="/privacy-policy/">our privacy policy here</a>
</div>
<div class="question">
<h3>I don't have permission to install software on my devices. How can I use Godot?</h3>
<p>You can use the Godot Engine on the browser without the need to install it on your device.<br>This is useful if
you
are restricted by your organization or limited by the device being used and you can't install software locally.</p>
<p>Try the <a href="https://editor.godotengine.org/releases/latest/">web editor now</a>.</p>
</div>
<div class="question">
<h3>Need help getting started?</h3>
<p>You can start to learn how to use the Godot Engine by <a href="https://docs.godotengine.org/en/stable/">reading
our
documentation</a>, and <a
href="https://docs.godotengine.org/en/stable/community/tutorials.html#doc-community-tutorials">visiting our
Tutorials and resources page</a>.</p>
<p>We recommend GDQuest's Learn GDScript From Zero, which is a free and open source interactive tutorial for
absolute
beginners to learn to
program with Godot's GDScript language. It is available as a <a
href="https://gdquest.itch.io/learn-godot-gdscript">desktop application</a> or in <a
href="https://gdquest.github.io/learn-gdscript/">the browser</a>.</p>
</div>
<div class="question">
<h3>Want to know something else?</h3>
<p>If there is something else you would like to know, you can get in touch by writing us at <a
href="mailto:contact@godotengine.org">contact@godotengine.org</a>.</p>
</div>
</div>
{% include footer.html %}