Public
Edited
Apr 19
Insert cell
Insert cell
titulo = html`Aulas de Programação`
Insert cell
Insert cell
Insert cell
botoes = html`${custombuttons(grupos)}`
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
import { stijl } from "@ranoya/vissev2-producaocompleta"
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
junta = sumarray(techs, profs)
Insert cell
grupos = sumarray(outros, junta)
Insert cell
outros = ["Português", "Pós-graduação", "Notebooks Computacionais"]
Insert cell
Insert cell
techs = limpaarray(tags(materiais, "tech", ","))
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
estilo = html`${estaile} ${stijl}`
Insert cell
estaile = `<style>


a.listas:hover .blocoentrada {
background-color: var(--fg-color) !important;
color: var(--bg-color) !important;
}

#conteudo {
color: var(--fg-color, #176b82);
text-decoration: none;
font-size: 20px;
line-height: 26px;
font-weight: lighter;
position: relative;
z-index: 100;
}

#conteudo a {
display: block;
background-color: transparent;
margin-bottom: 15px;
text-decoration: none;
color: var(--fg-color, #176b82);
}

#conteudo a:hover .textos {
background-color: var(--cor-base, #12a3cb);
color: var(--ranoyav2-bg, #FFFFFF);
}

#paralaxe {
position: fixed;
z-index: 5;
width: 100vw;
height: 100vh;
top: 0;
}

.bgs {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 100%;
height: 40vh;
display: block;
}

.autor {
font-size: 14px;
line-height: 18px;
}

hr {
border: 0;
border-top: 1px solid var(--cor-leve, #89a1a8);
height: 10px;
margin-left: 0;
width: 100%;
opacity: 0.3;

}

.blocoentrada {
display: grid;
grid-template-columns: 180px 1fr;
gap: 0 10px;
}

.thumbnail {
width: 100%;
height: 100%;
}

.listas {
margin-top: 5px !important;
}

.grupo {
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: bolder;
margin-bottom: 30px;
margin-top: 60px;
text-transform: uppercase;
color: var(--cor-base, #12a3cb);
}

.textos {
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

.tablehead {
font-size: 11px !important;
text-transform: uppercase;
position: sticky;
top: 105px;
background-color: var(--color-invert, white);
font-family: "Prompt";
padding-bottom: 8px;
}

.trescolunasassimetrico {
display: grid;
grid-template-columns: 120px 1.5fr 1.5fr;
gap: 20px 30px;
}

@media screen and (max-width: 700px) {
.trescolunasassimetrico {
grid-template-columns: 1fr;
}
}
</style>`
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more