Skip to content

Commit

Permalink
Added a new project and removed an old one
Browse files Browse the repository at this point in the history
  • Loading branch information
aledipa committed May 9, 2023
1 parent a2f2dc7 commit 38d5639
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,42 @@
</div>
</div>

<!-- Free GPT4 Web API -->
<div class="row ml-5 mb-5 mt-1">
<div>
<img class="projectImage mr-3 mt-2" src="static/img/Logos/ai_cloud_(vectorsmarket15).png" alt="ListeNet Script Logo" height="120">
</div>
<div class="column">
<!-- Title and open button -->
<div class="row">
<p class="projectsLabel ml-3">
Free GPT4 Web API
<a href="http://144.91.83.35:5500/?text=" target="_blank">
<img src="static/img/Icons/Export.svg" height="20" class="exportImage">
</a>
</p>
</div>
<!-- Used languages tags -->
<div class="langsTags row ml-1 d-flex flex-row">
<div class="languageTag mr-2 mb-1"> API </div>
<div class="languageTag yellowTag mr-2 mb-1"> Python </div>
<div class="languageTag blueTag mr-2 mb-1"> Docker </div>
</div>
<!-- Project description -->
<p class="paragraph ml-1 w-text">
A server that allows you to have a self-hosted GPT-4 unlimited and free Web API, via the latest Bing's AI.
</p>

<p class="">
<img class="mb-1 mr-1" src="static/img/Icons/Unlocked.svg">
<a class="greenText openSource" href="https://github.com/aledipa/Free-GPT4-WEB-API" target="_blank">
View Source Code
</a>
<img class="mb-1 mr-1" src="static/img/Icons/ArrowRight.svg" height="17">
</p>
</div>
</div>

<!-- Bruto2 -->
<div class="row ml-5 mb-5 mt-1">
<div>
Expand Down Expand Up @@ -395,42 +431,6 @@
</p>
</div>
</div>

<!-- GraphicThreadTacToe -->
<div class="row ml-5 mb-5 mt-1">
<div>
<img class="projectImage mr-3 mt-2" src="static/img/Logos/GraphicThreadTacToe.png" alt="TicTacToe Mobile App Logo" height="120">
</div>
<div class="column">
<!-- Title and open button -->
<div class="row">
<p class="projectsLabel ml-3">
GraphicThreadTacToe
<a href="https://github.com/aledipa/GraphicThreadTacToe/releases/download/v1.0/GraphicThreadTacToe.jar" target="_blank">
<img src="static/img/Icons/Download.png" height="20" class="exportImage">
</a>
</p>
</div>
<!-- Used languages tags -->
<div class="langsTags row ml-1 d-flex flex-row">
<div class="languageTag mr-2 mb-1"> Desktop </div>
<div class="languageTag orangeTag mr-2 mb-1"> Java </div>
<div class="languageTag azureTag mr-2 mb-1"> CSS </div>
</div>
<!-- Project description -->
<p class="paragraph ml-1 w-text">
A multithreading TicTacToe game with a GUI, developed in Java.
</p>

<p class="">
<img class="mb-1 mr-1" src="static/img/Icons/Unlocked.svg">
<a class="greenText openSource" href="https://github.com/aledipa/GraphicThreadTacToe" target="_blank">
View Source Code
</a>
<img class="mb-1 mr-1" src="static/img/Icons/ArrowRight.svg" height="17">
</p>
</div>
</div>
</div>


Expand Down
Binary file modified static/.DS_Store
Binary file not shown.
Binary file modified static/img/.DS_Store
Binary file not shown.
Binary file added static/img/Logos/ai_cloud_(vectorsmarket15).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 38d5639

Please sign in to comment.