-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
68 lines (61 loc) · 2.97 KB
/
contact.html
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
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="site.css" />
<link href='https://fonts.googleapis.com/css?family=Roboto:400,900,700,100' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="ssslogo.ico" />
<title>Contact</title>
</head>
<body>
<img class='fade-in' src="Logo.png" width="25%" />
<nav>
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">Mechanics</a></li>
<li>
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Characters<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="Basara.html">Basara</a></li>
<li><a href="Charlotte.html">Charlotte</a></li>
<li><a href="Darli.html">Darli</a></li>
<li><a href="Earthquake.html">Earthquake</a></li>
<li><a href="Galford.html">Galford</a></li>
<li><a href="Genjuro.html">Genjuro</a></li>
<li><a href="Hanzo.html">Hanzo</a></li>
<li><a href="Haohmaru.html">Haohmaru</a></li>
<li><a href="Jubei.html">Haohmaru</a></li>
<li><a href="Kazama.html">Kazama</a></li>
<li><a href="Kyoshiro.html">Kyoshiro</a></li>
<li><a href="Nakoruru.html">Nakoruru</a></li>
<li><a href="#Rimururu">Rimururu</a></li>
<li><a href="Shiki.html">Shiki</a></li>
<li><a href="TamTam.html">Tam Tam</a></li>
<li><a href="Ukyo.html">Ukyo</a></li>
<li><a href="Wanfu.html">Wan-Fu</a></li>
<li><a href="WuRuixiang.html">WuRuixiang</a></li>
<li><a href="Yashamaru.html">Yashamaru</a></li>
<li><a href="Yoshitora.html">Yoshitora</a></li>
</ul>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<br />
<br />
<p>
SamSho Strats is a community driven project, and as such, we are taking any suggestions, such as articles, videos, frame data, and other tidbits of information to make the best comprehensive guide for everyone to learn and play. If you would like to contribute, please click the contact links down below.
<br />
<br />
<address>
<strong>Twitter:</strong> <a href="https://twitter.com/SamShoStrats" target="null">@SamShoStrats</a>
</address>
<br />
<address>
<strong>Support:</strong> <a href="mailto:[email protected]" target="null">E-mail</a><br />
</address>
<br />
<address>
<a href="https://discord.gg/Vtr945u">Discord</a>
</address>
</body>
</html>