Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aledipa committed May 9, 2023
1 parent c8583bc commit a2f2dc7
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 22 deletions.
37 changes: 15 additions & 22 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<div class="languageTag blueTag mr-2 mb-1"> JQuery </div>
</div>
<!-- Project description -->
<p class="paragraph ml-1 w-75">
<p class="paragraph ml-1 w-text">
First search engine meant for files, created according to a philosophy of practicality,
simplicity and efficiency, with a non-profit mold (searchbullet.org).
</p>
Expand Down Expand Up @@ -168,9 +168,8 @@
<div class="languageTag azureTag mr-2 mb-1"> Flutter </div>
</div>
<!-- Project description -->
<p class="paragraph ml-1 w-75">
A minimal but powerful encryption and decryption tool, useful for encrypting, encoding and hashing.
It is totally free of charge. Powered by Flutter.
<p class="paragraph ml-1 w-text">
A minimal but powerful encryption and decryption tool, useful for encoding and hashing.
<br>
<b class="grayText">Mentions: </b><a href="https://2lyn.yodo1.app/" target="_blank">Yodo1</a>
</p>
Expand Down Expand Up @@ -204,9 +203,8 @@
<div class="languageTag yellowTag mr-2 mb-1"> Python </div>
</div>
<!-- Project description -->
<p class="paragraph ml-1 w-75">
A network listening tool that notifies via mail whenever a new device is connected,
providing IP, MAC addresses and the vendor as well
<p class="paragraph ml-1 w-text">
A simple and powerful tool for brute force attacks, useful for testing the security of your systems.
<br>
<b class="grayText">Mentions: </b><a href="https://telemetr.io/en/channels/1171511288-sipvoip/posts/6285" target="_blank">Telemetrio</a>
</p>
Expand Down Expand Up @@ -245,7 +243,7 @@
<div class="languageTag yellowTag mr-2 mb-1"> JavaScript </div>
</div>
<!-- Project description -->
<p class="paragraph ml-1 w-75">
<p class="paragraph ml-1 w-text">
A super minimalistic and elegant website showing the best skills in a simple but effective way
</p>

Expand Down Expand Up @@ -278,7 +276,7 @@
<div class="languageTag azureTag mr-2 mb-1"> Flutter </div>
</div>
<!-- Project description -->
<p class="paragraph ml-1 w-75">
<p class="paragraph ml-1 w-text">
A nice Flutter timer and chronometer developed following the Neumorphic Design guidelines.
<br>
<b class="grayText">Mentions: </b>
Expand Down Expand Up @@ -319,10 +317,8 @@
<div class="languageTag azureTag mr-2 mb-1"> Qt </div>
</div>
<!-- Project description -->
<p class="paragraph ml-1 w-75">
Windows optimized desktop software with GUI, performs AES-256 encryption of files.
It uses a proprietary two-factor authentication method,
one of which is physical (USB stick).
<p class="paragraph ml-1 w-text">
A Windows GUI software that encrypts files using AES-256 and 2FA with a physical key (USB Stick).
</p>

<p class="redText">
Expand Down Expand Up @@ -350,9 +346,8 @@
<div class="languageTag yellowTag mr-2 mb-1"> Python </div>
</div>
<!-- Project description -->
<p class="paragraph ml-1 w-75">
A network listening tool that notifies via mail whenever a new device is connected,
providing IP, MAC addresses and the vendor as well
<p class="paragraph ml-1 w-text">
A network listening tool that emails you when a new device connects, providing IP, MAC addresses and vendor.
</p>

<p class="">
Expand Down Expand Up @@ -390,9 +385,8 @@
<div class="languageTag blueTag mr-2 mb-1"> JQuery </div>
</div>
<!-- Project description -->
<p class="paragraph ml-1 w-75">
A network listening tool that notifies via mail whenever a new device is connected,
providing IP, MAC addresses and the vendor as well
<p class="paragraph ml-1 w-text">
A free web proxy that allows you to browse the web anonymously and securely.
</p>

<p class="redText">
Expand Down Expand Up @@ -424,9 +418,8 @@
<div class="languageTag azureTag mr-2 mb-1"> CSS </div>
</div>
<!-- Project description -->
<p class="paragraph ml-1 w-75">
A network listening tool that notifies via mail whenever a new device is connected,
providing IP, MAC addresses and the vendor as well
<p class="paragraph ml-1 w-text">
A multithreading TicTacToe game with a GUI, developed in Java.
</p>

<p class="">
Expand Down
Binary file modified static/.DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ input::placeholder {
font-weight: 400;
}

.w-text {
width: 400px !important;
}

.blackText {
color: #202020;
}
Expand Down
Binary file modified static/img/.DS_Store
Binary file not shown.

0 comments on commit a2f2dc7

Please sign in to comment.