Skip to content

Commit

Permalink
logo tech
Browse files Browse the repository at this point in the history
  • Loading branch information
elsoftpy committed Jul 5, 2024
1 parent fa471c0 commit 76c7b76
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion app/Traits/ClubsTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,31 @@ public function club($rubro, $getImagen = null){
case 25:
$imagen = "images/caratula-agro.PNG";
$club = "Agribusiness Salary Market Survey - Viterra Paraguay S.A.";
break;
break;
case 26:
$imagen = "images/caratula-naviera.PNG";
$club = "Navemar Especial";
break;
case 27:
$imagen = "images/caratula-agro.PNG";
$club = "Syngenta Especial";
break;
case 28:
$imagen = "images/caratula-agro.PNG";
$club = "Club de Prueba";
break;
case 29:
$imagen = "images/caratula-agro.PNG";
$club = "CARSA";
break;
case 30:
$imagen = "images/caratula-agro.PNG";
$club = "CARSA - sin svr";
break;
case 31:
$imagen = "images/tech.jpg";
$club = "Clube de Bancos - TECH";
break;
default:
$imagen = "images/caratula-bancos.PNG";
$club = "de Bancos";
Expand Down Expand Up @@ -113,6 +137,22 @@ public function club($rubro, $getImagen = null){
$imagen = "images/caratula-agro.PNG";
$club = "Syngenta Especial";
break;
case 28:
$imagen = "images/caratula-agro.PNG";
$club = "Club de Prueba";
break;
case 29:
$imagen = "images/caratula-agro.PNG";
$club = "CARSA";
break;
case 30:
$imagen = "images/caratula-agro.PNG";
$club = "CARSA - sin svr";
break;
case 31:
$imagen = "images/tech.jpg";
$club = "Club de Bancos - TECH";
break;
default:
$imagen = "images/caratula-bancos.PNG";
$club = "Club de Bancos";
Expand Down
Binary file added public/images/tech.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 76c7b76

Please sign in to comment.