Skip to content

Commit

Permalink
Publish site on 2024-06-16
Browse files Browse the repository at this point in the history
  • Loading branch information
biancarosa committed Jun 16, 2024
1 parent 39df0cd commit bc0d1fd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!-- fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:[email protected]&family=Merienda:[email protected]&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:[email protected]&family=Merienda:[email protected]&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Handlee&display=swap" rel="stylesheet">

<link href="/theme/css/bootstrap.min.css" rel="stylesheet">
<link href="/theme/css/style.css" rel="stylesheet">
Expand Down Expand Up @@ -61,10 +61,10 @@
</section>
<section id="actions">
<div class="row">
<div class="col-md-4">
<div class="col-md-5">
<div class="left">
<div class="row text-center">
<div class="col-lg-5 col-md-12 pt-lg-4 pt-md-2">
<div class="col-lg-5 col-md-12 pt-lg-4">
<p class="h3">chamada de atividades</p>
</div>
<div class="col-lg-7 col-md-12">
Expand All @@ -73,11 +73,11 @@
</div>
</div>http://localhost:8000/theme/images/hero.png
</div>
<div class="col-md-8">
<div class="col-md-7">
<div class="right">
<div class="row text-center">
<div class="col-lg-7 col-md-12 pt-lg-5 pt-md-2">
<p class="h3">CENTRO DE Convenções BOLSA DO RIO - PRAÇA XV</p>
<div class="col-lg-7 col-md-12 pt-lg-5">
<p class="h3">centro de convenções bolsa do rio</p>
</div>
<div class="col-lg-5 col-md-12">
<btn class="btn btn-secondary" href="https://pybr2024.eventbrite.com/" target="blank"><b>ingressos</b><br/>lote 1 - a partir de R$200</btn>
Expand Down
15 changes: 9 additions & 6 deletions theme/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

@font-face {
font-family: "Shinkoya";
src: url("/theme/fonts/shinoya.otf");
src: url("/theme/fonts/shinoya.otf") format("opentype");
src: url("/theme/fonts/shinoya.ttf") format("truetype");
}
Expand Down Expand Up @@ -43,7 +44,7 @@ body {
h1,
h2,
h3 {
font-family: 'Shinkoya', sans-serif;
font-family: 'Shinkoya', 'Handlee', sans-serif;
font-weight: bolder;
color: #fff;
margin-top: 0;
Expand Down Expand Up @@ -74,6 +75,7 @@ h2 {
text-align: right;
background-position: right;
background-repeat: no-repeat;
min-width: 10em;
font-family: 'Inter', sans-serif;

}
Expand Down Expand Up @@ -315,27 +317,28 @@ body, #hero, #top, #wave {
#actions {
margin-top: 0;
margin-bottom: 0;
font-family: 'Shinkoya', sans-serif;
margin-left: 1em;
margin-right: 1em;
font-family: 'Shinkoya', 'Handlee', sans-serif;
}

#actions div, div.left, div.right {
#actions div, #actions div div {
height: max-content;
padding-top: 0.5em;
padding-bottom: 0.5em;
margin-bottom: 0;
padding-left: 0.3em;
}

#actions div div.left {
background: #F8A123;
margin-left: 10px;
border-radius: 0.5em;
height: max-content;
}


#actions div div.right {
background: #F14529;
margin-right: 10px;
border-radius: 0.5em;
color: #fff;
height: max-content;
Expand Down Expand Up @@ -371,7 +374,7 @@ body, #hero, #top, #wave {

#nav {
padding-bottom: 2em;
font-family: 'Shinkoya', sans-serif;
font-family: 'Shinkoya', 'Handlee', sans-serif;
font-size: 1.7rem;
color: white;
}
Expand Down

0 comments on commit bc0d1fd

Please sign in to comment.