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
6 changes: 3 additions & 3 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ html{
.fuschia-color{
color: var(--fuschia-color) !important;
}
.pink-color{
color: var(--pink-color) !important;
.black-color{
color: var(--black-color) !important;
}

/* MENU */
Expand Down Expand Up @@ -233,7 +233,7 @@ section a:active{
}
#agenda table td, #agenda table th{
font-weight: 900;
padding: 5px;
padding: 50px;
background: rgba(221, 221, 221, 0.685);
}
#agenda .th-head{
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="google-site-verification" content="WQknsRBG_BEkoT_i_AFo2C4QEL5TX68rwxtykAdvPZE" />
<title>Hacktoberfest Janaúba</title>
<meta name="author" content="Carlos Magno">
<meta name="author" content="Larissa Karoline">
<meta name="description" content="Hacktoberfest Janaúba - MG Oficial">
<meta property="og:image" content="//hacktoberfestjn.netlify.com/img/hacktoberfest-janauba.jpg">
<link rel="stylesheet" href="./css/main.css">
Expand Down Expand Up @@ -54,7 +54,7 @@ <h2>Sobre o HacktoberfestJN</h2>
Open-Source mundialmente.
</p><br>
<p class="quote">Junte-se a nós nesta quinta-feira (03/10), contribua com o Open-Source e ganhe uma
<span class="pink-color">camiseta</span>.
<span class="black-color">camiseta</span>.
</p>
<br>
<p>
Expand Down Expand Up @@ -124,7 +124,7 @@ <h2>Programação</h2>
</div>

<section id="location" class="dark-section">
<h2>Localização</h2>
<h2>Localização </h2>
<div class="content">
<p>
IFNMG - Campus Avançado Janaúba
Expand Down