Skip to content
Merged
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
21 changes: 21 additions & 0 deletions root/about/meta_hack.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,27 @@ <h2 class="text-center">Platinum Sponsors</h2>
</div>


<div class="row">
<div class="col-md-12">
<h2 class="text-center">Silver Sponsors</h2>
</div>
</div>

<div class="row">
<div class="col-sm-2 col-xs-12">
<a href="https://www.servercentral.com">
<img src="/static/images/sponsors/servercentral.png" class="img-responsive">
</a>
</div>
<div class="col-sm-10 col-xs-12">
<p>
<a href="https://www.servercentral.com">ServerCentral</a>
<span><a href="https://www.servercentral.com/">ServerCentral</a></span><span>&nbsp;is a managed datacenter services provider offering fully managed cloud, network, and server infrastructure for startups and Fortune 500s worldwide. They provided the space, wifi, and food for meta::hack, and two of their employees were taking part: Joel Berger (</span><span><a href="https://metacpan.org/author/JBERGER">JBERGER</a></span><span>) and Doug Bell (</span><span><a href="https://metacpan.org/author/PREACTION">PREACTION</a></span><span>). ServerCentral uses Perl for inventory management, deployment systems, and numerous devops related projects.</span>
</p>
</div>
</div>


<div class="row">
<div class="col-md-12">
<h2 class="text-center">Bronze Sponsors</h2>
Expand Down
6 changes: 6 additions & 0 deletions root/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
<!-- cpanel remains until Mar 1, 2018 -->
<a href="http://cpanel.com" target="_blank" class="pull-left"><img src="/static/images/sponsors/cpanel.png"></a>
</div>
<div class="col-sm-4 col-sm-push-4">
<!-- servercentral remains until Mar 1, 2018 -->
<a href="https://www.servercentral.com" target="_blank" class="text-center">
<img src="/static/images/sponsors/servercentral.png" class="img-responsive">
</a>
</div>
</div>
<p>as well as acknowledge:</p>
<div class="row sponsor-grid">
Expand Down