Skip to content

Commit

Permalink
Welcome Gustavo!
Browse files Browse the repository at this point in the history
Welcome on board, @bordoni
  • Loading branch information
zackkatz committed May 8, 2015
1 parent 920c3f2 commit 4400a15
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
Binary file added assets/images/gustavo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/zack.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/zack.png
Binary file not shown.
15 changes: 11 additions & 4 deletions includes/class-admin-welcome.php
Original file line number Diff line number Diff line change
Expand Up @@ -480,23 +480,30 @@ public function credits_screen() { ?>

<p class="about-description"><?php _e( 'GravityView is brought to you by:', 'gravityview' ); ?></p>

<div class="feature-section col two-col">
<div class="feature-section col three-col">

<div>
<h2>Zack Katz</h2>
<h4 style="font-weight:0; margin-top:0">Project Lead &amp; Developer</h4>
<p></p>
<p><img style="float:left; margin: 0 15px 0 0;" src="<?php echo plugins_url( 'assets/images/zack.png', GRAVITYVIEW_FILE ); ?>" width="94" height="94" />Zack has been developing integrations with Gravity Forms since 2009. He is the President of Katz Web Services and lives with his wife and cat in Denver, Colorado.</p>
<p><img style="float:left; margin: 0 15px 10px 0;" src="<?php echo plugins_url( 'assets/images/zack.jpg', GRAVITYVIEW_FILE ); ?>" width="94" height="94" />Zack has been developing integrations with Gravity Forms since 2009. He is the President of Katz Web Services and lives with his wife (and cat) in Denver, Colorado.</p>
<p><a href="https://katz.co">View Zack&rsquo;s website</a></p>
</div>

<div class="last-feature">
<div>
<h2>Luis Godinho</h2>
<h4 style="font-weight:0; margin-top:0">Developer &amp; Support</h4>
<p><img style="margin: 0 15px 0 0;" class="alignleft avatar" src="<?php echo plugins_url( 'assets/images/luis.jpg', GRAVITYVIEW_FILE ); ?>" width="94" height="94" />Luis is a WordPress developer passionate about WordPress. He is a co-founder and partner of GOMO, a digital agency located in Lisbon, Portugal.</p>
<p><img style="margin: 0 15px 10px 0;" class="alignleft avatar" src="<?php echo plugins_url( 'assets/images/luis.jpg', GRAVITYVIEW_FILE ); ?>" width="94" height="94" />Luis is a WordPress developer passionate about WordPress. He is a co-founder and partner of GOMO, a digital agency located in Lisbon, Portugal.</p>
<p><a href="http://tinygod.pt">View Luis&rsquo;s website</a></p>
</div>

<div class="last-feature">
<h2>Gustavo Bordoni</h2>
<h4 style="font-weight:0; margin-top:0">Developer &amp; Support</h4>
<p><img style="margin: 0 15px 10px 0;" class="alignleft avatar" src="<?php echo plugins_url( 'assets/images/gustavo.jpg', GRAVITYVIEW_FILE ); ?>" width="94" height="94" />Gustavo is a WordPress developer and an active WordPress community member. He is a frequent WordCamp speaker and is based in Rio de Janeiro, Brazil.</p>
<p><a href="http://bordoni.me">View Gustavo&rsquo;s website</a></p>
</div>

</div>

<hr class="clear" />
Expand Down

0 comments on commit 4400a15

Please sign in to comment.