mention replicator
authorMichael Wallner <mike@php.net>
Fri, 4 Sep 2015 06:24:26 +0000 (08:24 +0200)
committerMichael Wallner <mike@php.net>
Fri, 4 Sep 2015 06:24:26 +0000 (08:24 +0200)
app/views/pages/index.phtml

index 6221220e96f8be7f3e8f7f518c3d5cf7dc604db4..119da529c6728e596c9b7c7a79c9276a2eb55d4d 100644 (file)
@@ -7,7 +7,7 @@
                        <small>PHP extension packaging</small>
                </h1>
                <div class="row">
-                       <div class="col-sm-5 col-sm-offset-0">
+                       <div class="col-sm-4 col-sm-offset-0">
                                <h2>
                                        What?
                                </h2>
@@ -19,7 +19,7 @@
                                </a>
                                </p>
                        </div>
-                       <div class="col-sm-5 col-sm-offset-1">
+                       <div class="col-sm-4 col-sm-offset-0">
                                <h2>
                                        Services
                                </h2>
                                Start right with your <em>Github</em> repos!
                                </a>
                        </div>
+                       <div class="col-sm-4 col-sm-offset-0">
+                               <h2>
+                                       Replicator
+                               </h2>
+                               <p>
+                                       Simply download latest replicated
+                                       <a href="http://pecl.php.net">PECL</a> package releases.
+                               </p>
+                               <a href="https://replicator.pharext.org/" class="btn btn-primary btn-lg btn-block">
+                               Browse the <em>Replicator</em> directory!
+                               </a>
+                       </div>
                </div>
        </div>
 </div>