<html>
<head>
<meta charset="utf-8">
<link rel="icon" href="favicon.png">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/stylo.css">
<link rel="stylesheet" href="css/portfolio.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Crimson+Text:400,400italic,600">
<title>Portifólio - João da Silva</title>
</head>
<body>
<h1 class="titulo-principal">Portifólio</h1>
<p class="projetos">Veja abaixo a lista dos meus projetos mais relevantes: </p>
<ul class="portfolio">
<li>
<figure>
<img src="css/img/bmw.png" alt="Site da BMW">
<figcaption>
<a href="http://www.bmw.com.br/pt/index.html" target="_blank">BMW.com: reformulação de design e implementação de HTML, CSS e JavaScript</a></figcaption>
</figure>
</li>
<li>
<figure>
<img src="css/img/uol.png" alt="Site da UOL">
<figcaption>
<a href="https://www.uol.com.br/>" target="_blank">UOL.com.br: reformulação de design e implementação de HTML, CSS e JavaScript</a>
</figcaption>
</figure>
</li>
<li>
<figure>
<img src="css/img/ibm.png" alt="Site da IBM">
<figcaption>
<a href="https://www.ibm.com" target="_blank">
IBM.com: aplicação de progressive enhancement em conjunto com aplicação back-end</a>
</figcaption>
</figure>
</li>
<li>
<figure>
<img src="css/img/g1.png" alt="Front-page do portal G1">
<figcaption>
<a href="http://g1.com.br" target="_blank">G1.com.br: reformulação de design e implementação de HTML, CSS e JavaScript</a>
</figcaption>
</figure>
</li>
</ul>
<img src="http://static.jsbin.com/images/dave.min.svg" alt="Foto do João da Silva"class="minha-foto">
<aside class="barra-navegacao">
<nav>
<ul>
<li><h1>João da Silva</h1></li>
<li><a href="home.html">Home</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="bio.html">Sobre mim</a></li>
<li><a href="#">Blog</a></li>
<li><a href="contato.html">Contato</a></li>
</ul>
</nav>
<ul class="icones-sociais">
<li ><a class="github" href="https://github.com/joaodasilva" >GitHub</a></li>
<li><a class="twitter" href="https://twitter.com/joaodasilva" >Twitter</a></li>
<li><a class="linkedin" href="https://www.linkedin.com/joaodasilva" >Linkedin</a></li>
</ul>
</aside>
<footer class= "rodape-paginas">
© João da Silva 2014
</footer>
</body>
</html>
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. |