Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Loomeh committed Jan 12, 2024
1 parent 13e7f3e commit a7c5d22
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<li><a href="https://discord.gg/E5e7zMGskk">Discord</a></li>
<li><a class="active" href="contact.html">Contact Us</a></li>
<li><a href="support.html">Support the project</a></li>
<li><a href="https://blog.beatrevival.me/">Blog</a></li>
<li><a href="developer.html">Become a developer</a></li>
</ul>
<br><br><br>
<h1 id="titletext">Beat Revival</h1>
Expand Down
51 changes: 51 additions & 0 deletions developer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<!DOCTYPE html>
<html>
<head>
<title>Beat Revival</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
</head>

<body>
<video class="background" autoplay loop muted>
<source src="img/bg.webm" type="video/webm">
Your browser does not support the video tag.
</video>

<ul id="nav">
<li><a class="active" href="index.html">Home</a></li>
<li><a href="info.html">Info</a></li>
<li><a href="https://discord.gg/E5e7zMGskk">Discord</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="support.html">Support the project</a></li>
<li><a href="https://blog.beatrevival.me/">Blog</a></li>
<li><a href="developer.html">Become a developer</a></li>

</ul>
<br><br><br>
<h1 id="titletext">Beat Revival</h1>
<br><br><br><br>

<!--Class that adds a white background-->
<p class="desc">
We're currently looking for developers to help us with the project. If you are any of these:<br><br>
- Proficient in reverse engineering<br>
- A Python developer<br>
- A JavaScript developer<br>
- A C++ developer<br>
<br>
and are interested in becoming a developer, either send Loomeh a private message on Discord or send him an email (look at the <a href="contact.html">Contact Us</a> tab).
<br><br><br>
If you want to contribute to this website, it's completely open source. It's source code is available <a href="https://github.com/Beat-Revival/website">here.</a><br>
We are accepting pull requests.
<br>

</p>
</body>

<footer>
<p>Beat Revival is not associated with EA or DICE in any way. All trademarks belong to their respective owners.</p>
</footer>
</html>
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<li><a href="https://discord.gg/E5e7zMGskk">Discord</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="support.html">Support the project</a></li>
<li><a href="https://blog.beatrevival.me/">Blog</a></li>
<li><a href="developer.html">Become a developer</a></li>
</ul>
<br><br><br>
<h1 id="titletext">Beat Revival</h1>
Expand Down
2 changes: 2 additions & 0 deletions info.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<li><a href="https://discord.gg/E5e7zMGskk">Discord</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="support.html">Support the project</a></li>
<li><a href="https://blog.beatrevival.me/">Blog</a></li>
<li><a href="developer.html">Become a developer</a></li>
</ul>
<br><br><br>
<h1 id="titletext">Beat Revival</h1>
Expand Down
2 changes: 2 additions & 0 deletions support.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<li><a href="https://discord.gg/E5e7zMGskk">Discord</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a class="active" href="support.html">Support the project</a></li>
<li><a href="https://blog.beatrevival.me/">Blog</a></li>
<li><a href="developer.html">Become a developer</a></li>
</ul>
<br><br><br>
<h1 id="titletext">Beat Revival</h1>
Expand Down

0 comments on commit a7c5d22

Please sign in to comment.