<?php
/**
* Welcome to my website
*
* Created by Rodrigo Ibraim
* Last update: 2012/05/13
*
* If you're reading some PHP code, congratulations!!! It means you have no vision issues, this is my site.
* Please "Like" it on Facebook and visit my blog: http://php-blog.rodrigoibraim.com.br :)
*/
Class RodrigoIbraim Extends Controller
{
public function index()
{
/**
* Here goes some information about me
* e.g. name, phone and e-mail
*/
$content['card'] = array (
'name' => 'Rodrigo Ibraim',
'email' => array('rodrigo@rodrigoibraim.com.br','rodrigoibraim@gmail.com'),
'job' => 'IBM (GWPS)');
/**
* Here goes some jobs I've been working on
*/
$content['jobs'] = array (
'raje' => 'http://loja.rajejeans.com.br/index.php/main/home',
'IBM' => 'http://ibm.com',
'ChiqueCasual' => 'http://chiquecasual.com.br/',
'queropontos' => 'http://queropontos.com.br/',
'pme_brz' => 'http://www.ibm.com/midmarket/br/pt/index.html',
'pme_ssa' => 'http://www.ibm.com/midmarket/ar/es/index.html',
'puresystem' => 'http://www.ibm.com/ibm/puresystems/us/en/',
'smac' => 'http://www.smac.org/',
'queropontos' => 'http://queropontos.com.br/');
/**
* Here goes some links
*/
$content['link'] = array (
'PHP-Blog' => 'http://php-blog.rodrigoibraim.com.br.com',
'CodeIgniter' => 'http://codeigniter.com',
'IBM' => 'http://ibm.com',
'JQuery' => 'http://jquery.com');
/**
* Load View card.php
*/
$this->load->view('card',$content);
}
}
Did you like? Call me then.