forked from tableless/iniciantes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adicionado texto parcial para meta tags. * Adicionado mais conteúdo. * Adicionado mais conteúdo. * Adiciona uma primeira versao de texto para a propriedade CSS display * Adiciona uma primera versao para o texto sobre seletores coplexos * Adiciona uma primeira versao de texto para jQuery * Adiciona complemento nos textos de seletores complexos e jQuery * Corrige boxes de exemplo do capitulo sobre jQuery * Fix typo orietação -> orientação * Alterei html de alguns c cedilhas e outros para testes. Parabéns pela iniciativa * Corrigindo abertura das tags figcaption * Aplicando estilização para Tag h5 * O que são Tags, Elementos e Atributos * Fix erro tag <a> * Fix erro tag <a> * Como funciona o metodo push em array no javascript * Removendo/recortando elementos de um array em javascript * Quantidade de elementos do array em javascript * Update arrays.html Adicionando var em novoGaveteiro para manter o padrão. * Update arrays.html Melhorando o contexto no metodo push * Melhorando a descrição dos exemplos * Introducao, explicando o que sao funcoes * Exemplo de funcao com parametros e retorno * Texto inicial para Estruturas de Controle e Laços * Ajustes no texto * Ajustes no texto * Palavra corrigida Trocando de "largura" para "altura" no cálculo da altura. * Correção no texto * Typo Correction * Update index.html * Update index.html * Começando a escrever * Início da escrita de operadores aritiméticos * Mais exemplos operações básicas e inicio dos outros operadores aritiméticos * Final operadores aritiméticos * Finalização operadores aritiméticos * Abrir link externo em outra página * Metatags - Correção de html. Existem dt's e dd's, mas não existe uma dl envelopando tudo. Coloquei a dl * Remoção ultimo parágrafo e precedência de nome/operador alterada para operador/nome * Correção do Igual Estrito (===) De acordo com a [Issue](tableless#74 (comment)) aberta por [olinad0](https://github.com/olinad0) * Update font.html Adicionado font family * doctype e ortografia * Adiciona o texto inicial sobre o que é DOM * Corrigindo tag apontamento do Jquery (tableless#122) * Teste (tableless#120) (tableless#127) * Texto inicial para Estruturas de Controle e Laços * Ajustes no texto * Palavra corrigida Trocando de "largura" para "altura" no cálculo da altura. * Correção no texto * Typo Correction * Update index.html * Update index.html * Começando a escrever * Início da escrita de operadores aritiméticos * Mais exemplos operações básicas e inicio dos outros operadores aritiméticos * Final operadores aritiméticos * Finalização operadores aritiméticos * Abrir link externo em outra página * Metatags - Correção de html. Existem dt's e dd's, mas não existe uma dl envelopando tudo. Coloquei a dl * Remoção ultimo parágrafo e precedência de nome/operador alterada para operador/nome * Correção do Igual Estrito (===) De acordo com a [Issue](tableless#74 (comment)) aberta por [olinad0](https://github.com/olinad0) * Update font.html Adicionado font family * doctype e ortografia * Adiciona o texto inicial sobre o que é DOM * add: update gem version and solve deprecation warnings (tableless#128) * add: update gem version and solve deprecation warnings * refactor: use base tag instead of change hrefs * remove: base tag * Adicionando alguns parágrafos na parte de frameworks
- Loading branch information
1 parent
c9515e3
commit 1f5e64f
Showing
25 changed files
with
864 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem 'github-pages' | ||
gem 'github-pages', group: :jekyll_plugins |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,204 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
RedCloth (4.2.9) | ||
blankslate (2.1.2.4) | ||
classifier (1.3.4) | ||
fast-stemmer (>= 1.0.0) | ||
colorator (0.1) | ||
commander (4.1.6) | ||
highline (~> 1.6.11) | ||
fast-stemmer (1.0.2) | ||
ffi (1.9.3-x64-mingw32) | ||
github-pages (15) | ||
RedCloth (= 4.2.9) | ||
jekyll (= 1.4.3) | ||
kramdown (= 1.3.1) | ||
liquid (= 2.5.5) | ||
maruku (= 0.7.0) | ||
rdiscount (= 2.1.7) | ||
redcarpet (= 2.3.0) | ||
highline (1.6.21) | ||
jekyll (1.4.3) | ||
classifier (~> 1.3) | ||
colorator (~> 0.1) | ||
commander (~> 4.1.3) | ||
liquid (~> 2.5.5) | ||
listen (~> 1.3) | ||
maruku (~> 0.7.0) | ||
pygments.rb (~> 0.5.0) | ||
redcarpet (~> 2.3.0) | ||
safe_yaml (~> 0.9.7) | ||
toml (~> 0.1.0) | ||
kramdown (1.3.1) | ||
liquid (2.5.5) | ||
listen (1.3.1) | ||
activesupport (4.2.7) | ||
i18n (~> 0.7) | ||
json (~> 1.7, >= 1.7.7) | ||
minitest (~> 5.1) | ||
thread_safe (~> 0.3, >= 0.3.4) | ||
tzinfo (~> 1.1) | ||
addressable (2.5.0) | ||
public_suffix (~> 2.0, >= 2.0.2) | ||
coffee-script (2.4.1) | ||
coffee-script-source | ||
execjs | ||
coffee-script-source (1.12.2) | ||
colorator (1.1.0) | ||
ethon (0.10.1) | ||
ffi (>= 1.3.0) | ||
execjs (2.7.0) | ||
faraday (0.11.0) | ||
multipart-post (>= 1.2, < 3) | ||
ffi (1.9.18) | ||
ffi (1.9.18-x64-mingw32) | ||
forwardable-extended (2.6.0) | ||
gemoji (2.1.0) | ||
github-pages (113) | ||
activesupport (= 4.2.7) | ||
github-pages-health-check (= 1.3.0) | ||
jekyll (= 3.3.1) | ||
jekyll-avatar (= 0.4.2) | ||
jekyll-coffeescript (= 1.0.1) | ||
jekyll-default-layout (= 0.1.4) | ||
jekyll-feed (= 0.8.0) | ||
jekyll-gist (= 1.4.0) | ||
jekyll-github-metadata (= 2.3.0) | ||
jekyll-mentions (= 1.2.0) | ||
jekyll-optional-front-matter (= 0.1.2) | ||
jekyll-paginate (= 1.1.0) | ||
jekyll-readme-index (= 0.0.3) | ||
jekyll-redirect-from (= 0.11.0) | ||
jekyll-relative-links (= 0.2.1) | ||
jekyll-sass-converter (= 1.3.0) | ||
jekyll-seo-tag (= 2.1.0) | ||
jekyll-sitemap (= 0.12.0) | ||
jekyll-swiss (= 0.4.0) | ||
jekyll-theme-architect (= 0.0.3) | ||
jekyll-theme-cayman (= 0.0.3) | ||
jekyll-theme-dinky (= 0.0.3) | ||
jekyll-theme-hacker (= 0.0.3) | ||
jekyll-theme-leap-day (= 0.0.3) | ||
jekyll-theme-merlot (= 0.0.3) | ||
jekyll-theme-midnight (= 0.0.3) | ||
jekyll-theme-minimal (= 0.0.3) | ||
jekyll-theme-modernist (= 0.0.3) | ||
jekyll-theme-primer (= 0.1.5) | ||
jekyll-theme-slate (= 0.0.3) | ||
jekyll-theme-tactile (= 0.0.3) | ||
jekyll-theme-time-machine (= 0.0.3) | ||
jekyll-titles-from-headings (= 0.1.3) | ||
jemoji (= 0.7.0) | ||
kramdown (= 1.11.1) | ||
liquid (= 3.0.6) | ||
listen (= 3.0.6) | ||
mercenary (~> 0.3) | ||
minima (= 2.0.0) | ||
rouge (= 1.11.1) | ||
terminal-table (~> 1.4) | ||
github-pages-health-check (1.3.0) | ||
addressable (~> 2.3) | ||
net-dns (~> 0.8) | ||
octokit (~> 4.0) | ||
public_suffix (~> 2.0) | ||
typhoeus (~> 0.7) | ||
html-pipeline (2.5.0) | ||
activesupport (>= 2) | ||
nokogiri (>= 1.4) | ||
i18n (0.8.1) | ||
jekyll (3.3.1) | ||
addressable (~> 2.4) | ||
colorator (~> 1.0) | ||
jekyll-sass-converter (~> 1.0) | ||
jekyll-watch (~> 1.1) | ||
kramdown (~> 1.3) | ||
liquid (~> 3.0) | ||
mercenary (~> 0.3.3) | ||
pathutil (~> 0.9) | ||
rouge (~> 1.7) | ||
safe_yaml (~> 1.0) | ||
jekyll-avatar (0.4.2) | ||
jekyll (~> 3.0) | ||
jekyll-coffeescript (1.0.1) | ||
coffee-script (~> 2.2) | ||
jekyll-default-layout (0.1.4) | ||
jekyll (~> 3.0) | ||
jekyll-feed (0.8.0) | ||
jekyll (~> 3.3) | ||
jekyll-gist (1.4.0) | ||
octokit (~> 4.2) | ||
jekyll-github-metadata (2.3.0) | ||
jekyll (~> 3.1) | ||
octokit (~> 4.0, != 4.4.0) | ||
jekyll-mentions (1.2.0) | ||
activesupport (~> 4.0) | ||
html-pipeline (~> 2.3) | ||
jekyll (~> 3.0) | ||
jekyll-optional-front-matter (0.1.2) | ||
jekyll (~> 3.0) | ||
jekyll-paginate (1.1.0) | ||
jekyll-readme-index (0.0.3) | ||
jekyll (~> 3.0) | ||
jekyll-redirect-from (0.11.0) | ||
jekyll (>= 2.0) | ||
jekyll-relative-links (0.2.1) | ||
jekyll (~> 3.3) | ||
jekyll-sass-converter (1.3.0) | ||
sass (~> 3.2) | ||
jekyll-seo-tag (2.1.0) | ||
jekyll (~> 3.3) | ||
jekyll-sitemap (0.12.0) | ||
jekyll (~> 3.3) | ||
jekyll-swiss (0.4.0) | ||
jekyll-theme-architect (0.0.3) | ||
jekyll (~> 3.3) | ||
jekyll-theme-cayman (0.0.3) | ||
jekyll (~> 3.3) | ||
jekyll-theme-dinky (0.0.3) | ||
jekyll (~> 3.3) | ||
jekyll-theme-hacker (0.0.3) | ||
jekyll (~> 3.3) | ||
jekyll-theme-leap-day (0.0.3) | ||
jekyll (~> 3.3) | ||
jekyll-theme-merlot (0.0.3) | ||
jekyll (~> 3.3) | ||
jekyll-theme-midnight (0.0.3) | ||
jekyll (~> 3.3) | ||
jekyll-theme-minimal (0.0.3) | ||
jekyll (~> 3.3) | ||
jekyll-theme-modernist (0.0.3) | ||
jekyll (~> 3.3) | ||
jekyll-theme-primer (0.1.5) | ||
jekyll (~> 3.3) | ||
jekyll-theme-slate (0.0.3) | ||
jekyll (~> 3.3) | ||
jekyll-theme-tactile (0.0.3) | ||
jekyll (~> 3.3) | ||
jekyll-theme-time-machine (0.0.3) | ||
jekyll (~> 3.3) | ||
jekyll-titles-from-headings (0.1.3) | ||
jekyll (~> 3.3) | ||
jekyll-watch (1.5.0) | ||
listen (~> 3.0, < 3.1) | ||
jemoji (0.7.0) | ||
activesupport (~> 4.0) | ||
gemoji (~> 2.0) | ||
html-pipeline (~> 2.2) | ||
jekyll (>= 3.0) | ||
json (1.8.6) | ||
kramdown (1.11.1) | ||
liquid (3.0.6) | ||
listen (3.0.6) | ||
rb-fsevent (>= 0.9.3) | ||
rb-inotify (>= 0.9) | ||
rb-kqueue (>= 0.2) | ||
maruku (0.7.0) | ||
parslet (1.5.0) | ||
blankslate (~> 2.0) | ||
posix-spawn (0.3.8) | ||
pygments.rb (0.5.4) | ||
posix-spawn (~> 0.3.6) | ||
yajl-ruby (~> 1.1.0) | ||
rb-fsevent (0.9.4) | ||
rb-inotify (0.9.3) | ||
rb-inotify (>= 0.9.7) | ||
mercenary (0.3.6) | ||
mini_portile (0.6.2) | ||
minima (2.0.0) | ||
minitest (5.10.1) | ||
multipart-post (2.0.0) | ||
net-dns (0.8.0) | ||
nokogiri (1.6.6.4) | ||
mini_portile (~> 0.6.0) | ||
nokogiri (1.6.6.4-x64-mingw32) | ||
mini_portile (~> 0.6.0) | ||
octokit (4.6.2) | ||
sawyer (~> 0.8.0, >= 0.5.3) | ||
pathutil (0.14.0) | ||
forwardable-extended (~> 2.6) | ||
public_suffix (2.0.5) | ||
rb-fsevent (0.9.8) | ||
rb-inotify (0.9.8) | ||
ffi (>= 0.5.0) | ||
rb-kqueue (0.2.2) | ||
ffi (>= 0.5.0) | ||
rdiscount (2.1.7) | ||
redcarpet (2.3.0) | ||
safe_yaml (0.9.7) | ||
toml (0.1.1) | ||
parslet (~> 1.5.0) | ||
yajl-ruby (1.1.0) | ||
rouge (1.11.1) | ||
safe_yaml (1.0.4) | ||
sass (3.4.23) | ||
sawyer (0.8.1) | ||
addressable (>= 2.3.5, < 2.6) | ||
faraday (~> 0.8, < 1.0) | ||
terminal-table (1.7.3) | ||
unicode-display_width (~> 1.1.1) | ||
thread_safe (0.3.6) | ||
typhoeus (0.8.0) | ||
ethon (>= 0.8.0) | ||
tzinfo (1.2.2) | ||
thread_safe (~> 0.1) | ||
unicode-display_width (1.1.3) | ||
|
||
PLATFORMS | ||
ruby | ||
x64-mingw32 | ||
|
||
DEPENDENCIES | ||
github-pages | ||
|
||
BUNDLED WITH | ||
1.16.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
$(document).ready(function(){ | ||
prettyPrint(); | ||
|
||
// Altera links externos para abrirem em uma nova aba | ||
var domain = document.location.protocol+'//'+document.location.host, | ||
links = $('.content a').each(function(index,element) { | ||
if(element.href.substr(0,domain.length) !== domain) { | ||
element.target = '_blank'; | ||
} | ||
}); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.