Skip to content

Commit

Permalink
Remove old site
Browse files Browse the repository at this point in the history
  • Loading branch information
kmitchel committed Mar 5, 2022
1 parent 0502644 commit 88f5167
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 478 deletions.
47 changes: 0 additions & 47 deletions cf_logo_white.svg

This file was deleted.

Binary file added download.webp
Binary file not shown.
62 changes: 2 additions & 60 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,61 +1,3 @@
<html>
<head>
<!-- <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/css/bootstrap.min.css" integrity="sha384-Zug+QiDoJOrZ5t4lssLdxGhVrurbmBWopoEl+M6BdEfwnCJZtKxi1KgxUyJq13dy" crossorigin="anonymous">

<link rel="stylesheet" href="js/style.css">
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>

<script src="js/RotorPirates.js"></script>
</head>
<body>
<img class="logo" src="cf_logo_white.svg">
<div id="curve_chart" style="width: 900px; height: 500px; margin-top:-70px"></div>
<div class="rateBox">
<span class="block-title">BetaFlight Rates</span>
<div>
<span class="input-title">RC Rate:</span>
<span class="input-title">Super Rate:</span>
<span class="input-title">RC Expo:</span>
</div>
<div>
<input type="number" id="bfRate" step="0.01" min="0.00" max="3.00" value="1.00" placeholder='0.00' class="input-field"/>
<input type="number" id="bfSuper" step="0.01" min="0.00" max="1.00" value="0.70" placeholder='0.00' class="input-field"/>
<input type="number" id="bfExpo" step="0.01" min="0.00" max="1.00" value="0.00" placeholder='0.00' class="input-field"/>
</div>
<div>
<input type="range" id="bfRateSlider" class="slider" step="0.01" min="0.00" max="3.00" value="1.00" placeholder='0.00'/>
<input type="range" id="bfSuperSlider" class="slider" step="0.01" min="0.00" max="1.00" value="0.70" placeholder='0.00'/>
<input type="range" id="bfExpoSlider" class="slider" step="0.01" min="0.00" max="1.00" value="0.00" placeholder='0.00'/>
</div>
</div>
<div class="rateBox">
<span class="block-title">Actual Rates</span>
<div>
<span class="input-title">Center Sensitivity</span>
<span class="input-title">Max Rate:</span>
<span class="input-title">Expo:</span>
</div>
<div>
<span class="input-title-a">(RC Rate)</span>
<span class="input-title-a">(Super Rate)</span>
<span class="input-title-a">(RC Expo)</span>
</div>
<div>
<input type="number" id="aRate" step="0.01" min="0.00" max="3.00" value="0.2" placeholder='0.00' class="input-field"/>
<input type="number" id="aSuper" step="0.01" min="0.00" max="1.00" value="0.67" placeholder='0.00' class="input-field"/>
<input type="number" id="aExpo" step="0.01" min="0.00" max="1.00" value="0.54" placeholder='0.00' class="input-field"/>
</div>
<div>
<input type="range" id="aRateSlider" class="slider" step="0.01" min="0.00" max="3.00" value="0.2" placeholder='0.00'/>
<input type="range" id="aSuperSlider" class="slider" step="0.01" min="0.00" max="1.00" value="0.67" placeholder='0.00'/>
<input type="range" id="aExpoSlider" class="slider" step="0.01" min="0.00" max="1.00" value="0.54" placeholder='0.00'/>
</div>
</div>
<div class="footer">
See original code on <a href="https://github.com/apocolipse/RotorPirates">GitHub</a>
<br>Special Thanks to Robert Miroszewski for JS/HTML
</div>
</body>
</html>
<img src = "download.webp">
</html>
78 changes: 0 additions & 78 deletions js/RotorPirates.HTML

This file was deleted.

197 changes: 0 additions & 197 deletions js/RotorPirates.js

This file was deleted.

Loading

0 comments on commit 88f5167

Please sign in to comment.