-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Automation] deploy with Github Actions from julianaklulo
- Loading branch information
0 parents
commit 0e7c2a8
Showing
69 changed files
with
14,367 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,90 @@ | ||
<!DOCTYPE html> | ||
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]--> | ||
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]--> | ||
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]--> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Blog</title> | ||
<meta name="author" content="PyLadies São Carlos"> | ||
|
||
<meta name="HandheldFriendly" content="True"> | ||
<meta name="MobileOptimized" content="320"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<meta name="keywords" content="" /> | ||
|
||
<link rel="canonical" href="/pages/blog.html"> | ||
|
||
<link href="/favicon.png" rel="icon"> | ||
|
||
|
||
<link href="/theme/css/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> | ||
<link href="/theme/css/tomorrow.css" media="screen, projection" rel="stylesheet" type="text/css" /> | ||
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.js"></script> | ||
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> | ||
|
||
</head> | ||
<body> | ||
<a href="/" class="home-icon"> | ||
<img src="/theme/images/home.png"/> | ||
</a> | ||
<div class="home-page"> | ||
<div class="hero"> | ||
<div class="hero-content"> | ||
<img src="/theme/images/logo.svg" alt="Logos" width="500" height="500"> | ||
</div> | ||
</div> | ||
|
||
<div class="home-field"> | ||
<div class="home-landing her-row"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div id="about-me" class="col-md-offset-3 col-md-6"> | ||
<h4>about me</h4> | ||
<p>PyLadies São Carlos é um grupo de mulheres que se reúne para aprender a programar em Python, compartilhar conhecimento e promover a inclusão de mulheres na tecnologia.</p> | ||
<div class="social-icon-list"> | ||
<a title="Twitter" href="https://twitter.com/pyladiessanca"><img src="/theme/images/glyphicons_social_31_twitter.png"/></a> | ||
<a title="GitHub" href="https://github.com/pyladiessanca"><img src="/theme/images/glyphicons_social_21_github.png"/></a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<article role="article" class="full-single-article"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-8 col-md-offset-2"> | ||
<h1>Blog</h1> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</article> | ||
|
||
</div> | ||
<footer id="footer" class="her-row"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-1"> | ||
<a href="/"><h4>Home</h4></a> | ||
</div> | ||
|
||
<div class="col-md-2"> | ||
<div class="social-icon-list"> | ||
<a href="https://twitter.com/pyladiessanca"><img src="/theme/images/glyphicons_social_31_twitter.png"/></a> | ||
|
||
<a href="https://github.com/pyladiessanca"><img src="/theme/images/glyphicons_social_21_github.png"/></a> | ||
|
||
|
||
</div> | ||
</div> | ||
<div class="pull-right"> | ||
<h4>Powered by <a href="http://blog.getpelican.com/">Pelican</a>. Designed by <a href="http://AdrianArtiles.com">Adrian Artiles</a>.</h4> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
</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,122 @@ | ||
<!DOCTYPE html> | ||
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]--> | ||
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]--> | ||
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]--> | ||
<head> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> | ||
<meta charset="utf-8"> | ||
<title>Archive for </title> | ||
<meta name="author" content="PyLadies São Carlos"> | ||
|
||
<meta name="HandheldFriendly" content="True"> | ||
<meta name="MobileOptimized" content="320"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<link rel="canonical" href="/archives.html"> | ||
|
||
<link href="/favicon.png" rel="icon"> | ||
|
||
|
||
<link href="/theme/css/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> | ||
<link href="/theme/css/tomorrow.css" media="screen, projection" rel="stylesheet" type="text/css" /> | ||
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.js"></script> | ||
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> | ||
|
||
</head> | ||
|
||
<body> | ||
<a href="/" class="home-icon"> | ||
<img src="/theme/images/home.png"/> | ||
</a> | ||
<div class="home-page"> | ||
<div class="hero"> | ||
<div class="hero-content"> | ||
<img src="/theme/images/header.svg" alt="Logos" width="500" height="500"> | ||
</div> | ||
</div> | ||
|
||
<div class="home-field"> | ||
<div class="home-landing her-row"> | ||
<div class="topnav"> | ||
<div class="topnav-right"> | ||
<a href="/./index.html">Sobre</a> | ||
<a href="/./parcerias.html">Parcerias</a> | ||
<a href="/./archives.html">Blog</a> | ||
</div> | ||
</div> | ||
<div class="container"> </div> | ||
</div> | ||
|
||
<div class="all-posts"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="list-title col-md-offset-3 col-md-6"> | ||
<h1>Nosso Blog</h1> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="article-list"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-8 col-md-offset-2"> | ||
<article> | ||
<h3><a href="/pyquenique-2023-recepcao-das-novas-membras.html">Pyquenique 2023: recepção das novas membras</a></h3> | ||
<p> | ||
<h2>Novas membras de 2023</h2> | ||
<p>Para se tornar uma PyLady São Carlos, é necessário se inscrever no nosso processo de entrada | ||
anual. Esse processo, que não tem caráter seletivo, é organizado …</p> | ||
</p> | ||
<span class="meta"> | ||
postado em <time datetime="2023-10-23T00:00:00-03:00">October 23, 2023</time> | ||
na categoria <span class="categories"> | ||
<a href="/tag/pyquenique.html">pyquenique</a> </span> | ||
</article> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-md-8 col-md-offset-2"> | ||
<article> | ||
<h3><a href="/novo-site-do-pyladies-sao-carlos.html">Novo site do PyLadies São Carlos</a></h3> | ||
<p> | ||
<h2>Motivação</h2> | ||
<p>O site original do PyLadies São Carlos foi criado em 2015, e desde então não havia sido atualizado. | ||
A ideia desse projeto é atualizar o site, tornando-o mais moderno …</p> | ||
</p> | ||
<span class="meta"> | ||
postado em <time datetime="2023-10-22T00:00:00-03:00">October 22, 2023</time> | ||
na categoria <span class="categories"> | ||
<a href="/tag/site.html">site</a> </span> | ||
</article> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
<footer id="footer" class="her-row"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-1"> | ||
<a href="/"><h4>Home</h4></a> | ||
</div> | ||
|
||
<div class="col-md-2"> | ||
<div class="social-icon-list"> | ||
<a href="https://twitter.com/pyladiessanca"><img src="/theme/images/glyphicons_social_31_twitter.png"/></a> | ||
|
||
<a href="https://github.com/pyladiessanca"><img src="/theme/images/glyphicons_social_21_github.png"/></a> | ||
|
||
|
||
</div> | ||
</div> | ||
<div class="pull-right"> | ||
<h4>Powered by <a href="http://blog.getpelican.com/">Pelican</a>. Designed by <a href="http://AdrianArtiles.com">Adrian Artiles</a>.</h4> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
</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,122 @@ | ||
<!DOCTYPE html> | ||
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]--> | ||
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]--> | ||
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]--> | ||
<head> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> | ||
<meta charset="utf-8"> | ||
<title>PyLadies São Carlos - Articles by Juliana Karoline de Sousa</title> | ||
<meta name="author" content="PyLadies São Carlos"> | ||
|
||
<meta name="HandheldFriendly" content="True"> | ||
<meta name="MobileOptimized" content="320"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<link rel="canonical" href=""> | ||
|
||
<link href="/favicon.png" rel="icon"> | ||
|
||
|
||
<link href="/theme/css/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> | ||
<link href="/theme/css/tomorrow.css" media="screen, projection" rel="stylesheet" type="text/css" /> | ||
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.js"></script> | ||
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> | ||
|
||
</head> | ||
|
||
<body> | ||
<a href="/" class="home-icon"> | ||
<img src="/theme/images/home.png"/> | ||
</a> | ||
<div class="home-page"> | ||
<div class="hero"> | ||
<div class="hero-content"> | ||
<img src="/theme/images/header.svg" alt="Logos" width="500" height="500"> | ||
</div> | ||
</div> | ||
|
||
<div class="home-field"> | ||
<div class="home-landing her-row"> | ||
<div class="topnav"> | ||
<div class="topnav-right"> | ||
<a href="/./index.html">Sobre</a> | ||
<a href="/./parcerias.html">Parcerias</a> | ||
<a href="/./archives.html">Blog</a> | ||
</div> | ||
</div> | ||
<div class="container"> </div> | ||
</div> | ||
|
||
<div class="article-list"> | ||
<div class="container"> | ||
<!-- CONTENT GOES HERE --> | ||
<div class="row"> | ||
<div class="col-md-offset-3 col-md-6"> | ||
<article> | ||
<h2><a href="/pyquenique-2023-recepcao-das-novas-membras.html">Pyquenique 2023: recepção das novas membras</a></h2> | ||
<p> | ||
<h2>Novas membras de 2023</h2> | ||
<p>Para se tornar uma PyLady São Carlos, é necessário se inscrever no nosso processo de entrada | ||
anual. Esse processo, que não tem caráter seletivo, é organizado …</p> | ||
</p> | ||
<span class="meta"> | ||
written <time datetime="2023-10-23T00:00:00-03:00">October 23, 2023</time> | ||
in <span class="categories"> | ||
<a href="/tag/pyquenique.html">pyquenique</a> </span> | ||
<a class="full-article-link pull-right" rel="full-article" href="pyquenique-2023-recepcao-das-novas-membras.html">Read on →</a> | ||
</article> | ||
</div> | ||
</div> | ||
<!-- CONTENT GOES HERE --> | ||
<div class="row"> | ||
<div class="col-md-offset-3 col-md-6"> | ||
<article> | ||
<h2><a href="/novo-site-do-pyladies-sao-carlos.html">Novo site do PyLadies São Carlos</a></h2> | ||
<p> | ||
<h2>Motivação</h2> | ||
<p>O site original do PyLadies São Carlos foi criado em 2015, e desde então não havia sido atualizado. | ||
A ideia desse projeto é atualizar o site, tornando-o mais moderno …</p> | ||
</p> | ||
<span class="meta"> | ||
written <time datetime="2023-10-22T00:00:00-03:00">October 22, 2023</time> | ||
in <span class="categories"> | ||
<a href="/tag/site.html">site</a> </span> | ||
<a class="full-article-link pull-right" rel="full-article" href="novo-site-do-pyladies-sao-carlos.html">Read on →</a> | ||
</article> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<hr class="divider-short"/> | ||
<div class="archive-link"> | ||
<h3><a href="/">All Posts</a></h3> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
<footer id="footer" class="her-row"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-1"> | ||
<a href="/"><h4>Home</h4></a> | ||
</div> | ||
|
||
<div class="col-md-2"> | ||
<div class="social-icon-list"> | ||
<a href="https://twitter.com/pyladiessanca"><img src="/theme/images/glyphicons_social_31_twitter.png"/></a> | ||
|
||
<a href="https://github.com/pyladiessanca"><img src="/theme/images/glyphicons_social_21_github.png"/></a> | ||
|
||
|
||
</div> | ||
</div> | ||
<div class="pull-right"> | ||
<h4>Powered by <a href="http://blog.getpelican.com/">Pelican</a>. Designed by <a href="http://AdrianArtiles.com">Adrian Artiles</a>.</h4> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
</body> | ||
</html> |
Oops, something went wrong.