Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added .gitignore
Empty file.
28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,30 @@ Informação de alteração
- git pull (puxar / trazer alterações do Git para sua máquina)

## GitFlow
Fluxo do Git
Fluxo do Git

### Branchs
São ramificações / versões paralelas

- main / master (vai pra produção, quando o projeto é publicado)
- develop
- DOD Definition of Done: critérios de aceite
- versionamento 1.0.0

git checkout -b dev (cria uma branch)
git checkout master (cria uma branch)

### Merge
Mescla de branchs
Você pode precisar resolver conflios manualmente

git merge main

### Pull Requests
Mesclar de branchs no repositório
Permite code review
O respositório resolve os conflitos automaticamente

### configura o GitFlow
git flow init
git flow feature start {nome-da-feature}
2 changes: 2 additions & 0 deletions html/01-introducao.html → html-css/01-introducao.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!DOCTYPE html>
<html lang="=pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Título da página exibido no navegador</title>
</head>
<body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<title>HTML - Listas e Links</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<h1>Listas e Links</h1>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<title>HTML - Formatação de Texto</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<h1>Formatação de Texto</h1>
Expand Down
1 change: 1 addition & 0 deletions html/04-tabelas.html → html-css/04-tabelas.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<title>HTML - Tabelas</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
46 changes: 11 additions & 35 deletions html/10-layouts-web.html → html-css/10-layouts-web.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,21 @@
<title>Layouts Web</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<!--RESET-->
<link rel="stylesheet" type="text/css" href="./css/reset.css">

<!--google fonts-->

<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Limelight&display=swap" rel="stylesheet">

<!--Estilos Personalizado, importado das minhas aulas anteriores-->
<link rel="stylesheet" type="text/css" href="./css/reset.css">
<link rel="stylesheet" type="text/css" href="./css/layout.css">
<link rel="stylesheet" type="text/css" href="./css/graficos.css">
</head>
<body>

<header>
<h2>Front-end</h2>
</header>

</header>
<Section>

<nav>
<h3>Aulas</h3>
<ul class="navegacao">
Expand All @@ -43,47 +36,30 @@ <h3>Aulas</h3>
<li><a href="https://ebaconline.com.br" target="_blank">EBAC</a></li>
</ul>
</nav>
<article>

<h1>Design Responsivo</h1>


<div class="coluna">

<h3>layouts de Colunas</h3>

<article>
<h1>Design Responsivo</h1>
<div class="coluna">
<h3>layouts de Colunas</h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/XimR74IlCxk?si=HyYI9kmCY5XPLOU-" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

</div>

<div class="coluna">

</div>
<div class="coluna">
<div id="grafico-01">
<img class="filtro" src="./images//coffee-square.jpg" alt="café">
</div>

</div>

<div class="coluna coluna-3">

</div>
</div>
<div class="coluna coluna-3">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Exercitationem omnis numquam quibusdam aperiam harum enim. Quaerat, iste cum iure voluptatum consequatur sunt animi vel, itaque laudantium saepe libero fugiat similique.
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Exercitationem omnis numquam quibusdam aperiam harum enim. Quaerat, iste cum iure voluptatum consequatur sunt animi vel, itaque laudantium saepe libero fugiat similique.
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Exercitationem omnis numquam quibusdam aperiam harum enim. Quaerat, iste cum iure voluptatum consequatur sunt animi vel, itaque laudantium saepe libero fugiat similique.

</div>

</div>
<div class="coluna">

<!--Cria uma moldura para navegar uma página dentro de outra-->
<iframe src="02-listas-e-links.html" width="100%" height="400px" name="meu_iframe"></iframe>
</div>

<div class="coluna coluna-100w">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3660.9280461809285!2d-51.98258132628494!3d-23.426966256665448!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x94ecd6556b58f071%3A0xb0c2b335fcdd9050!2sDistribuidora%20de%20Bebidas%20Virginia%20-%20Ambev!5e0!3m2!1spt-BR!2sbr!4v1708871667593!5m2!1spt-BR!2sbr" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>

</article>

