Skip to content

Commit

Permalink
edit main ref image
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Dardouri committed Jun 28, 2015
1 parent 733fcf8 commit 2bd22d7
Show file tree
Hide file tree
Showing 6 changed files with 1,234 additions and 116 deletions.
Empty file modified Readme.md
100644 → 100755
Empty file.
Binary file modified assets/img/main_ref.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,346 changes: 1,232 additions & 114 deletions assets/img/main_ref.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified git_webhook/pull.php
100644 → 100755
Empty file.
Empty file modified git_webhook/release.php
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions master/controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
$image->setURL( cdn."/img/main_ref.png" );
//$image->setSecureURL( cdn."/img/main_ref.png" );
$image->setType( 'image/png' );
$image->setWidth( 500 );
$image->setHeight( 500 );
$image->setWidth( 1200 );
$image->setHeight( 628 );

$ogp->addImage($image);
}
Expand Down

0 comments on commit 2bd22d7

Please sign in to comment.