Skip to content

Initial v5 preview page #61

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 10 commits into from
Jan 29, 2025
Merged
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
4 changes: 2 additions & 2 deletions discord/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<meta property="og:description"
content="Creating custom bots to play Rocket League, programmers and avid fans are welcome! This server is the heart of this community, join us!" />

<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css"
integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
<link rel="stylesheet" href="../css/style.css">
<link rel="stylesheet" href="../css/tournament-style.css">

Expand Down
4 changes: 2 additions & 2 deletions faq/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>RLBot</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css"
integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
<link rel="stylesheet" href="../css/style.css">
<link rel="stylesheet" href="../css/tournament-style.css">

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>RLBot</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css"
integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="libs/gCalFlow/jquery.gcal_flow.css">
<link rel="stylesheet" href="css/style.css">
Expand Down
4 changes: 2 additions & 2 deletions tournament/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>RLBot</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css"
integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
<link rel="stylesheet" href="../css/style.css">
<link rel="stylesheet" href="../css/tournament-style.css">

Expand Down
247 changes: 247 additions & 0 deletions v5/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,247 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>RLBot</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css"
integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="/libs/gCalFlow/jquery.gcal_flow.css">
<link rel="stylesheet" href="/css/style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>

<!--en-US appears to be baked into globalize.js already, horay.-->
<script src="libs/globalize/globalize.js" type="text/javascript"></script>
<script src="libs/globalize/cultures/globalize.culture.en-GB.js" type="text/javascript"></script>
<script src="libs/globalize/cultures/globalize.culture.de.js" type="text/javascript"></script>
<script src="libs/globalize/cultures/globalize.culture.nl.js" type="text/javascript"></script>
<script src="libs/globalize/cultures/globalize.culture.pt.js" type="text/javascript"></script>
<script type="text/javascript" src="/libs/gCalFlow/jquery.gcal_flow.js"></script>

</head>
<body>

<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">Create and share
<a href="https://store.steampowered.com/app/252950/Rocket_League/">Rocket League</a>
bots for offline play.</p>
</div>
</div>

<div class="container">

<div class="row">
<div class="col-lg-8">

<div class="alert alert-warning">
This is a WIP front page for the upcoming major version V5 -
<a href="https://wiki.rlbot.org/framework/v5/" target="_blank">read more about it here</a>.
<br>
The front page for V4 is available <a href="/">here</a>.
</div>

<div class="card mb-3">
<div class="card-body">
<h5 class="card-title">What is RLBot?</h5>
<p>
RLBot enables custom bots in Rocket League. Using RLBot you can download and play with community-made bots,
play our challenging RLBot story mode, or make your own bots!
</p>
<a href="https://youtu.be/GLqvodQ942A" 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">
Download
<a href="https://github.com/RLBot/core/releases/latest" target="_blank">RLBotServer</a>
& <a href="https://github.com/swz-git/gui/releases/latest" target="_blank">RLBotGUI</a>
<br><br>

<p>We also have <a href="https://wiki.rlbot.org/miscellaneous/lan-setup/">LAN/VLAN match support</a>, if you want to play with your friends!</p>

<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://wiki.rlbot.org/">wiki</a>
or click your favourite language below!
</p>
</div>
</div>

<div class="languages">
<a href="https://github.com/VirxEC/rlbot-python-example">
<div class="card">
<div class="card-body">
<img src="/python.png" class="card-image-right">
<h5 class="card-title">Python</h5>
<p>Write a more advanced bot in Python!</p>
</div>
</div>
</a>

<a href="https://github.com/VirxEC/csharp-interface/tree/master/Tests/Atba">
<div class="card">
<div class="card-body">
<img src="/csharp.png" class="card-image-right">
<h5 class="card-title">C#</h5>
<p>Create a <em>professional</em> bot in C# (or any other .NET language)!</p>
</div>
</div>
</a>

<a href="https://github.com/mtheall/RLBotCPP/tree/master/examples/ATBA">
<div class="card">
<div class="card-body">
<img src="/cpp.png" class="card-image-right">
<h5 class="card-title">C++</h5>
<p>Create an <em>incredible</em> bot in C++!</p>
</div>
</div>
</a>

