-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
96 lines (87 loc) · 5.37 KB
/
index.html
File metadata and controls
96 lines (87 loc) · 5.37 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<html>
<head>
<title>Smash-Ultimate - Home</title>
<link rel="stylesheet" href="./css/dark-colors.css">
<link rel="stylesheet" href="./css/dark-mode.css">
<link rel="stylesheet" href="./css/main.css">
<link rel="shortcut icon" href="https://www.smashbros.com/ja_JP/assets_v2/img/howtoplay/mode_label_ico01.svg">
</head>
<body>
<center style="background-color:black; width:100%;">
<a href="./index.html"><img src="./res/lineup.png" alt="Smash Line Up" style="width:100%;max-width: 1000px;"></a>
<br>
<center class="bar">
<a href="./info.html" style="background-color:black;"> <button class="bar-button">Character Info</button></a>
<!--<a href="./play.html" style="background-color:black;"> <button class="bar-button">How To Play A Character</button></a>-->
<a href="./main.html" style="background-color:black;"> <button class="bar-button">Find A Main</button></a>
<a href="./basics.html" style="background-color:black;"> <button class="bar-button">How TO Smash</button></a>
<a href="./stages.html" style="background-color:black;"> <button class="bar-button">Legal Stages</button></a>
<a href="./stagepick.html" style="background-color:black;"> <button class="bar-button">Stage Counter Picks</button></a>
<a href="https://ultimateframedata.com/smash" style="background-color:black;"> <button class="bar-button">Frame Data</button></a>
<a href="https://smasharchives.com/character" style="background-color:black;"> <button class="bar-button">MatchUp Vods</button></a>
</center>
<h1 class="title">HOME</h1>
</center>
<div class="main-content" style="overflow-wrap: break-word; padding-bottom: 250px;">
<h2>Wellcome to Smash-Ultimate.github.io</h2>
<p>This is currently a work in progress website, you can find some usefull links bellow if the page on your character does not exsist</p>
<h3>Resorces</h3>
A list of resorces I used to make this website
<ul>
<li><a href="https://smashcords.com/smash-5">Smash Discords: https://smashcords.com/smash-5</a></li>
<br><li><a href="https://docs.google.com/document/u/1/d/1-BHZTpeK3MbopAGSgr0_H15jR6UCR4DYua8lRbvnS2o/mobilebasic?pli=1">Smash Ultmate guide from discord: https://docs.google.com/document/u/1/d/1-BHZTpeK3MbopAGSgr0_H15jR6UCR4DYua8lRbvnS2o/mobilebasic?pli=1</a></li>
<br><li><a href="https://smasharchives.com/">Good place to find VODs for Matchups: https://smasharchives.com/</a></li>
<br><li><a href="https://www.youtube.com/playlist?list=PL_muj8ZcinN6RxpSAEwB54XJ7At-GACrw">Combos: https://www.youtube.com/playlist?list=PL_muj8ZcinN6RxpSAEwB54XJ7At-GACrw</a></li>
<br><li><a href="https://www.youtube.com/playlist?list=PLlguqIn_UgrLvgqzn_w2yIoQR8Hs2HfMC">TravPlay beat every character: https://www.youtube.com/playlist?list=PLlguqIn_UgrLvgqzn_w2yIoQR8Hs2HfMC</a></li>
<br><li><a href="https://www.youtube.com/watch?v=29c6-AJr8LY">Video for every characters best stage https://www.youtube.com/watch?v=29c6-AJr8LY</a></li>
<br><li><a href="https://ultimateframedata.com/smash">FrameData: https://ultimateframedata.com/smash</a></li>
<br><li><a href="https://www.ssbu-stage-guides.com">Stagedata: https://www.ssbu-stage-guides.com</a></li>
<br><li><a href="https://docs.google.com/spreadsheets/d/1yV_z8XGMDM3TRNC66mtAw1CBHBOABji8J6T-XlbZrhw">Match Up Data: https://docs.google.com/spreadsheets/d/1yV_z8XGMDM3TRNC66mtAw1CBHBOABji8J6T-XlbZrhw</a></li>
<br><li><a href="https://docs.google.com/document/d/1LNHWtwFH_jTltWjs0hp5r6QGOt6Gdd3QjJy6veyK6W8/edit">Notes on most characters: https://docs.google.com/document/d/1LNHWtwFH_jTltWjs0hp5r6QGOt6Gdd3QjJy6veyK6W8/edit</a></li>
<br><li><a href="https://competitivesmash.com/smash-ultimate-matchup-charts/">A website with aload of top players MU charts: https://competitivesmash.com/smash-ultimate-matchup-charts/</a></li>
</ul>
<h3>Character Info</h3>
<ul>
<li>Character's Info</li>
<li>Character's Prefered/Unperfered Stages</li>
<li>Character's Stage Counter-picks</li>
<li>Character's Frame-Data</li>
<li>Character's Attributes</li>
<li>Character's Match-ups</li>
<li>Character's Match up Videos</li>
<li>Character Discord</li>
<li>Character's Combos</li>
<li>Character Guides</li>
</ul>
<h3>How TO Smash</h3>
<ul>
<li>Starter Guides</li>
<li>Advanced Guides</li>
<li>The other Random Stuff</li>
</ul>
<h3>Find A Main</h3>
<ul>
<li>Character flow chart</li>
<li>Teir List</li>
<li>Character By Archetype</li>
</ul>
<h3>Legal Stages</h3>
<ul>
<li>The Ruleset is 3 stock, 7:00 minutes items off</li>
<li>A list of legal stages</li>
<li>A list of semi-legal stages</li>
</ul>
</div>
<div class="footer">
Made By One Joker/Wolf Main On 12/09/2023 (UK)
<br>
<br>
Most the stuff on this website is data I found across the internet that I have compiled for convenience.
In no way do I claim to own any of the vidoes, images or information within this website (One thing I own is the code though)
<br>
<br>
Smash-Ultimate.github.io isn't endorsed by Nintendo and doesn't reflect the views or opinions of Nintendo or anyone officially involved in producing or managing Super Smash Bros.
Super Smash Bros. and Nintendo are trademarks or registered trademarks of Nintendo CO., LTD
</div>
</body>
</html>