Remove TTT Announcement, Fix UI Colors (#26)

* Remove TTT announcement.

* Fix background colors not breaking.

* Change the entire announcement to be a link, add classes for getting specific font colors, reorganize background classes.
This commit is contained in:
Hyperling 2024-05-16 09:58:55 -07:00 committed by GitHub
parent 8bf7981b90
commit 7d5cff9c67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 28 additions and 23 deletions

View File

@ -5,20 +5,22 @@
<div class="row center" id="advisory"> <div class="row center" id="advisory">
<div class="col-12 title"> <div class="col-12 title">
<h2><i>Announcements</i></h2> <i><h2>Announcements</h2></i>
</div> </div>
<a href="/health/">
<div class="col-12 text"> <div class="col-12 text">
<u>2024-03-07</u> <u class="orange">2024-03-07</u>
<br/> <br/>
Find my free new eBook, "Hyperling's Health Protocol", Find my free new eBook, "Hyperling's Health Protocol",
<a href="/health/">here</a>! <u class="orange">here</u>!
</div> </div>
<div class="col-12 text"> </a>
<!--<div class="col-12 text">
<u>2024-03-31</u> <u>2024-03-31</u>
<br/> <br/>
There's a There's a
<a href="/home/#tictactoe">new app</a> <a href="/home/#tictactoe">new app</a>
in town, in town,
<a href="/files/apks/TicTacToe.apk">Tic-Tac-Toe</a>! <a href="/files/apks/TicTacToe.apk">Tic-Tac-Toe</a>!
</div> </div>-->
</div> </div>

View File

@ -7,23 +7,26 @@
color: #CCCCCC; color: #CCCCCC;
} }
a { a,.orange {
color: #FF9900 color: #FF9900
} }
h1,h2,h3,h4,h5,h6 { h1,h2,h3,h4,h5,h6,.purple {
color: #663399; color: #663399;
} }
.header { .green {
/*background-color: #113311;*/ color: #33CC33;
background-color: #222222;
} }
.title { .title {
background-color: #111111; background-color: #111111;
} }
.header {
background-color: #222222;
}
.text { .text {
background-color: #333333; background-color: #333333;
} }

View File

@ -19,6 +19,7 @@
<p><a href="/resume/">My resume can be found here</a>.</p> <p><a href="/resume/">My resume can be found here</a>.</p>
</div> </div>
</div> </div>
<div class="row" id="programs"> <div class="row" id="programs">
<h2 class="col-12 header">Public Programs</h2> <h2 class="col-12 header">Public Programs</h2>
</div> </div>
@ -33,9 +34,8 @@
<div class="row" id="android"> <div class="row" id="android">
<h3 class="col-12 header">Android Apps</h3> <h3 class="col-12 header">Android Apps</h3>
</div> </div>
<div class="row center">
<div class="row text center"> <div class="col-12 text" id="tictactoe">
<div class="col-12" id="tictactoe">
<figure> <figure>
<a href="/files/apks/TicTacToe.apk"> <a href="/files/apks/TicTacToe.apk">
<img width="50%" height="50%" alt="tictactoe_image" <img width="50%" height="50%" alt="tictactoe_image"
@ -58,8 +58,8 @@
</figure> </figure>
</div> </div>
<div class="row text center"> <div class="row center">
<div class="col-6" id="ctfu"> <div class="col-6 text" id="ctfu">
<figure> <figure>
<a href="https://play.google.com/store/apps/details?id=com.hyperling.carbupbeta" <a href="https://play.google.com/store/apps/details?id=com.hyperling.carbupbeta"
target="_blank" rel="noopener noreferrer"> target="_blank" rel="noopener noreferrer">
@ -88,7 +88,7 @@
</figure> </figure>
</div> </div>
<div class="col-6" id="timer"> <div class="col-6 text" id="timer">
<figure> <figure>
<a href="https://play.google.com/store/apps/details?id=com.hyperling.apps.infinitetimer" <a href="https://play.google.com/store/apps/details?id=com.hyperling.apps.infinitetimer"
target="_blank" rel="noopener noreferrer" target="_blank" rel="noopener noreferrer"
@ -119,8 +119,8 @@
</div> </div>
</div> </div>
<div class="row text center"> <div class="row center">
<div class="col-6" id="sleep"> <div class="col-6 text" id="sleep">
<figure> <figure>
<a href="https://play.google.com/store/apps/details?id=com.hyperling.apps.the45minuterule" <a href="https://play.google.com/store/apps/details?id=com.hyperling.apps.the45minuterule"
target="_blank" rel="noopener noreferrer"> target="_blank" rel="noopener noreferrer">
@ -149,7 +149,7 @@
</figure> </figure>
</div> </div>
<div class="col-6" id="games"> <div class="col-6 text" id="games">
<figure> <figure>
<a href="https://play.google.com/store/apps/details?id=apps.hyperling.com.platformer" <a href="https://play.google.com/store/apps/details?id=apps.hyperling.com.platformer"
target="_blank" rel="noopener noreferrer" target="_blank" rel="noopener noreferrer"