</Section>
<footer>Desenvolvido no curso Full Stack Python / EBAC - por Rerisson </footer>
</body>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
32 changes: 32 additions & 0 deletions prontocloud/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Inbound Marketing
## Objetivos
- Construir um experiência completa para atrair leads para um negócio
- Projeto digno de portfólio
## Requisitos
- Codificação HTML e CSS
- Princípios de design
- HTML semântico
- Design responsivo
- Análise Heurística
- Visual Studio Code
- Git
## Metodologia
- Explorar conceitos e técnicas
- Evolução contínua: dividir o projeto em pequenas partes, testes, ciclos incrementais, revisão...
- AIDA

\\\\ Atenção /////
\\\ Interesse ///
\\ Desejo //
\ Ação / call-to-action 4% - 20%

LEAD (e-mail)
## Briefing
- Criar uma campanha de inbound marketing para divulgar seus serviços de criação de sites, landing pages e e-mail marketing
- Gerar leads qualificados, com real interesse nos serviços oferecidos
- Criar conteúdo para post (blog), e-mail marketing, landing page (call-to-action: e-mail*)
- Criar formulários para captação de e-mails
- Post para redes sociais: texto + foto + url curta
- Incluir hospedagem (servidor web)

- Git - histórico de evolução (commits detalhados)
170 changes: 170 additions & 0 deletions prontocloud/css/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,170 @@

html {
font-size: 62.5%;
}

body {
background-color: #f5f5f5;
font-family: 'Open Sans', sans-serif;
}

.main-container {
display: block;
width: 100vw;
margin: 0 auto;
}

.container {
display: block;
float: left;
padding: 20px;
max-width: 100%;
margin: 0 auto;
max-width: 1198px;
}

header {
background: #fff;
display: block;
float: left;
padding: 20px;
width: 100%;
border-bottom: 1px solid #254159;
}

h1 {
font-size: 2.4rem;
color: #254159;
margin-bottom: 20px;
}

h2 {
font-size: 2rem;
color: #254159;
margin-bottom: 20px;
}

h3 {
font-size: 1.8rem;
color: #254159;
margin-bottom: 20px;
padding-top: 10px;
}

h4 {
font-size: 1.6rem;
color: #385874;
margin-bottom: 10px;
padding-top: 10px;
}

p {
margin-bottom: 10px;
line-height: 1.4;
color: #333;
}

img {
max-width: 100%;
height: auto;
}

#tenho-interesse {
background-color: #b8c8d6;
width: 100%;
}

#tenho-interesse form,
.cognito.c-med .c-forms-form,
.cognito.c-med .c-forms-form div {
background-color: #b8c8d6 !important;
}

#tenho-interesse .cognito .c-forms-form .c-forms-form-title h2,
#tenho-interesse .cognito label[for], .cognito input[type=radio], .cognito input[type=checkbox] {
color: #385874;
}

ol {
margin-left: 30px;
}

ol li {
font-size: 1.4rem;
color: #454545;
}

section {
background-color: #fff;
display: block;
float: left;
font-size: 1.5rem; /* equivalente a 15px */
padding: 20px;
width: 100%;
}

section nav {
display: block;
float: left;
width: 30%;
}

nav li {
background-color: #efefef;
margin: 1px 20px 1px 0;
padding: 10px;
}

nav li:hover {
background-color: #dfdfdf;
}

nav a {
text-decoration: none;
color: #254159;
}

nav a:hover {
color: #385874;
}

section article {
display: block;
float: left;
width: 70%;
}

footer {
background-color: #254159;
display: block;
float: left;
padding: 20px;
width: 100%;
}

footer p {
color: #ffffff;
font-size: 1.4rem;
}

footer small {
font-size: 80%;
display: block;
}

.cognito {
height: 350px !important;
overflow: hidden !important;
}

@media (max-width: 425px) {
section nav,
section article {
width: 100%;
}

.container {
padding-left: 1%;
padding-right: 1%;
}
}
Binary file added prontocloud/images/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added prontocloud/images/conectado-700x300.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added prontocloud/images/favicon.cc
Binary file not shown.
Binary file added prontocloud/images/icon-touch-retina-ipad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added prontocloud/images/icon-touch-retina-iphone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added prontocloud/images/icon-touch-retina.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added prontocloud/images/prontocloud.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading