Skip to content

Commit

Permalink
Atualiza fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
itepifanio committed Nov 13, 2023
1 parent ff542f9 commit 632cbf6
Show file tree
Hide file tree
Showing 10 changed files with 65 additions and 5 deletions.
56 changes: 52 additions & 4 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@
vermelho: #FD4000
branco: #FFFFFFF
*/
body {
font-family: manropeRegular;
font-size: 1.4em;
}

footer {
font-family: manropeRegular;
font-size: 0.8em;
}

footer h3 {
font-family: manropeRegular;
}

.uk-logo img {
max-width: 150px; /* Maximum width */
Expand All @@ -19,6 +32,10 @@
background-color: #FFDA1F;
}

.uk-navbar-item {
font-family: bonoc;
}

.uk-footer {
background-color: #3F9BFF;
color: #FFFFFF;
Expand All @@ -38,7 +55,6 @@
}

.hero {
display: flex;
align-items: center;
justify-content: center;
}
Expand All @@ -58,22 +74,54 @@
}

.hr {
padding-top: 10px;
padding-top: 15px;
padding-bottom: 15px;
}

.evento-row {
display: flex;
}

.evento-row div {
padding: 15px;
.evento-row div {
text-align: center;
}

.evento-row div h1 {
font-family: bonoc;
}

.patrocinio {
padding-right: 15%;
padding-left: 15%;
text-align: center;
margin-top: 15px;
margin-bottom: 15px;
}

.patrocinio h3{
font-family: bonoc;
}

@media screen and (max-width: 1366px) {
body {
font-size: 1.2em;
}

.container {
padding-left: 5%;
padding-right: 5%;
}

.patrocinio {
padding-right: 5%;
padding-left: 5%;
}

.hero p{
margin-top: 0 !important;
}

.evento-row img {
order: 2;
}
}
Binary file added assets/fonts/Bonoc.ttf
Binary file not shown.
Binary file added assets/fonts/Manrope/Manrope-Bold.ttf
Binary file not shown.
Binary file added assets/fonts/Manrope/Manrope-ExtraBold.ttf
Binary file not shown.
Binary file added assets/fonts/Manrope/Manrope-ExtraLight.ttf
Binary file not shown.
Binary file added assets/fonts/Manrope/Manrope-Light.ttf
Binary file not shown.
Binary file added assets/fonts/Manrope/Manrope-Medium.ttf
Binary file not shown.
Binary file added assets/fonts/Manrope/Manrope-Regular.ttf
Binary file not shown.
Binary file added assets/fonts/Manrope/Manrope-SemiBold.ttf
Binary file not shown.
14 changes: 13 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@
<link rel="stylesheet" href="assets/css/custom.css" />
<script src="assets/js/uikit.min.js"></script>
<script src="assets/js/uikit-icons.min.js"></script>
<style>
@font-face {
font-family: bonoc;
src: url(assets/fonts/Bonoc.ttf);
}

@font-face {
font-family: manropeRegular;
src: url(assets/fonts/Manrope/Manrope-Regular.ttf);
}
</style>
</head>

<body>
Expand All @@ -30,7 +41,8 @@
<div uk-grid class="hero">
<img src="assets/images/LOGO-PYTHON-NORDESTE-2024.svg" class="uk-responsive-width"/>
<p>
A Python Nordeste 2024 busca, no resgate do processo artesanal
A Python Nordeste é o evento que reúne as comunidades Python do Nordeste.
A edição 2024 busca, no resgate do processo artesanal
dos cartazes de rua, celebrar o toque humano. A ideia é encorajar
uma reflexão entre avanço e preservação das nossas heranças culturais,
tecendo um diálogo entre passado e presente, não como uma resposta à
Expand Down

0 comments on commit 632cbf6

Please sign in to comment.