forked from anarute/web-design-para-iniciantes
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 97079ce
Showing
42 changed files
with
1,258 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Web Design para iniciantes | ||
|
||
|
||
|
||
**Objetivo**: criação de página pessoal usando HTML, CSS hospedada no Github | ||
|
||
Neste minicurso pretendemos passar o conhecimento inicial para qualquer pessoa que tenha interesse em aprender sobre Web Design e criação de websites. |
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,5 @@ | ||
# Summary | ||
|
||
* [Introdução a como funciona a internet](introducao_a_como_funciona_a_internet/README.md) | ||
* [Arquitetura cliente/servidor](arquitetura_clienteservidor/README.md) | ||
|
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,199 @@ | ||
<!DOCTYPE HTML> | ||
<html lang="en-US" manifest="../manifest.appcache"> | ||
|
||
<head> | ||
|
||
<meta charset="UTF-8"> | ||
<title>Arquitetura cliente/servidor | Web Design para iniciantes</title> | ||
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"> | ||
<meta name="description" content=""> | ||
<meta name="generator" content="GitBook 0.5.2"> | ||
<meta name="HandheldFriendly" content="true"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> | ||
<meta name="apple-mobile-web-app-capable" content="yes"> | ||
<meta name="apple-mobile-web-app-status-bar-style" content="black"> | ||
<link rel="shortcut icon" href="../gitbook/images/favicon.ico" type="image/x-icon"> | ||
|
||
|
||
|
||
|
||
|
||
<link rel="prev" href="../introducao_a_como_funciona_a_internet/README.html" /> | ||
|
||
|
||
|
||
</head> | ||
<body> | ||
|
||
|
||
<link rel="stylesheet" href="../gitbook/style.css"> | ||
|
||
|
||
|
||
<div class="book" data-level="2" data-basepath=".." data-revision="1406228461265"> | ||
<div class="book-header"> | ||
<!-- Actions Left --> | ||
<a href="#" class="btn pull-left toggle-summary" aria-label="Toggle summary"><i class="fa fa-align-justify"></i></a> | ||
|
||
<a href="https://github.com/null" target="_blank" class="btn pull-left home-bookmark" aria-label="GitHub home"><i class="fa fa-bookmark-o"></i></a> | ||
|
||
<a href="#" class="btn pull-left toggle-search" aria-label="Toggle search"><i class="fa fa-search"></i></a> | ||
<span id="font-settings-wrapper"> | ||
<a href="#" class="btn pull-left toggle-font-settings" aria-label="Toggle font settings"><i class="fa fa-font"></i> | ||
</a> | ||
<div class="dropdown-menu font-settings"> | ||
<div class="dropdown-caret"> | ||
<span class="caret-outer"></span> | ||
<span class="caret-inner"></span> | ||
</div> | ||
|
||
<div class="btn-group btn-block"> | ||
<button id="reduce-font-size" class="btn btn-default">A</button> | ||
<button id="enlarge-font-size" class="btn btn-default">A</button> | ||
</div> | ||
|
||
<ul class="list-group font-family-list"> | ||
<li class="list-group-item" data-font="0">Serif</li> | ||
<li class="list-group-item" data-font="1">Sans</li> | ||
</ul> | ||
|
||
<div class="btn-group btn-group-xs btn-block color-theme-list"> | ||
<button type="button" class="btn btn-default" id="color-theme-preview-0" data-theme="0">White</button> | ||
<button type="button" class="btn btn-default" id="color-theme-preview-1" data-theme="1">Sepia</button> | ||
<button type="button" class="btn btn-default" id="color-theme-preview-2" data-theme="2">Night</button> | ||
</div> | ||
</div> | ||
|
||
</span> | ||
|
||
<!-- Actions Right --> | ||
|
||
<a href="#" target="_blank" class="btn pull-right google-plus-sharing-link sharing-link" data-sharing="google-plus" aria-label="Share on Google Plus"><i class="fa fa-google-plus"></i></a> | ||
|
||
|
||
<a href="#" target="_blank" class="btn pull-right facebook-sharing-link sharing-link" data-sharing="facebook" aria-label="Share on Facebook"><i class="fa fa-facebook"></i></a> | ||
|
||
|
||
<a href="#" target="_blank" class="btn pull-right twitter-sharing-link sharing-link" data-sharing="twitter" aria-label="Share on Twitter"><i class="fa fa-twitter"></i></a> | ||
|
||
|
||
|
||
|
||
<!-- Title --> | ||
<h1> | ||
<i class="fa fa-spinner fa-spin"></i> | ||
<a href="../" >Web Design para iniciantes</a> | ||
</h1> | ||
</div> | ||
|
||
|
||
|
||
<div class="book-summary"> | ||
<div class="book-search"> | ||
<input type="text" placeholder="Search" class="form-control" /> | ||
</div> | ||
<ul class="summary"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li data-level="0" data-path="index.html"> | ||
<a href="../"><i class="fa fa-check"></i> Introduction</a> | ||
</li> | ||
|
||
|
||
<li class="chapter " data-level="1" data-path="introducao_a_como_funciona_a_internet/README.html"> | ||
|
||
<a href="../introducao_a_como_funciona_a_internet/README.html"> | ||
<i class="fa fa-check"></i> <b>1.</b> Introdução a como funciona a internet | ||
</a> | ||
|
||
|
||
</li> | ||
|
||
<li class="chapter " data-level="2" data-path="arquitetura_clienteservidor/README.html"> | ||
|
||
<a href="../arquitetura_clienteservidor/README.html"> | ||
<i class="fa fa-check"></i> <b>2.</b> Arquitetura cliente/servidor | ||
</a> | ||
|
||
|
||
</li> | ||
|
||
|
||
|
||
|
||
<li class="divider"></li> | ||
<li> | ||
<a href="http://www.gitbook.io/" target="blank" class="gitbook-link">Generated using GitBook</a> | ||
</li> | ||
|
||
</ul> | ||
</div> | ||
|
||
<div class="book-body"> | ||
<div class="body-inner"> | ||
<div class="page-wrapper" tabindex="-1"> | ||
<div class="book-progress"> | ||
<div class="bar"> | ||
<div class="inner" style="width: 100%;min-width: 50%;"></div> | ||
</div> | ||
<div class="chapters"> | ||
|
||
<a href="../index.html" title="Introduction" class="chapter done new-chapter" data-progress="0" style="left: 0%;"></a> | ||
|
||
<a href="../introducao_a_como_funciona_a_internet/README.html" title="Introdução a como funciona a internet" class="chapter done new-chapter" data-progress="1" style="left: 50%;"></a> | ||
|
||
<a href="../arquitetura_clienteservidor/README.html" title="Arquitetura cliente/servidor" class="chapter done new-chapter" data-progress="2" style="left: 100%;"></a> | ||
|
||
</div> | ||
</div> | ||
|
||
<div class="page-inner"> | ||
|
||
<section class="normal" id="section-gitbook_1015"> | ||
|
||
<h1 id="arquitetura-cliente-servidor">Arquitetura cliente/servidor</h1> | ||
|
||
|
||
</section> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<a href="../introducao_a_como_funciona_a_internet/README.html" class="navigation navigation-prev navigation-unique" aria-label="Previous page: Introdução a como funciona a internet"><i class="fa fa-angle-left"></i></a> | ||
|
||
|
||
</div> | ||
</div> | ||
|
||
|
||
<script src="../gitbook/jsrepl/jsrepl.js" id="jsrepl-script"></script> | ||
<script src="../gitbook/app.js"></script> | ||
|
||
|
||
<script src="http://cdn.mathjax.org/mathjax/2.0-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> | ||
|
||
|
||
|
||
<script src="../gitbook/plugins/gitbook-plugin-mathjax/plugin.js"></script> | ||
|
||
|
||
<script> | ||
require(["gitbook"], function(gitbook) { | ||
var config = {}; | ||
gitbook.start(config); | ||
}); | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.