Last active
August 29, 2015 14:22
-
-
Save darui00kara/b2556cc0d27d1420e305 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="jumbotron"> | |
<h2>Welcome to Phoenix!</h2> | |
<p class="lead">Most frameworks make you choose between speed and a productive environment. <a href="http://phoenixframework.org">Phoenix</a> and <a href="http://elixir-lang.org">Elixir</a> give you both.</p> | |
</div> | |
<div class="row marketing"> | |
<div class="col-lg-6"> | |
<h4>Resources</h4> | |
<ul> | |
<li> | |
<a href="http://phoenixframework.org/docs/overview">Guides</a> | |
</li> | |
<li> | |
<a href="http://hexdocs.pm/phoenix">Docs</a> | |
</li> | |
<li> | |
<a href="https://github.com/phoenixframework/phoenix">Source</a> | |
</li> | |
</ul> | |
</div> | |
<div class="col-lg-6"> | |
<h4>Help</h4> | |
<ul> | |
<li> | |
<a href="http://groups.google.com/group/phoenix-talk">Mailing list</a> | |
</li> | |
<li> | |
<a href="https://github.com/phoenixframework/phoenix/issues?state=open">Issues</a> | |
</li> | |
<li> | |
<a href="irc://irc.freenode.net/elixir-lang">#elixir-lang on freenode IRC</a> | |
</li> | |
<li> | |
<a href="https://twitter.com/elixirphoenix">@elixirphoenix</a> | |
</li> | |
</ul> | |
</div> | |
</div> | |
<div id="messages"></div> | |
<input id="chat-input" type="text"></input> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment