diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..7a4c00b Binary files /dev/null and b/.DS_Store differ diff --git a/assets/.DS_Store b/assets/.DS_Store new file mode 100644 index 0000000..08fb2df Binary files /dev/null and b/assets/.DS_Store differ diff --git a/assets/css/custom.css b/assets/css/custom.css index b725353..f11949f 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -2,14 +2,23 @@ --laranja: #FF5C27; --bege: #F5F3E7; --azul: #3F9BFF; - --verde: #2A9507; + --verde: #00923F; --amarelo: #FFDA1F; --verde_escuro: #383806; --vermelho: #FD4000; --branco_default: #FFF; --preto_default: #000; + --fuchsia: #D70086; + --roxo__escuro: #5E17EB; + --cinza_escuro: #777777; + --marron_escuro: #353408; } +.uk-badge-large { + padding: 1rem; + font-size: medium; + +} @font-face { font-family: bonoc; src: url(../fonts/Bonoc.ttf); @@ -73,6 +82,11 @@ footer h3 { padding-right: 15px; } +.uk-width-auto img { + max-width: 100px; + max-height: 100px; +} + .hero { margin-top: 2em; align-items: center; @@ -130,10 +144,6 @@ footer h3 { font-family: bonoc; } -.uk-text-bold { - color: var(--preto_default); -} - .uk-button { border: none; font-size: 1rem; @@ -230,3 +240,99 @@ footer h3 { font-family: manropeRegular; } } + + +/* + * Card Third + */ +.uk-card-green { + background-color: var(--verde); + color: var(--branco_default); +} + +.uk-card-green span { + background-color: var(--verde); + color: var(--branco_default); +} + +span { + color: var(--branco_default) !important; + font-size: medium; +} + +.uk-card-fuchsia { + background-color: var(--fuchsia); + color: var(--branco_default); +} + +.uk-card-orange { + background-color: var(--laranja); + color: var(--branco_default); +} + +.uk-card-blue { + cursor: pointer; + background-color: var(--azul); + color: var(--branco_default); +} + +.uk-card-blue h3 { + background-color: var(--azul); + color: var(--branco_default); +} + +.uk-card-gray { + cursor: pointer; + background-color: var(--cinza_escuro); + color: var(--branco_default); +} +.uk-card-gray h3 { + background-color: var(--cinza_escuro); + color: var(--branco_default); +} +.uk-badge-beige { + background-color: var(--bege); + color: var(--preto_default) !important; +} + +.uk-card-brown { + background-color: var(--marron_escuro); + color: var(--branco_default); + height: auto !important; +} + +.agenda-card-body { + padding: 1.5rem 0.7rem; + position: relative; + display: grid; + grid-template-columns: 1fr 2fr; +} + +.card-flex-wrap { + display: flex; + flex-wrap: wrap; + justify-content: space-between; +} + +/* .uk-text-small { + min-height: 220px; +} */ + +.custom-class { + margin-top: 10px; + margin-bottom: 0px; + padding-bottom: 15px; +} + +.truncate { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + max-width: 200px; /* Ajuste este valor para o tamanho desejado */ +} + +.avatar-medium { + object-fit: cover; + height: 100px; + width: 100px; +} \ No newline at end of file diff --git a/assets/images/.DS_Store b/assets/images/.DS_Store new file mode 100644 index 0000000..59f37f5 Binary files /dev/null and b/assets/images/.DS_Store differ diff --git a/assets/images/avatar/.DS_Store b/assets/images/avatar/.DS_Store new file mode 100644 index 0000000..adf605f Binary files /dev/null and b/assets/images/avatar/.DS_Store differ diff --git a/assets/images/avatar/alexandre-kavalerski.png b/assets/images/avatar/alexandre-kavalerski.png new file mode 100644 index 0000000..33eac7b Binary files /dev/null and b/assets/images/avatar/alexandre-kavalerski.png differ diff --git a/assets/images/avatar/ana-carla-cavalcante.png b/assets/images/avatar/ana-carla-cavalcante.png new file mode 100644 index 0000000..e5813c0 Binary files /dev/null and b/assets/images/avatar/ana-carla-cavalcante.png differ diff --git a/assets/images/avatar/ana-carolina-dias.png b/assets/images/avatar/ana-carolina-dias.png new file mode 100644 index 0000000..a53e91a Binary files /dev/null and b/assets/images/avatar/ana-carolina-dias.png differ diff --git a/assets/images/avatar/ana-cecilia.png b/assets/images/avatar/ana-cecilia.png new file mode 100644 index 0000000..4288a6c Binary files /dev/null and b/assets/images/avatar/ana-cecilia.png differ diff --git a/assets/images/avatar/apyb.jpg b/assets/images/avatar/apyb.jpg new file mode 100644 index 0000000..96d3449 Binary files /dev/null and b/assets/images/avatar/apyb.jpg differ diff --git a/assets/images/avatar/carolina-soares.png b/assets/images/avatar/carolina-soares.png new file mode 100644 index 0000000..c194fec Binary files /dev/null and b/assets/images/avatar/carolina-soares.png differ diff --git a/assets/images/avatar/clara-santos.png b/assets/images/avatar/clara-santos.png new file mode 100644 index 0000000..ae8f9af Binary files /dev/null and b/assets/images/avatar/clara-santos.png differ diff --git a/assets/images/avatar/deborah-foroni.png b/assets/images/avatar/deborah-foroni.png new file mode 100644 index 0000000..0a93ec3 Binary files /dev/null and b/assets/images/avatar/deborah-foroni.png differ diff --git a/assets/images/avatar/denys-carvalho.png b/assets/images/avatar/denys-carvalho.png new file mode 100644 index 0000000..a5285fa Binary files /dev/null and b/assets/images/avatar/denys-carvalho.png differ diff --git a/assets/images/avatar/ellem-amorim.png b/assets/images/avatar/ellem-amorim.png new file mode 100644 index 0000000..dd327ef Binary files /dev/null and b/assets/images/avatar/ellem-amorim.png differ diff --git a/assets/images/avatar/flavio-juvenal.png b/assets/images/avatar/flavio-juvenal.png new file mode 100644 index 0000000..aeb2ea5 Binary files /dev/null and b/assets/images/avatar/flavio-juvenal.png differ diff --git a/assets/images/avatar/gustavo-carvalho.png b/assets/images/avatar/gustavo-carvalho.png new file mode 100644 index 0000000..cd65307 Binary files /dev/null and b/assets/images/avatar/gustavo-carvalho.png differ diff --git a/assets/images/avatar/ian-gabriel.jpg b/assets/images/avatar/ian-gabriel.jpg new file mode 100755 index 0000000..3fa6d72 Binary files /dev/null and b/assets/images/avatar/ian-gabriel.jpg differ diff --git a/assets/images/avatar/ivyna-santino.png b/assets/images/avatar/ivyna-santino.png new file mode 100644 index 0000000..010f445 Binary files /dev/null and b/assets/images/avatar/ivyna-santino.png differ diff --git a/assets/images/avatar/juliana-barros-lima.png b/assets/images/avatar/juliana-barros-lima.png new file mode 100644 index 0000000..12a2083 Binary files /dev/null and b/assets/images/avatar/juliana-barros-lima.png differ diff --git a/assets/images/avatar/lucas-vilela.png b/assets/images/avatar/lucas-vilela.png new file mode 100644 index 0000000..30e6a02 Binary files /dev/null and b/assets/images/avatar/lucas-vilela.png differ diff --git a/assets/images/avatar/luis-vinicius.png b/assets/images/avatar/luis-vinicius.png new file mode 100644 index 0000000..915266f Binary files /dev/null and b/assets/images/avatar/luis-vinicius.png differ diff --git a/assets/images/avatar/marcos-jacinto.png b/assets/images/avatar/marcos-jacinto.png new file mode 100644 index 0000000..77b68e3 Binary files /dev/null and b/assets/images/avatar/marcos-jacinto.png differ diff --git a/assets/images/avatar/mariana-cristina.png b/assets/images/avatar/mariana-cristina.png new file mode 100644 index 0000000..fd96201 Binary files /dev/null and b/assets/images/avatar/mariana-cristina.png differ diff --git a/assets/images/avatar/pablo-gustavo.jpg b/assets/images/avatar/pablo-gustavo.jpg new file mode 100755 index 0000000..ae8eb43 Binary files /dev/null and b/assets/images/avatar/pablo-gustavo.jpg differ diff --git a/assets/images/avatar/pedro-florencio.png b/assets/images/avatar/pedro-florencio.png new file mode 100644 index 0000000..9980d74 Binary files /dev/null and b/assets/images/avatar/pedro-florencio.png differ diff --git a/assets/images/avatar/rafaela-torres.png b/assets/images/avatar/rafaela-torres.png new file mode 100644 index 0000000..1ad6440 Binary files /dev/null and b/assets/images/avatar/rafaela-torres.png differ diff --git a/assets/images/avatar/renan-santos.png b/assets/images/avatar/renan-santos.png new file mode 100644 index 0000000..5b213aa Binary files /dev/null and b/assets/images/avatar/renan-santos.png differ diff --git a/assets/images/avatar/vinicius-mendes.png b/assets/images/avatar/vinicius-mendes.png new file mode 100644 index 0000000..4b1af18 Binary files /dev/null and b/assets/images/avatar/vinicius-mendes.png differ diff --git a/assets/images/location-icon.png b/assets/images/location-icon.png new file mode 100644 index 0000000..53bfe2b Binary files /dev/null and b/assets/images/location-icon.png differ diff --git a/index.html b/index.html index 435ddfe..57ce325 100644 --- a/index.html +++ b/index.html @@ -48,6 +48,8 @@
  • Local
  • Patrocinadoras
  • +
  • Agenda
  • + @@ -67,6 +69,8 @@
  • Local
  • Patrocinadoras
  • +
  • Agenda
  • + @@ -108,13 +112,13 @@

    SOBRE O EVENTO

    - A Python Nordeste é o maior encontro da comunidade Python na região. + A Python Nordeste é o maior encontro da comunidade Python na região. É um evento itinerante que ocorre anualmente nas cidades do Nordeste a mais de 10 anos. Em 2024 chegaremos a 12ª edição do evento!

    Com foco na promoção da diversidade e troca de experiências e conhecimento, - o evento é voltado para indivíduos de diversas áreas e origens, sem distinção + o evento é voltado para indivíduos de diversas áreas e origens, sem distinção de conhecimento técnico ou atuação na área.

    @@ -210,7 +214,7 @@

    PATROCÍNIO

    - Baixe aqui o nosso Plano de Patrocínio com as + Baixe aqui o nosso plano de patrocínio com as modalidades, benefícios e todas informações que você precisa.

    @@ -250,7 +254,7 @@

    Sobre

    -
  • Patrocínio
  • +
  • Código de Conduta (CDC)
  • @@ -264,7 +268,7 @@

    Créditos

    Identidade visual e design por - Lucas Lenin + Lucas Lenin

    diff --git a/speakers.html b/speakers.html new file mode 100644 index 0000000..f5cba7e --- /dev/null +++ b/speakers.html @@ -0,0 +1,762 @@ + + + + + + + + + PyNE 2024 | Python Nordeste 2024 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    +
    +

    DIA 1

    +

    09 de Agosto

    +
    +
    +
    +
    +

    DIA 2

    +

    10 de Agosto

    +
    +
    +
    +
    +

    DIA 3

    +

    11 de Agosto

    +
    +
    +
    +
    + +
    + +
    +
    +
    + Location Icon + Universidade Federal do Rio Grande do Norte (UFRN) + +
    +
    + 09:00 - 09:30 +

    Inicio do credenciamento

    +
    +
    + +
    +
    +
    +
    + Location Icon + Sala 1 + +
    +
    +
    +
    + Avatar +
    +
    +
    + 09:30 - 11:30 +

    Visualização e Processamento de Dados Geoespaciais: Uma Introdução Prática.

    +

    Palestrante(s) Pedro Florencio de Almeida Neto

    +
    +
    +
    +
    + +
    +
    +
    + Location Icon + Sala 2 + +
    +
    +
    +
    + Avatar +
    +
    +
    + 09:30 - 11:30 +

    Treinar um Modelo não é Tudo: O Ciclo de Vida de Modelos de Machine Learning.

    +

    Palestrante(s) Marcos Vinícius Gomes Jacinto

    +
    +
    +
    +
    + +
    +
    +
    + Location Icon + Sala 2 + +
    +
    +
    +
    + Avatar + Avatar +
    +
    +
    + 14:30 - 16:30 +

    Introdução a Programação Competitiva com Python

    +

    Palestrante(s) Pablo Gustavo, Ian Gabriel

    +
    +
    +
    +
    + +
    +
    +
    + Location Icon + Sala 2 + +
    +
    +
    +
    + Avatar + Avatar +
    +
    +
    + 14:30 - 16:30 +

    Introdução prática ao Machine Learning com o TensorFlow e Keras.

    +

    Palestrante(s) Ana Carolina Sousa Dias, Ellem Almeida Amorim

    +
    +
    +
    +
    +
    +
    + + + + + + +
    + + + + + + +