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.
inserindo mais uma página sobre o que é front e back
- Loading branch information
Showing
7 changed files
with
84 additions
and
0 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
<!DOCTYPE html> | ||
<html lang="pt-br"> | ||
<head> | ||
<meta name="viewport" content="width=device-width"> | ||
<meta charset="UTF-8"> | ||
<title>Para iniciantes</title> | ||
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic,900italic" rel="stylesheet" type="text/css"> | ||
<link rel="stylesheet" type="text/css" href="/style.css"> | ||
</head> | ||
|
||
<body> | ||
|
||
<header> | ||
<div class="limit"> | ||
<h1><a href="/">Getting Started</a></h1> | ||
<h2>Um guia para iniciantes na área de web.</h2> | ||
</div> | ||
</header> | ||
|
||
|
||
<div class="limit"> | ||
|
||
<aside class="sidebar"> | ||
<!-- | ||
Something before the submenus | ||
--> | ||
</aside> | ||
|
||
<nav class="navside"> | ||
<h3>O Conceito</h3> | ||
<ul> | ||
<li><a href="/obasico/o-que-front-back.html">O que é Front-end e Back-end?</a></li> | ||
<li><a href="/obasico/oquew3c.html">O que é W3C?</a></li> | ||
<li><a href="/obasico/desenvolvimentocamadas.html">O que é desenvolvimento por camadas?</a></li> | ||
<li><a href="/obasico/oquedom.html">O que é DOM?</a></li> | ||
</ul> | ||
</nav> | ||
|
||
<article class="content"> | ||
<h1>O que é front-end e back-end?</h1> | ||
<h2>Diferenças entre linguagem front-end e linguagem back-end</h2> | ||
<p>A ideia é conhecer bem os profissionais, seus perfis e principalmente nosso mercado. Vamos buscar respostas importantes que poderão te ajudar a entender qual o cenário do mercado nos diversos lugares do Brasil.</p> | ||
<p>São 49 questões e é muito importante que você responda todas. Tire um tempo para fazer isso, não faça com pressa.</p> | ||
</article> | ||
|
||
|
||
</div> | ||
|
||
|
||
<script type="text/javascript"> | ||
|
||
var _gaq = _gaq || []; | ||
_gaq.push(['_setAccount', 'UA-335027-1']); | ||
_gaq.push(['_setDomainName', 'tableless.com.br']); | ||
var pluginUrl = '//www.google-analytics.com/plugins/ga/inpage_linkid.js'; | ||
_gaq.push(['_require', 'inpage_linkid', pluginUrl]); | ||
_gaq.push(['_trackPageview']); | ||
|
||
(function() { | ||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | ||
ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js'; | ||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | ||
})(); | ||
|
||
</script> | ||
</body> | ||
</html> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
layout: interna | ||
title: O que é front-end e back-end? | ||
--- | ||
{% include submenu-obasico.html %} | ||
|
||
<article class="content"> | ||
<h1>O que é front-end e back-end?</h1> | ||
<h2>Diferenças entre linguagem front-end e linguagem back-end</h2> | ||
<p>A ideia é conhecer bem os profissionais, seus perfis e principalmente nosso mercado. Vamos buscar respostas importantes que poderão te ajudar a entender qual o cenário do mercado nos diversos lugares do Brasil.</p> | ||
<p>São 49 questões e é muito importante que você responda todas. Tire um tempo para fazer isso, não faça com pressa.</p> | ||
</article> |