-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathabout.html
More file actions
43 lines (40 loc) · 3.1 KB
/
about.html
File metadata and controls
43 lines (40 loc) · 3.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!doctype html>
<html><head>
<meta charset="utf-8">
<base href="">
<script src="jquery-1.11.3.min.js" type="text/javascript"></script>
<script src="helpers.js" type="text/javascript"></script></head>
<script>renderMainHead("content");</script>
<script type="text/javascript" src="aresize.js"></script>
<script type="text/javascript" src="script.js"></script>
<body><script>renderMainBody(["#D48B39", "About"]);</script></div><div id="main">
<div id="main-content">
<div id="blogcontainer">
<div class="donationabout-box" id="about">
<div id="donationleft">
<img id="abouticon" src="assets/abouticon.png" width="60" height="60" alt="" style="padding-bottom:20px;display:inline-block;"/>
<p>I KneeData was created to host more advanced learning tools for the community, and bring you complex data built to be easily digested and understood, but also flexible to your liking.</p>
<p><br>Apps:</p>
<p style="padding-left:15px"><br>- Calculator: This app allows the user to calculate trajectories after being hit by any move with a large amount of variables. You can compare trajectories, label them and share them with a unique url.<br><br>- Heatmaps: This app visualizes all of your character's options from certain states, the space they can cover and how fast. You can switch any attack or frame number on and off, to allow only the options you want to be displayed. You can then play an animation in real game speed (60fps) or half and quarter speed, which plays your selected hitboxes as they would appear in game.</p>
<p><br>The Graphs & Gfys and Vids & Threads sections, are up to date resources for new quality content by the community that are in a similar vein as the apps, with a handful of older stuff too.</p>
</div>
<div id="donationright">
<img id="testing" src="assets/goofy.jpg" width="150" height="150" alt=""/ style=" border:2px solid #E5E5E5;
margin-bottom:10px;
">
<p>Friends of IKD</p>
<ul>
<a href="http://smashboards.com"><li style="color:#E8AD19"><img src="assets/sbicon.jpg" style="margin:5px; border-radius:3px;" />SmashBoards</li></a>
<li><a href="http://reddit.com/r/smashbros"><img src="assets/redditicon2.jpg" style="margin:5px; border-radius:3px;" />/r/smashbros</a>, <a href="http://reddit.com/r/ssbm">/r/ssbm</a> and <a href="http://reddit.com/r/ssbpm">/r/ssbpm</a></li>
<a href="http://smashlounge.com"><li style="color:#3CE4B2"><img src="assets/slicon.jpg" style="margin:5px;border-radius:3px;"/>SmashLounge</li></a>
<a href="https://www.youtube.com/user/meleemechanics"><li><img src="assets/kadicon.jpg" style="margin:5px;border-radius:3px;"/>Kadano's Melee Mechanics</li></a>
<a href="http://smashdatabase.com"><li style="color:#6EBEFF;"><img src="http://smashdatabase.com/uploads/fufu/logo__53e947d79385fo_18v3k01j5jfe1pjfth91b19ms7.png"width="20px" height="20px" style="margin:5px;"/>SmashDatabase</li></a>
<a href="http://smash.gg"><li style="color:#e34444;"><img src="assets/smashggicon.png" style="margin:5px;border-radius:3px;"/>Smash.gg</li></a>
</ul>
</div>
</div>
</div>
</div>
</div>
</div></body>
</html>