<html lang="pt">
<head>
<meta charset="UTF-8">
<title>João da Silva - Desenvolvedor Web</title>
<link rel="shortcut icon" href="imagens/favicon.png">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/site.css">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Crimson+Text:400,400italic,600">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Shadows+Into+Light">
</head>
<body>
<header class="titulo-principal">
<img class="foto-home" src="imagens/eu.jpg" alt="Foto de João da Silva">
<h1>João da Silva</h1>
<p class="subtitulo-principal">Desenvolvedor web</p>
<ul>
<li class="palavra-home eficiencia">eficiencia</li>
<li class="palavra-home boas-praticas">boas praticas</li>
<li class="palavra-home codigo-limpo">codigo limpo</li>
<li class="palavra-home css3">css3</li>
<li class="palavra-home html5">html5</li>
<li class="palavra-home javascript">javascript</li>
<li class="palavra-home responsivo">responsivo</li>
<li class="palavra-home otimizacoes">otimizacoes</li>
<li class="palavra-home agilidade">agilidade</li>
<li class="palavra-home design">design</li>
</ul>
</header>
<main>
<section class="secao-inicio saudacao">
<p class="saudacao">
<span class="saudacao-inicio">Olá,</span> meu nome é <strong>João da Silva</strong>
<span class="saudacao-ultima-linha">e eu construo <em>sites maravilhosos</em></span>
</p>
<a class="botao-index" href="bio.html">Conheça mais um pouco sobre mim</a>
</section>
<section class="secao-inicio trabalhos">
<h2>Trabalhos</h2>
<ul>
<li><img src="imagens/bmw.png" alt="Site da BMW"></li>
<li><img src="imagens/ibm.png" alt="Site da IBM"></li>
<li><img src="imagens/uol.png" alt="Site da UOL"></li>
</ul>
<a class="botao-index" href="portfolio.html">Veja mais</a>
</section>
<section class="secao-inicio blog">
<span>
<h2>Blog</h2>
<small>Últimos posts</small>
</span>
<ol>
<li>
<a href="blog.html">O essencial de design responsivo</a>
</li>
<li>
<a href="blog.html">Por que fazer páginas acessíveis?</a>
</li>
<li>
<a href="blog.html">JavaScript não obstrusivo</a>
</li>
</ol>
<a class="botao-index" href="blog.html">Veja mais</a>
</section>
</main>
<footer>
<h2>Vamos conversar?</h2>
<p>Você pode entrar em contato comigo <a href="contato.html">por e-mail</a> ou pelo telefone <a href="tel:+551234567890">(12) 3456-7890</a></p>
</footer>
</body>
</html>
.titulo-principal {
background-color: #851944;
border-bottom: 0.5em solid #000;
margin: auto;
}
.foto-home {
height: 200px;
padding-top: 2em;
padding-left: 45%;
}
.titulo-principal h1,
.subtitulo-principal {
color: #FFF;
text-align: center;
}
.titulo-principal h1 {
font-size: 2em;
}
.titulo-principal .subtitulo-principal {
padding-bottom: .5em;
}
main {
width: 100%;
padding-bottom: 0;
float: none;
}
.titulo-principal {
position: relative;
}
.palavra-home {
position: absolute;
top: 0;
}
.eficiencia {
top: 35%;
left: 10%;
}
.boas-praticas {
top: 44%;
left: 20%;
}
.css3 {
top: 65%;
left: 40%;
}
.codigo-limpo {
top: 26%;
left: 36%;
}
.html5 {
top: 40%;
left: 25%;
}
.javascript {
top: 75%;
left: 35%;
}
.responsivo {
top: 15%;
left: 33%;
}
.otimizacoes {
top: 5%;
left: 10%;
}
.agilidade {
top: 15%;
left: 15%;
}
.design {
top: 25%;
left: 12%;
}
/ inicio secoes / .secao-inicio h2 {
font-size: 3em;
text-transform: uppercase;
}
/ botao / .botao-index {
font-size: 1.25em;
background-color: #851944;
color: #FFF;
border: .2em solid black;
padding: .5em;
margin: auto;
margin-top: 4.5em;
margin-bottom: 3.5em;
width: 400px;
display: block;
text-align: center;
}
.saudacao {} .saudacao p {
color: #99A;
font-size: 2.1em;
line-height: 1;
padding: 2em;
margin: 1em;
}
.saudacao-inicio {
color: #889;
font-size: 4em;
margin-left: 3em;
}
.saudacao-ultima-linha {
font-size: 1.5em;
margin-left: 40%;
display: block;
}
.saudacao strong {
color: #000;
font-size: 2em;
}
.saudacao em {
color: #851944;
font-size: 2em;
}
.trabalhos {
background-color: #3C1D3D;
border-top: 10px solid #000;
border-bottom: 10px solid #000;
}
.trabalhos h2 {
color: #FFF;
margin: .5em;
padding: .5em;
}
.trabalhos ul {
overflow: hidden;
border: 10px solid black;
}
.trabalhos li {
float: left;
width: 33.333%;
}
.trabalhos img {
width: 100%;
display: block;
}
/ fim secao-inicio trabalhos / / inicio secao-inicio blog / .blog {
background-color: #999;
color: #FFF;
border-bottom: 10px solid #851944;
}
.blog h2 {
margin-top: .0em;
margin-left: .5em;
padding-top: .5em;
padding-left: .5em;
}
.blog small {
margin-left: 1.5em;
margin-bottom: 1.5em;
padding-left: 1.5em;
padding-bottom: 1.5em;
}
.blog li {
margin: 2em;
margin-left: 3.5em;
}
.blog li a {
padding-bottom: 0em;
color: #FCF;
}
/ inicio secao-inicio blog / footer {
padding: 2em;
background-color: #000;
color: #FFF;
}
footer h2 {
font-size: 3em;
}
/footer p {
text-align: justify;
}
/ footer a {
color: #F99;
}
Output
You can jump to the latest bin by adding /latest
to your URL
Keyboard Shortcuts
Shortcut | Action |
---|---|
ctrl + [num] | Toggle nth panel |
ctrl + 0 | Close focused panel |
ctrl + enter | Re-render output. If console visible: run JS in console |
Ctrl + l | Clear the console |
ctrl + / | Toggle comment on selected lines |
ctrl + ] | Indents selected lines |
ctrl + [ | Unindents selected lines |
tab | Code complete & Emmet expand |
ctrl + shift + L | Beautify code in active panel |
ctrl + s | Save & lock current Bin from further changes |
ctrl + shift + s | Open the share options |
ctrl + y | Archive Bin |
Complete list of JS Bin shortcuts |
JS Bin URLs
URL | Action |
---|---|
/ | Show the full rendered output. This content will update in real time as it's updated from the /edit url. |
/edit | Edit the current bin |
/watch | Follow a Code Casting session |
/embed | Create an embeddable version of the bin |
/latest | Load the very latest bin (/latest goes in place of the revision) |
/[username]/last | View the last edited bin for this user |
/[username]/last/edit | Edit the last edited bin for this user |
/[username]/last/watch | Follow the Code Casting session for the latest bin for this user |
/quiet | Remove analytics and edit button from rendered output |
.js | Load only the JavaScript for a bin |
.css | Load only the CSS for a bin |
Except for username prefixed urls, the url may start with http://jsbin.com/abc and the url fragments can be added to the url to view it differently. |