Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alterado alguns textos da págin inicial e a cor do campo search #160

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
6 changes: 3 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ header h1 {
padding: 0.8rem 1rem;
font-size: 0.9rem;
color: #555;
border: 1px solid #ddd;
border: 1px solid #cc0066;
border-radius: 0.3rem;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
Expand Down Expand Up @@ -262,7 +262,7 @@ ul.tags {
overflow-y: auto;
/*Estilo de scrollbar para Firefox*/
scrollbar-width: thin;
scrollbar-color: #cc0066 #fff;
scrollbar-color: #cc0066 #fff;
}

ul.tags::-webkit-scrollbar {
Expand Down Expand Up @@ -352,4 +352,4 @@ ul.tags li {
100% {
transform: scale(1)
}
}
}
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ <h1 class="logo-css"><u>Mulheres</u> <i>Palestrantes</i></h1>

<main class="main" id="main">
<div class="headline">
<p>Procurando mulheres para palestrar em seu evento?</p>
<h2>O <strong>Mulheres Palestrantes</strong> é uma lista de mulheres que falam sobre assuntos relacionados a programação, design, empreendedorismo e tecnologia num geral.</h2>
<p>Procurando por mulheres para palestrar em seu evento?</p>
<h2>A plataforma<strong>Mulheres Palestrantes</strong> é uma lista de mulheres que falam sobre assuntos relacionados a programação, design, empreendedorismo e tecnologia num geral.</h2>
</div>

<p>Hoje temos um total de <span class="counter"></span> mulheres cadastradas.</p>
Expand Down Expand Up @@ -113,4 +113,4 @@ <h4 class="sr-only">Área de interesse para palestras</h4>
ga('send', 'pageview');
</script>
</body>
</html>
</html>