forked from wowthemesnet/mediumish-theme-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Site atualizado em 2024-03-28 15:26:59 UTC
- Loading branch information
0 parents
commit 640b945
Showing
474 changed files
with
74,730 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 @@ | ||
Site gerado localmente. |
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,317 @@ | ||
<!DOCTYPE html> | ||
<html lang="pt-br"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<meta name="description" content="Blog pessoal para compartilhar aprendizados e reunir minhas andanças pelas comunidades de tecnologia." /> | ||
<meta name="keywords" content="Tecnologia" /> | ||
|
||
<link rel="icon" href="/assets/images/favicon.ico"> | ||
|
||
<title>404 | Ana Cecília Vieira</title> | ||
|
||
<!-- Begin Jekyll SEO tag v2.7.1 --> | ||
<title>404</title> | ||
<meta name="generator" content="Jekyll v3.9.0" /> | ||
<meta property="og:title" content="404" /> | ||
<meta property="og:locale" content="pt_br" /> | ||
<link rel="canonical" href="http://www.cecivieira.com//404.html" /> | ||
<meta property="og:url" content="http://www.cecivieira.com//404.html" /> | ||
<meta name="twitter:card" content="summary" /> | ||
<meta property="twitter:title" content="404" /> | ||
<meta name="twitter:site" content="@" /> | ||
<script type="application/ld+json"> | ||
{"@type":"WebPage","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://www.cecivieira.com//assets/images/logo.png"}},"headline":"404","url":"http://www.cecivieira.com//404.html","@context":"https://schema.org"}</script> | ||
<!-- End Jekyll SEO tag --> | ||
|
||
|
||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" | ||
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> | ||
|
||
<link href="/assets/css/screen.css" rel="stylesheet"> | ||
|
||
<link href="/assets/css/main.css" rel="stylesheet"> | ||
|
||
<script src="/assets/js/jquery.min.js"></script> | ||
|
||
<!-- Google Analytics --> | ||
|
||
|
||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PEG4L84NMR"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'G-PEG4L84NMR'); | ||
</script> | ||
|
||
|
||
</head> | ||
|
||
|
||
|
||
<body class="layout-default"> | ||
<!-- defer loading of font and font awesome --> | ||
<noscript id="deferred-styles"> | ||
<link href="https://fonts.googleapis.com/css?family=Montserrat%7CMukta:300,300i,400,400i,700,700i" | ||
rel="stylesheet"> | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" | ||
integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous"> | ||
</noscript> | ||
|
||
|
||
<!-- Begin Menu Navigation | ||
================================================== --> | ||
<nav class="navbar navbar-expand-lg navbar-light bg-white fixed-top mediumnavigation nav-down"> | ||
|
||
<div class="container pr-0"> | ||
|
||
<!-- Begin Logo --> | ||
<a class="navbar-brand" href="/"> | ||
<img src="/assets/images/logo.png" alt=""> | ||
</a> | ||
<!-- End Logo --> | ||
|
||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarMediumish" | ||
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
|
||
<div class="collapse navbar-collapse" id="navbarMediumish"> | ||
|
||
<!-- Begin Menu --> | ||
|
||
<ul class="navbar-nav ml-auto"> | ||
|
||
|
||
<li class="nav-item"> | ||
|
||
|
||
|
||
|
||
<li class="nav-item"> | ||
<a class="nav-link" href="/">Blog</a> | ||
</li> | ||
|
||
<li class="nav-item"> | ||
<a class="nav-link" href="/categorias">Categorias</a> | ||
</li> | ||
|
||
<li class="nav-item"> | ||
<a class="nav-link" href="/sobre-mim">Sobre mim</a> | ||
</li> | ||
|
||
<li class="nav-item"> | ||
<a class="nav-link" href="/contato">Contato</a> | ||
</li> | ||
|
||
|
||
|
||
<script src="/assets/js/lunr.js"></script> | ||
|
||
|
||
<style> | ||
.lunrsearchresult .title {color: #d9230f;} | ||
.lunrsearchresult .url {color: silver;} | ||
.lunrsearchresult a {display: block; color: #777;} | ||
.lunrsearchresult a:hover, .lunrsearchresult a:focus {text-decoration: none;} | ||
.lunrsearchresult a:hover .title {text-decoration: underline;} | ||
</style> | ||
|
||
|
||
<form class="bd-search" onSubmit="return lunr_search(document.getElementById('lunrsearch').value);"> | ||
<input type="text" class="form-control text-small launch-modal-search" id="lunrsearch" name="q" maxlength="255" value="" placeholder="Buscar..."/> | ||
</form> | ||
|
||
<div id="lunrsearchresults"> | ||
<ul></ul> | ||
</div> | ||
|
||
<script src="/assets/js/lunrsearchengine.js"></script> | ||
|
||
|
||
<li><a href="http://www.cecivieira.com//es"> 🇪🇸 </a></li> | ||
|
||
|
||
|
||
</ul> | ||
|
||
<!-- End Menu --> | ||
|
||
</div> | ||
|
||
</div> | ||
</nav> | ||
<!-- End Navigation | ||
================================================== --> | ||
|
||
<div class="site-content"> | ||
|
||
<div class="container"> | ||
|
||
|
||
<!-- Content | ||
================================================== --> | ||
<div class="main-content"> | ||
<div class="text-center"> | ||
<h1 class="display-1 mt-5 mb-4"><span class="badge badge-danger">404</span> Eita... Não achei...</h1> | ||
<p>Dá uma olhadinha na nossa <a href="/">página inicial</a> ou usa a janela de busca!</p> | ||
</div> | ||
|
||
</div> | ||
|
||
|
||
|
||
</div> | ||
|
||
<!-- Categories Jumbotron | ||
================================================== --> | ||
|
||
|
||
<div class="jumbotron fortags"> | ||
<div class="d-md-flex h-100"> | ||
<div class="col-md-4 transpdark align-self-center text-center h-100"> | ||
<div class="d-md-flex align-items-center justify-content-center h-100"> | ||
<h2 class="d-md-block align-self-center py-1 font-weight-light"> | ||
Temas | ||
<span class="d-none d-md-inline">→</span> | ||
</h2> | ||
</div> | ||
</div> | ||
<div class="col-md-8 p-5 align-self-center text-center"> | ||
|
||
|
||
|
||
<a class="mt-1 mb-1" href="/temas#dados-abertos">dados abertos (8)</a> | ||
|
||
<a class="mt-1 mb-1" href="/temas#carreira">carreira (3)</a> | ||
|
||
<a class="mt-1 mb-1" href="/temas#bash">bash (1)</a> | ||
|
||
<a class="mt-1 mb-1" href="/temas#controle-de-tarefas">controle de tarefas (1)</a> | ||
|
||
<a class="mt-1 mb-1" href="/temas#linux">linux (1)</a> | ||
|
||
<a class="mt-1 mb-1" href="/temas#terminal-commands">terminal commands (1)</a> | ||
|
||
<a class="mt-1 mb-1" href="/temas#cidades-inteligentes">cidades inteligentes (1)</a> | ||
|
||
<a class="mt-1 mb-1" href="/temas#governo-aberto">governo aberto (2)</a> | ||
|
||
<a class="mt-1 mb-1" href="/temas#oracle-virtual-box">oracle virtual box (2)</a> | ||
|
||
<a class="mt-1 mb-1" href="/temas#ubuntu-20.04">ubuntu 20.04 (2)</a> | ||
|
||
<a class="mt-1 mb-1" href="/temas#entrevista">entrevista (2)</a> | ||
|
||
<a class="mt-1 mb-1" href="/temas#comunidades">comunidades (2)</a> | ||
|
||
<a class="mt-1 mb-1" href="/temas#internacionalização">internacionalização (1)</a> | ||
|
||
<a class="mt-1 mb-1" href="/temas#plugin">plugin (1)</a> | ||
|
||
<a class="mt-1 mb-1" href="/temas#ruby">ruby (1)</a> | ||
|
||
<a class="mt-1 mb-1" href="/temas#jekyll">jekyll (1)</a> | ||
|
||
<a class="mt-1 mb-1" href="/temas#ckan">ckan (2)</a> | ||
|
||
<a class="mt-1 mb-1" href="/temas#docker">docker (3)</a> | ||
|
||
<a class="mt-1 mb-1" href="/temas#folium">folium (1)</a> | ||
|
||
<a class="mt-1 mb-1" href="/temas#mapa">mapa (1)</a> | ||
|
||
<a class="mt-1 mb-1" href="/temas#extensão-ckan">extensão ckan (1)</a> | ||
|
||
<a class="mt-1 mb-1" href="/temas#gestão-pública">gestão pública (1)</a> | ||
|
||
<a class="mt-1 mb-1" href="/temas#estatística">estatística (5)</a> | ||
|
||
<a class="mt-1 mb-1" href="/temas#américa-latina">américa latina (1)</a> | ||
|
||
<a class="mt-1 mb-1" href="/temas#análise-exploratoria">análise exploratoria (1)</a> | ||
|
||
<a class="mt-1 mb-1" href="/temas#inovação-cívica">inovação cívica (1)</a> | ||
|
||
<a class="mt-1 mb-1" href="/temas#pandas">pandas (1)</a> | ||
|
||
<a class="mt-1 mb-1" href="/temas#software-livre">software livre (1)</a> | ||
|
||
<a class="mt-1 mb-1" href="/temas#jinja">jinja (1)</a> | ||
|
||
<a class="mt-1 mb-1" href="/temas#python">python (2)</a> | ||
|
||
|
||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
<!-- Begin Footer | ||
================================================== --> | ||
<footer class="footer"> | ||
<div class="container"> | ||
|
||
<div class="row"> | ||
<div class="col-md-4 col-sm-4 text-center text-lg-left"> | ||
Ana Cecília Vieira © <a target="_blank" | ||
href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> | ||
</div> | ||
<div class="col-md-4 col-sm-4 text-center social-media"> | ||
|
||
<a target="_blank" href="https://twitter.com/cecivieira"><i class="fab fa-twitter"></i></a> | ||
|
||
|
||
<a target="_blank" href="https://github.com/cecivieira"><i class="fab fa-github"></i></a> | ||
|
||
|
||
<a target="_blank" href="https://www.linkedin.com/in/cecivieira/"><i class="fab fa-linkedin-in"></i></a> | ||
|
||
|
||
<a target="_blank" href="mailto:[email protected]"><i class="fas fa-envelope"></i></a> | ||
|
||
</div> | ||
<div class="col-md-4 col-sm-4 text-center text-lg-right"> | ||
<a target="_blank" href="https://www.wowthemes.net/mediumish-free-jekyll-template/">Mediumish | ||
Jekyll Theme</a> by WowThemes.net | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</footer> | ||
<!-- End Footer | ||
================================================== --> | ||
|
||
</div> <!-- /.site-content --> | ||
|
||
<!-- Scripts | ||
================================================== --> | ||
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" | ||
integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" | ||
crossorigin="anonymous"></script> | ||
|
||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" | ||
integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" | ||
crossorigin="anonymous"></script> | ||
|
||
<script src="/assets/js/mediumish.js"></script> | ||
|
||
|
||
|
||
<script src="/assets/js/ie10-viewport-bug-workaround.js"></script> | ||
|
||
|
||
|
||
</body> | ||
|
||
</html> | ||
|
||
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script> | ||
<script src="/live2dw/lib/L2Dwidget.min.js?094cbace49a39548bed64abff5988b05"></script> | ||
<script>L2Dwidget.init({ "model": { "scale": 1, "hHeadPos": 0.5, "vHeadPos": 0.618, "jsonPath": "/live2dw/assets/hijiki.model.json" }, "display": { "superSample": 2, "width": 150, "height": 300, "position": "right", "hOffset": 0, "vOffset": -20 }, "mobile": { "show": true, "scale": 0.5 }, "react": { "opacityDefault": 0.7, "opacityOnHover": 0.2 }, "log": false, "pluginJsPath": "lib/", "pluginModelPath": "assets/", "pluginRootPath": "live2dw/", "tagMode": false });</script> |
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 @@ | ||
cecivieira.com |
Oops, something went wrong.