Skip to content

Update website to emphasize ability to play against community bots #36

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 15, 2020
Merged
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
21 changes: 12 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="jumbotron jumbotron-fluid">
<div class="container">
<h1 class="display-4"><img src="rlbot_logo.png" class="line-logo"> RLBot</h1>
<p class="lead">Write custom
<p class="lead">Create and share
<a href="https://store.steampowered.com/app/252950/Rocket_League/">Rocket League</a>
bots for offline play.</p>
</div>
Expand All @@ -39,21 +39,24 @@ <h1 class="display-4"><img src="rlbot_logo.png" class="line-logo"> RLBot</h1>
<div class="card mb-3">
<div class="card-body">
<h5 class="card-title">What is RLBot?</h5>
<p>RLBot is a framework that allows programmers to create offline Rocket League bots. We support a
variety of languages and cater to all skill levels. Come learn with us and enter the next tournament!</p>
<p>
RLBot teaches programmers to create custom offline Rocket League bots! Even if you don't code,
you can easily play with community bots or challenge yourself with our story mode.
</p>
<a href="https://youtu.be/lPkID_IH88U" target="_blank" style="margin-right: 20px">
<img style="height:1.5em" src="youtube.png"> Quick Start Video</a>
<img style="height:1.5em" src="rlbot_logo.png">
<a href="https://github.com/RLBot/RLBotGUI/releases/download/v1.0/RLBotGUI.exe" target="_blank"> RLBot for Windows</a>
or
<a href="https://github.com/RLBot/RLBot/wiki/Operating-System-Support" target="_blank">see our OS support</a>.

<br><br>
<h6>Make your bot</h6>
<ol>
<li>Join the <a href="https://discord.gg/zbaAKPt">Discord server</a>.</li>
<li>Click on your favorite language from the list below.</li>
<li>Check out the <a href="https://github.com/RLBot/RLBot/wiki">wiki</a> for tutorials, documentation, and more!</li>
</ol>

<p>
Join our <a href="https://discord.gg/zbaAKPt">Discord</a> chat server to participate in the community.
If you're ready to get started, you can read more on our <a href="https://github.com/RLBot/RLBot/wiki">wiki</a>
or click your favourite language below!
</p>
</div>
</div>

Expand Down