Add more flair to the report
authorCameron Ball <cameron@cameron1729.xyz>
Thu, 17 Jan 2019 08:28:15 +0000 (16:28 +0800)
committerCameron Ball <cameron@cameron1729.xyz>
Thu, 17 Jan 2019 08:35:42 +0000 (16:35 +0800)
src/report.php
src/saitama.png [new file with mode: 0644]

index c05c59e..467c0c0 100644 (file)
             .nav-pills {
                 margin-bottom: 1rem;
             }
+img {
+    image-rendering: optimizeSpeed;             /* STOP SMOOTHING, GIVE ME SPEED  */
+    image-rendering: -moz-crisp-edges;          /* Firefox                        */
+    image-rendering: -o-crisp-edges;            /* Opera                          */
+    image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
+    image-rendering: pixelated; /* Chrome */
+    image-rendering: optimize-contrast;         /* CSS3 Proposed                  */
+    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                           */
+    height: 100%;
+}
         </style>
     </head>
     <body>
         <div class="container">
-            <?php echo doIt(); ?>
+                  <h1>The Onion Report</h1>
+                  <div class="row">
+                            <div class="col-lg-6"><img src="saitama.png" /></div>
+                            <div class="col-lg-6"><?php echo doIt(); ?></div>
+                  </div>
         </div>
     </body>
 </html>
diff --git a/src/saitama.png b/src/saitama.png
new file mode 100644 (file)
index 0000000..46b9d41
Binary files /dev/null and b/src/saitama.png differ