Flat iPhone 5S made with pure CSS
Forked from Ali Khalilifar's Pen CSS Pure Flat iPhone 5S.
A Pen by Giovani Oliveira on CodePen.
Flat iPhone 5S made with pure CSS
Forked from Ali Khalilifar's Pen CSS Pure Flat iPhone 5S.
A Pen by Giovani Oliveira on CodePen.
Forked from Adrien Jarthon's Pen Pure CSS browser mockups.
A Pen by Giovani Oliveira on CodePen.
A Pen by Giovani Oliveira on CodePen.
// Macro | |
HTML::macro('table', function($fields = array(), $data = array(), $resource, $showEdit = true, $showDelete = true, $showView = true){ | |
$table = '<table class="table table-bordered">'; | |
$table .='<tr>'; | |
if ($showEdit || $showDelete || $showView ) | |
$table .= '<th></th>'; | |
foreach ($fields as $field) | |
{ | |
$table .= '<th>' . Str::title($field) . '</th>'; |
# ~/.bashrc: executed by bash(1) for non-login shells. | |
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) | |
# for examples | |
#Suporte ao Git: | |
source ~/.git-completion.bash #https://github.com/git/git/blob/master/contrib/completion/git-completion.bash | |
source ~/.git-prompt.sh #https://github.com/git/git/blob/master/contrib/completion/git-prompt.sh | |
# If not running interactively, don't do anything | |
[ -z "$PS1" ] && return |
# --------------------------- | |
# Autor: giovani Oliveira | |
# Data: 20-10-2016. | |
#------------------------------------------------------- | |
# Enable aliases to be sudo’ed | |
#------------------------------------------------------- | |
alias sudo='sudo ' | |
#------------------------------------------------------- |
#!/usr/bin/env bash | |
#---------------------------------------------------- | |
# Minimal installation of LAMP on Vagrant box on up! | |
#---------------------------------------------------- | |
apt-get update | |
apt-get install -y apache2 vim mc htop bmon git curl iftop | |
apt-get install -y php5 php5-mcrypt | |
apt-get install -y mysql-server php5-mysql | |
#---------------------------------------------------- | |
# Create a sylink for batcave :) (Vagrant Home/Shared Folder) to /var/www |
This is a paragraph, which is text surrounded by whitespace. Paragraphs can be on one