Add buttons on homepage to submit new events and news.
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 8 Nov 2018 20:40:09 +0000 (15:40 -0500)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 8 Nov 2018 20:40:09 +0000 (15:40 -0500)
It was not necessarily obvious how to do this from our navigation,
so this should help.

templates/index.html

index 3739a0b2e6d67ef162691f940673d2cc73d53ddd..33c12c602c56277207b49f337046563e5fe4a6ca 100644 (file)
@@ -95,7 +95,8 @@
           indicates that an event is recognised under the <a href="/community/recognition/#conferences">community event guidelines</a> and is directly helping the PostgreSQL community.
         </p>
       </div>
-      <a href="/about/events/" title="Check Schedule"><button type="button" class="btn btn-center btn-primary">Check Schedule</button></a>
+      <a href="/about/events/" title="Check Schedule"><button type="button" class="btn btn-center btn-primary" style="display: inline-block;">Check Schedule</button></a>
+      <a href="/account/events/new/" title="Add Your Event"><button type="button" class="btn btn-center btn-primary" style="display: inline-block;">Add Your Event</button></a>
     </div>
     <!-- END Feature -->
     <!-- Feature -->
           <li><a href="/docs/11/release-11-1.html">PostgreSQL 11 Release Notes</a></li>
           <li><a href="/download/">Download</a></li>
         </ul>
-        <a href="/about/newsarchive/" title="Archives"><button type="button" class="btn btn-primary">Browse Archives</button></a>
+        <a href="/about/newsarchive/" title="Archives"><button type="button" class="btn btn-primary btn-center" style="display: inline-block;">Browse Archives</button></a>
+        <a href="/account/news/new/" title="Submit News"><button type="button" class="btn btn-primary btn-center" style="display: inline-block;">Submit News</button></a>
     </div>
     <div class="col-lg-5">
       <div class="sidebar">