forked from hanami/hanami.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request hanami#122 from hanami/hanami
Hanami 🌸
- Loading branch information
Showing
166 changed files
with
2,788 additions
and
22,181 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
lotusrb.org | ||
hanamirb.org |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,64 +1,53 @@ | ||
<section class="email-signup"> | ||
<div class="container-fluid wrapper"> | ||
<form action="http://lotusrb.us3.list-manage.com/subscribe/post" method="POST" class=""> | ||
<input name="u" value="dcbeefa4ba1ea9ae043857005" type="hidden"> | ||
<input name="id" value="fb3873a90f" type="hidden"> | ||
<input name="orig-lang" value="1" type="hidden"> | ||
<input type="email" placeholder="Enter your email to get updates" spellcheck="false" autocapitalize="off" autocorrect="off" name="MERGE0" id="MERGE0" value="" class="pull-left"> | ||
<button type="submit" class="btn btn-primary pull-right">Subscribe</button> | ||
</form> | ||
</div> | ||
</section> | ||
|
||
<footer class="primary"> | ||
<div class="container-fluid wrapper"> | ||
<div class="block app-block-footer"> | ||
<div class="container"> | ||
<div class="row"> | ||
<a class="logo col-md-3" href="/">logo</a> | ||
<% articles(2).each do |article| %> | ||
<div class="col-md-4"> | ||
<span class="date"><%= article_date(article) %></span> | ||
<h4><%= article_title(article) %></h4> | ||
<p><%= article_summary(article) %></p> | ||
<%= link_to 'Read more...', article %> | ||
</div> | ||
<% end %> | ||
</div> | ||
</div> | ||
|
||
<div class="sub-footer wrapper"> | ||
<p class="copyright pull-left">© 2014-<span id="copyright-year">{{year}}</span> <a href="http://lucaguidi.com/">Luca Guidi</a> – Lotus is released under the MIT License. | ||
<br> | ||
<br> This website and its contents are released under <a href="http://creativecommons.org/licenses/by-nc/4.0/" href="_blank">CC Attribution-NonCommercial 4.0</a>. | ||
<br> Maintained with <3 by the <a href="https://github.com/orgs/lotus/people" target="_blank">core team</a> with help from <a href="https://github.com/lotus/lotus/graphs/contributors" target="_blank">contributors</a>. Site Design by <a href="http://www.alantippins.com/">Alan Tippins</a>.</p> | ||
<ul class="social"> | ||
<li><a href="https://twitter.com/lotus_rb" target="_blank" class="icon-twitter"></a></li> | ||
<li><a href="https://github.com/lotus" target="_blank" class="icon-github"></a></li> | ||
</ul> | ||
</div> | ||
|
||
<div id="sponsors" class="sub-footer wrapper row"> | ||
<div class="col-xs-6 col-md-4"> | ||
<a href="http://dnsimple.link/resolving-lotus" target="_blank"> | ||
<span>Resolving with<br/></span> | ||
<img src="https://cdn.dnsimple.com/assets/resolving-with-us/logo-dark.png" alt="DNSimple" style="display:block;margin:0;padding:0;width:100px;"/> | ||
</a> | ||
</div> | ||
<div class="col-xs-6 col-md-8"> | ||
<div class="col-sm-2 m-b"> | ||
<ul class="list-unstyled list-spaced"> | ||
<li><h6 class="text-uppercase">Project</h6></li> | ||
<li><a href="https://github.com/hanami" target="_blank">GitHub</a></li> | ||
<li><a href="https://twitter.com/hanamirb" target="_blank">Twitter</a></li> | ||
<li><a href="https://rubygems.org/gems/hanami" target="_blank">Rubygems</a></li> | ||
</ul> | ||
</div> | ||
<div class="col-sm-2 m-b"> | ||
<ul class="list-unstyled list-spaced"> | ||
<li><h6 class="text-uppercase">Community</h6></li> | ||
<li><a href="/community#code-of-conduct">Code of Conduct</a></li> | ||
<li><a href="http://chat.hanamirb.org" target="_blank">Chat</a></li> | ||
<li><a href="https://discuss.hanamirb.org" target="_blank">Forum</a></li> | ||
<li><a href="http://stackoverflow.com/questions/tagged/hanami" target="_blank">StackOverflow</a></li> | ||
<li><a href="/mailing-list">Mailing List</a></li> | ||
</ul> | ||
</div> | ||
<div class="col-sm-2 m-b"> | ||
<ul class="list-unstyled list-spaced"> | ||
<a href="http://dnsimple.link/resolving-lotus" target="_blank"> | ||
<span>Resolving with<br/></span> | ||
<img src="https://cdn.dnsimple.com/assets/resolving-with-us/logo-dark.png" alt="DNSimple" style="display:block;margin:0;padding:0;width:100px;"/> | ||
</a> | ||
</ul> | ||
</div> | ||
<div class="col-sm-6"> | ||
<h6 class="text-uppercase">About</h6> | ||
<p> | ||
Hanami is a web framework for Ruby — © 2014-<%= Time.now.year %> <a href="http://lucaguidi.com" target="_blank">Luca Guidi</a>.<br> | ||
Released under the <a href="https://opensource.org/licenses/MIT" target="_blank">MIT License</a>. | ||
<br><br> | ||
This project was formerly known as <strong>Lotus</strong>. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> | ||
<script>window.jQuery || document.write('<script src="javascripts/vendor/jquery-1.11.2.min.js"><\/script>')</script> | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment.min.js"></script> | ||
|
||
<%= javascript_include_tag 'application' %> | ||
</div> | ||
<script src="/javascripts/jquery.min.js" type="text/javascript"></script> | ||
<script src="/javascripts/toolkit.js" type="text/javascript"></script> | ||
<script src="/javascripts/application.js" type="text/javascript"></script> | ||
|
||
<script> | ||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | ||
ga('create', 'UA-47369640-1', 'lotusrb.org'); | ||
ga('create', 'UA-47369640-1', 'hanamirb.org'); | ||
ga('send', 'pageview'); | ||
</script> |
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<div class="block block-bordered-lg text-center"> | ||
<div class="container-fluid"> | ||
<p class="lead m-b-md"> | ||
Join a community of over 2,000+ developers. | ||
</p> | ||
<form action="http://hanamirb.us3.list-manage.com/subscribe/post" method="POST" class="form-inline"> | ||
<input name="u" value="dcbeefa4ba1ea9ae043857005" type="hidden"> | ||
<input name="id" value="fb3873a90f" type="hidden"> | ||
<input name="orig-lang" value="1" type="hidden"> | ||
<input type="email" class="form-control m-b" placeholder="Email Address" spellcheck="false" autocapitalize="off" autocorrect="off" name="MERGE0" id="MERGE0" value=""> | ||
<button class="btn btn-primary m-b">Subscribe</button> | ||
</form> | ||
<small class="text-muted"> | ||
By clicking "Subscribe" I want to subscribe to Hanami mailing list. | ||
</small> | ||
</div> | ||
</div> |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,26 @@ | ||
--- | ||
title: Lotus - Blog | ||
title: Hanami | Blog | ||
--- | ||
<section class="blog wrapper animated fadeIn"> | ||
<div class="container-fluid"> | ||
<% articles.each do |article| %> | ||
<div class="col-lg-12 col-md-12 main"> | ||
<h2 class="page-header"> | ||
<%= article_title(article) %> | ||
<div class="meta">Posted by <strong class="author"><%= article_author(article) %></strong> on <%= article_date(article) %></div> | ||
</h2> | ||
<div class="container container-blog"> | ||
<div class="block block-inverse text-center"> | ||
<div class="block-foreground"> | ||
<h1 class="block-title">Blog</h1> | ||
</div> | ||
<div class="block-background"> | ||
<img src="/images/blog-header.jpg"> | ||
</div> | ||
</div> | ||
|
||
<p class="lead"><%= article_summary(article) %></p> | ||
<% articles.each do |article| %> | ||
<div class="row"> | ||
<div class="col-xs-12 col-md-10 col-md-offset-1"> | ||
<h2><%= link_to article_title(article), article %></h2> | ||
<h4>Posted by <strong class="author"><%= article_author(article) %></strong> on <em><%= article_date(article) %></em></h4> | ||
|
||
<p class="summary"><%= article_summary(article) %></p> | ||
<%= link_to 'Read more...', article %> | ||
<hr> | ||
</div> | ||
<% end %> | ||
</div> | ||
</section> | ||
</div> | ||
<% end %> | ||
</div> |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.