Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions lib/MetaCPAN/Web/Controller/About.pm
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ sub contact : Local : Args(0) {
$c->stash( template => 'about/contact.html' );
}

sub meta_hack : Local : Args(0) {
my ( $self, $c ) = @_;
$c->stash( template => 'about/meta_hack.html' );
}

sub resources : Local : Args(0) {
my ( $self, $c ) = @_;
$c->res->redirect( '/about/contact', 301 );
Expand Down
61 changes: 61 additions & 0 deletions root/about/meta_hack.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<% PROCESS inc/about-bar.html %>
<% title = 'meta::hack' %>
<div class="content about about-sponsor">
<div class="sponsor">
<div class="row">
<div class="col-md-12">
<h1><center>Platinum Sponsors</center></h1>
</div>
</div>
<div class="row">
<div class="col-md-2">
<a href="http://www.booking.com/"><img src="/static/images/sponsors/booking.jpeg" align="left"></a>
</div>
<div class="col-md-10">
<p><a href="http://www.booking.com/">Booking.com</a> formerly provided a server for testing and content backup.</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h1><center>Gold Sponsors</center></h1>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h1><center>Silver Sponsors</center></h1>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h1><center>Bronze Sponsors</center></h1>
</div>
</div>
<div class="row">
<div class="col-md-2">
<a href="https://www.easyname.com/en"><img src="/static/images/sponsors/easyname.png" align="left"></a>
</div>
<div class="col-md-10">
<p>
<a href="https://www.easyname.com/en">easyname.com</a> is the first official sponsor of meta::hack.
</p>
<p>

easyname is an international domain and webhosting provider.
easyname has positioned itself as an honest provider tailored
towards professionals and domainers. They do not practice deceptive
marketing tactics and sneaky upsells. They are proud long time
supporters of CPAN.

</p>
</div>
</div>
<div class="row">
<div class="col-md-2">
<a href="http://www.enlightenedperl.org/"><img src="/static/images/sponsors/epo.png" align="left"></a>
</div>
<div class="col-md-10">
<p>The Enlightened Perl Organisation has kindly managed all sponsor money for meta::hack.</p>
</div>
</div>
</div>
</div>