Change projects

This commit is contained in:
Parker M. 2023-11-28 09:25:59 -06:00
parent 8f148ef919
commit 7b3e790ed9
No known key found for this signature in database
GPG Key ID: 95CD2E0C7E329F2A
2 changed files with 9 additions and 3 deletions

View File

@ -360,6 +360,11 @@ header h2 {
font-size: 1.563vw;
}
.slider__txt .inner-reference {
color: white;
text-decoration: underline;
}
.slider__button {
font-size: 1.563vw;
padding: 0.391vw 1.042vw;

View File

@ -99,12 +99,13 @@
</p>
</div>
<div class="slider__contents">
<h2 class="slider__caption">Twilio News</h2>
<h2 class="slider__caption">Messagearr</h2>
<p class="slider__txt">
News Messenger sends the current news and weather, along with an affirmation using the Twilio API. Links can also be shortened using personal or non personal domains with the rebrandly.com API.
Docker container that has integration with <a href="https://radarr.video/" class="inner-reference">Radarr</a> in order to allow users to request movies to be downloaded through text messaging. Currently supports the Twilio and Telnyx messaging APIs.
<br>
<br>
<a href="https://github.com/PacketParker/twilio-news" target="_blank" referrerpolicy="no-referrer" class="slider__button">Source Code</a>
<a href="https://github.com/PacketParker/messagearr" target="_blank" referrerpolicy="no-referrer" class="slider__button">Source Code</a>
<a href="https://hub.docker.com/r/packetparker/messagearr" target="_blank" referrerpolicy="no-referrer" class="slider__button">Docker Hub</a>
</p>
</div>
</div>