<a href="https://github.com/swz-git/rust-interface/tree/master/crates/rlbot/examples/atba_agent">
<div class="card">
<div class="card-body">
<img src="/rust.svg" class="card-image-right">
<h5 class="card-title">Rust</h5>
<p>Create a <em>blazingly fast</em> bot in Rust!</p>
</div>
</div>
</a>

<a href="https://github.com/swz-git/go-interface/tree/master/examples/atba">
<div class="card">
<div class="card-body">
<img src="/go.png" class="card-image-right">
<h5 class="card-title">Go</h5>
<p>Make bot <em>go</em> fast with Go</p>
</div>
</div>
</a>

<!-- <a href="https://rlgym.org/"> -->
<a href="https://github.com/VirxEC/Elementv5">
<div class="card">
<div class="card-body">
<img src="/rlgym.png" class="card-image-right">
<h5 class="card-title">RLGym</h5>
<p>Make a <em>sentient</em> Machine Learning bot with RLGym!</p>
</div>
</div>
</a>

</div>

</div>

<div class="col-lg-4">

<a href="/faq">
<div class="card mb-3 compact-card">
<div class="card-body" style="text-decoration: none">
<h5 class="card-title">FAQ</h5>
<p>Frequently asked questions</p>
</div>
</div>
</a>

<a href="/tournament">
<div class="card mb-3 compact-card">
<div class="card-body" style="text-decoration: none">
<h5 class="card-title">Tournaments</h5>
<p>Upcoming and previous tournaments</p>
</div>
</div>
</a>

<a href="https://wiki.rlbot.org">
<div class="card mb-3 compact-card">
<div class="card-body" style="text-decoration: none">
<h5 class="card-title">Wiki</h5>
<p>Everything to know about RLBot</p>
</div>
</div>
</a>

<div id="gcf-simple">
<div class="gcf-header-block">
<span class="gcf-title-block">
<span>Upcoming Events</span>
</span>
<a href="https://calendar.google.com/calendar/r?cid=rlbotofficial@gmail.com"
target="_blank" class="gcf-subscribe">
Subscribe
</a>
</div>
<div class="gcf-item-container-block">
<div class="gcf-item-block">
<div class="gcf-item-header-block">
<div class="gcf-item-date-block">
<span class="gcf-item-daterange"></span>
</div>
<div class="gcf-item-title-block">
<strong class="gcf-item-title"></strong>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
$('#gcf-simple').gCalFlow({
calid: 'rlbotofficial%40gmail.com',
auto_scroll: false,
apikey: 'AIzaSyBQ40UqlMPexzWxTNd7EYtTrkoFF_DqpqM'
});
</script>

<iframe src="https://discordapp.com/widget?id=348658686962696195&theme=dark" width="350" height="500"
allowtransparency="true" frameborder="0"></iframe>
</div>
</div>

</div>

<!-- Footer -->
<footer class="page-footer font-small blue pb-5">

<div class="container">
<div class="row">
<div class="col-lg-8 py-5">
<div class="d-flex justify-content-center">

<!-- Discord -->
<a href="https://discord.gg/zbaAKPt" class="mx-4">
<img class="ft-img gray-to-color" src="/discord.png">
</a>

<!-- Twitter -->
<a href="https://twitter.com/RLBotOfficial" class="mx-4">
<img class="ft-img gray-to-color" src="/twitter.png">
</a>

<!-- Youtube -->
<a href="https://www.youtube.com/c/RLBotOfficial" class="mx-4">
<img class="ft-img gray-to-color" src="/youtube.png">
</a>

<!-- Twitch -->
<a href="https://www.twitch.tv/rlbotofficial" class="mx-4">
<img class="ft-img gray-to-color" src="/twitch.png">
</a>

<!-- Reddit -->
<a href="https://www.reddit.com/r/RocketLeagueBots/" class="mx-4">
<img class="ft-img gray-to-color" src="/reddit.png">
</a>

</div>
</div>
</div>

</div>

</footer>

</body>

</html>