-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (51 loc) · 3.38 KB
/
index.html
File metadata and controls
57 lines (51 loc) · 3.38 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
<!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 - Open Smash Mod</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>
<!--This will display a youtube video of your choice if activated.-->
<!--<div class="aspect-ratio"><iframe align="center" src="https://www.youtube.com/embed/dQw4w9WgXcQ?&theme=dark&color=white&keyboard=1&autohide=2&modestbranding=1&showinfo=0&rel=0" frameborder="0" allowfullscreen></iframe></div>-->
</section>
<section class="main-content">
<h1><a id="AboutOSM" class="anchor" href="#AboutOSM" aria-hidden="true">What is OSM?</a></h1>
<p>OSM is a new mod for Super Smash Bros. 3DS and Wii U. As this mod is open-source, the only limits are the community's imagination! Some things that have the potential to change include Characters, Gameplay, Stages, SFX and Music, Skins, and even more! If there's something not yet possible to edit, just let us know and we'll do our best to make it editable for you!</p>
<h1><a id="News" class="anchor" href="#News" aria-hidden="true">Latest News</a></h1>
<div style="margin-top:-1rem">
<h3>The Grand Unveiling! - 13/12/17</h3>
<p>This is it, OSM! The Open-Source Smash 4 Mod. It may not suprise many of you, but this mod was born from USM-eM. When development really began slowing to a crawl, we decided something needed to be done, and open-sourcing was our solution... <a href="devblog#devblog1">Read More!</a></p>
<!--<h3>Older News Example - 05/12/17</h3>
<p>Blah Blah Blah... <a href="devblog#devblog0">Read More!</a></p>-->
</div>
<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>