Completed
Push — master ( e1f21c...1b0b82 )
by Megh
04:35
created
src/app/views/templates/team/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 </div>
8 8
 <article class="page team">
9 9
 <?php
10
-function img($img_name, $name=null) {
10
+function img($img_name, $name = null) {
11 11
 ?>
12 12
 
13 13
     <div class="img-container<?=$name ? '' : ' group-pic' ?>" style="transform: rotate(<?= 2 - rand(1, 4) ?>deg)">
Please login to merge, or discard this patch.
src/app/views/globe.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,18 +2,18 @@
 block discarded – undo
2 2
     <?php
3 3
     for ($i = 1; $i <= 15; $i++) {
4 4
         ?>
5
-        <div style="transform: rotate( <?= rand(1,360) ?>deg);">
5
+        <div style="transform: rotate( <?= rand(1, 360) ?>deg);">
6 6
             <div class="cloud globe" style="
7 7
                     position:absolute;
8
-                    animation-duration: <?=35+rand(-5,5)?>s !important;
8
+                    animation-duration: <?=35 + rand(-5, 5)?>s !important;
9 9
                     top: 100%;
10 10
                     left: 50%;
11 11
                     ">
12
-                <img src="<?= base_url() ?>static/images/cloud<?=rand(1,3)?>.png" class="cloud-img" style="
12
+                <img src="<?= base_url() ?>static/images/cloud<?=rand(1, 3)?>.png" class="cloud-img" style="
13 13
                         position: relative;
14 14
                         z-index:2;
15 15
                         transform: translate(-50%, -50%);
16
-                        bottom:<?=28+ rand(-5,5) ?>vw;
16
+                        bottom:<?=28 + rand(-5, 5) ?>vw;
17 17
                         width:9vw; height: auto; opacity: 80%;">
18 18
             </div>
19 19
         </div>
Please login to merge, or discard this patch.