Skip to content

Instantly share code, notes, and snippets.

@peppy
Created September 25, 2019 22:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peppy/a387c8fc05da0188fd5d57e757298c01 to your computer and use it in GitHub Desktop.
Save peppy/a387c8fc05da0188fd5d57e757298c01 to your computer and use it in GitHub Desktop.
{include file="header.tpl" title="Welcome"}
<h1>Welcome to osu!, {$user.username}!</h1>
<div class='paddingboth'>
<div style='float:right'>
<img src='{$STATIC_SERVER}/images/welcome.png' style='padding-right: 5px'/>
</div>
<div>Here are a few resources to help you start your journey:</div>
<ul>
<li><a href="/forum/viewtopic.php?f=14&t=5456">Beginner Training</a> - hand-picked beatmaps to get you started.</li>
<li><a href="/p/packlist">Beatmap Packs</a> - Get pre-packaged collections of beatmaps based around a common theme.</li>
<li><a href="/p/beatmaplist">Beatmap Listing</a> - Download some new beatmaps (songs) to play.</li>
<li><a href="/wiki/FAQ">Frequently Asked Questions</a> - find out the basics of the game.</li>
</ul>
<div>A few quick tips while playing osu!:</div>
<ul>
<li>Hit F8 in-game (or click "Show Chat" at the bottom-right corner of the screen) to join the global discussion. You can ask questions here if you run into any problems.</li>
<li>If you are having technical problems, make sure to check out the <a href='http://osu.ppy.sh/forum/5'>tech support forum</a>, and <strong>search</strong> before asking!</li>
</ul>
<div>Also make sure to check out the <a href="http://www.youtube.com/user/osuacademy/">osu!academy video series</a> (and subscribe if you wish!)</div>
<iframe width="500" height="298" style='padding: 5px;' src="//www.youtube.com/embed/videoseries?list=PLmWVQsxi34bMYwAawZtzuptfMmszUa_tl" frameborder="0" allowfullscreen></iframe>
</div>
{include file="footer.tpl"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment