-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
49 lines (44 loc) · 2.77 KB
/
contact.html
File metadata and controls
49 lines (44 loc) · 2.77 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-111207648-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-111207648-1');
</script>
<meta charset="UTF-8">
<title>OSM - Contact Us</title>
<link rel='icon' href='favicon.ico' type='image/x-icon'>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name"><img src="images/logo.png" alt="OSM_Logo" style="width:70%;"></h1>
<h2 class="project-tagline">The Open-Source Smash 4 Mod for 3DS and Wii U!</h2>
<a href="/" class="btn">Home</a>
<a href="/releases" class="btn">Releases</a>
<a href="/changeloghub" class="btn">Changelog</a>
<a href="/devblog" class="btn">Devblog</a>
<a href="/contact" class="btn">Contact Us</a>
<a href="/contribute" class="btn">Contribute on Github!</a>
</section>
<section class="main-content">
<h1><a id="contactus" class="anchor" href="#contactus" aria-hidden="true">Contact Us!</a></h1>
<p>Currently, our only official channels are through Twitter and Discord. Follow us <a href="https://twitter.com/OpenSmashMod">@OpenSmashMod</a> and join our <a href="https://discord.gg/aeM2bx9" target="_blank">Discord server</a>!</p><br>
<a class="twitter-timeline" data-width="600" data-height="800" data-theme="light" data-link-color="#4b95af" href="https://twitter.com/OpenSmashMod?ref_src=twsrc%5Etfw">Tweets by OpenSmashMod</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<iframe src="https://discordapp.com/widget?id=389592621623803904&theme=light" width="600" height="800" allowtransparency="true" frameborder="0"></iframe>
<footer class="site-footer">
<span class="site-footer-copyright">OSM is a non-profit, open-source mod of Super Smash Bros. for Wii U and 3DS.<br>
The OSM Development Team (OSMDT) does not support any form of piracy; The official versions of OSM require all users to own a copy of the game for either system. Additionally, no paid DLC will be unlocked by using this mod.
</span>
</footer>
</section>
</body>
</html>