Skip to content

Commit

Permalink
Update GPTs.html
Browse files Browse the repository at this point in the history
Rodape
  • Loading branch information
joaoli13 authored Nov 27, 2023
1 parent da43943 commit 2947ac7
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions GPTs.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,43 @@
color: #333;
font-style: italic;
}

.see-more-section {
padding: 20px;
background-color: #fff;
box-shadow: 0 2px 4px rgba(0,0,0,.1);
margin-top: 40px; /* Or the desired spacing from the content above */
}

.see-more-section h3 {
font-size: 1.4em;
color: #37474f;
margin-bottom: 15px;
}

.see-more-note {
margin-bottom: 15px;
}

.see-more-link {
font-size: 1.2em;
color: #1a0dab;
text-decoration: none;
display: inline-block;
margin-bottom: 5px;
}

.see-more-link:hover,
.see-more-link:focus {
text-decoration: underline;
color: #0c4b8e;
}

@media screen and (max-width: 600px) {
.see-more-section {
padding: 10px;
}
}

</style></head>
<body>
Expand Down Expand Up @@ -597,5 +634,18 @@ <h2>Aqui você encontra GPTs que dão acesso a 1.401.067 produções (dissertaç
</td>
</tr>
</table>

<div class="see-more-section">
<h3>Conheça também:</h3>
<div class="see-more-note">
<a href="https://joaoli13.github.io/GPTsUK.html" class="see-more-link">🇬🇧 GPTs Teses UK</a>
<p>Descubra GPTs que oferecem acesso a 627.035 teses acadêmicas do Reino Unido, cobrindo o período de 1768 a 2023. Esses GPTs utilizam dados do 'EThOS - Serviço Online de Teses do Reino Unido', um recurso fornecido pela Biblioteca Britânica, disponível sob a licença Creative Commons Atribuição (CC BY 4.0).</p>
</div>
<div class="see-more-note">
<a href="https://chat.openai.com/g/g-ftpttHQdu-learningladder" class="see-more-link">GPT LearningLadder - Uma Ferramenta de Aprendizado</a>
<p>Embarque na jornada da LearningLadder de 10 degraus, onde você pode mergulhar em um tópico de interesse e enfrentar questões cada vez mais complexas. Ganhe pontos parciais por cada tentativa e receba explicações abrangentes para enriquecer seu conhecimento.</p>
</div>
</div>

</body>
</html>

0 comments on commit 2947ac7

Please sign in to comment.