[Commits] [svn:einsteintoolkit] www/ (Rev. 1529)

barry.wardell at gmail.com barry.wardell at gmail.com
Sun Jun 5 17:05:09 CDT 2016


User: barry.wardell
Date: 2016/06/05 05:05 PM

Modified:
 /about/gallery/
  index.php
 /global/
  style.css

Log:
 gallery: Add images and rework formatting of main gallery page

File Changes:

Directory: /about/gallery/
==========================

File [modified]: index.php
Delta lines: +40 -9
===================================================================
--- about/gallery/index.php	2016-06-05 22:04:58 UTC (rev 1528)
+++ about/gallery/index.php	2016-06-05 22:05:09 UTC (rev 1529)
@@ -20,12 +20,35 @@
 -->
 
 <p>
-<ul>
-<li><a href="tov">Single, stable neutron star</a></li>
-<li><a href="NsNsToHMNS">Binary, inspiraling neutron stars forming a hypermassive neutron star</a></li>
-<li><a href="poisson">Poisson equation</a></li>
-
-</ul>
+  <ul>
+    <li class="gallerytable">
+      <div class="gallerytable">
+        <a href="tov">
+          <img src="tov/rho_max.png" class="gallerytable">
+          <br>
+          Single, stable neutron star
+        </a>
+      </div>
+    </li>
+    <li class="gallerytable">
+      <div class="gallerytable">
+        <a href="NsNsToHMNS">
+          <img src="NsNsToHMNS/rho.png"  class="gallerytable">
+          <br>
+          Binary, inspiraling neutron stars forming a hypermassive neutron star
+        </a>
+      </div>
+    </li>
+    <li class="gallerytable">
+      <div class="gallerytable">
+        <a href="poisson">
+          <img src="poisson/psi.png" class="gallerytable">
+          <br>
+          <p>Poisson equation<p>
+        </a>
+      </div>
+    </li>
+  </ul>
 </p>
 
 <!--
@@ -35,9 +58,17 @@
 
 <h3>Using external but public code</h3>
 <p>
-<ul>
-<li><a href="gw150914">Binary black hole GW150914</a></li>
-</ul>
+  <ul>
+    <li class="gallerytable">
+      <div class="gallerytable">
+        <a href="gw150914">
+          <img src="gw150914/trajectories.png" class="gallerytable"/>
+          <br>
+          Binary black hole GW150914
+        </a>
+      </div>
+    </li>
+  </ul>
 </p>
 
 <!--

Directory: /global/
===================

File [modified]: style.css
Delta lines: +17 -0
===================================================================
--- global/style.css	2016-06-05 22:04:58 UTC (rev 1528)
+++ global/style.css	2016-06-05 22:05:09 UTC (rev 1529)
@@ -166,3 +166,20 @@
 div.gsc-results-wrapper-overlay a:hover, div.gsc-results-wrapper-visible a:hover{
   text-shadow: none;
 }
+
+li.gallerytable {
+    display: inline-block;
+}
+
+div.gallerytable {
+    width: 300px;
+    margin-bottom: 20px;
+    margin-right: 20px;
+    vertical-align: top;
+}
+
+img.gallerytable {
+    width: 100%;
+    vertical-align: top;
+    margin-bottom: 10px;
+}



More information about the Commits mailing list