Skip to content

Commit

Permalink
Update GPTsUK.html
Browse files Browse the repository at this point in the history
inclusao da nota
  • Loading branch information
joaoli13 authored Nov 27, 2023
1 parent 4e4a2fc commit da43943
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions GPTsUK.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,43 @@
.nota-licenca {
padding: 10px;
}

.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>
Expand Down Expand Up @@ -286,5 +323,18 @@ <h2>Here you can find GPTs that provide access to 627,035 academic theses from t
</td>
</tr>
</table>
<div class="see-more-section">
<h3>Discover More</h3>
<div class="see-more-note">
<a href="https://joaoli13.github.io/GPTs.html" class="see-more-link">🇧🇷 GPTs Pós*BR - Brazilian Academic Works</a>
<p>Explore GPTs providing access to over 1.4 million academic productions (theses and dissertations) from Brazil, covering the period from 1987 to 2021. These GPTs utilize data from the 'Catalog of Theses and Dissertations - Brazil', offered by the Coordination for the Improvement of Higher Education Personnel (CAPES), available under the Creative Commons Attribution (CC BY) license.</p>
</div>
<div class="see-more-note">
<a href="https://chat.openai.com/g/g-ftpttHQdu-learningladder" class="see-more-link">GPT LearningLadder - A Learning Tool</a>
<p>Embark on a 10-step LearningLadder journey, where you can dive into a topic of interest and face progressively complex questions. Earn partial points for each attempt, and receive comprehensive explanations to enrich your knowledge.</p>
</div>
</div>

</body>

</html>

0 comments on commit da43943

Please sign in to comment.