Anchor consistency. Modify IDs.

This commit is contained in:
Hyperling 2022-10-19 05:28:49 -05:00
parent 218dacd5ea
commit 0287e13e19
2 changed files with 10 additions and 10 deletions

View File

@ -1,17 +1,17 @@
#!/usr/bin/php #!/usr/bin/php
<div class="row"> <div class="row" id="programs">
<h2 class="col-12 header">My Public Programs</h2> <h2 class="col-12 header">My Public Programs</h2>
<p class="col-12 text"> <p class="col-12 text">
I write free software! Please feel welcome to browse and use anything I have created. I write free software! Please feel welcome to browse and use anything I have created.
</p> </p>
</div> </div>
<div class="row"> <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 text center"> <div class="row text center">
<div class="col-6"> <div class="col-6" 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">
@ -40,7 +40,7 @@
</figure> </figure>
</div> </div>
<div class="col-6"> <div class="col-6" 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">
@ -69,7 +69,7 @@
</figure> </figure>
</div> </div>
<div class="col-6"> <div class="col-6" 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"
@ -99,7 +99,7 @@
</figure> </figure>
</div> </div>
<div class="col-6"> <div class="col-6" 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"
@ -132,7 +132,7 @@
</div> </div>
</div> </div>
<div class="row"> <div class="row" id="other">
<h3 class="col-12 header">Other Programs</h3> <h3 class="col-12 header">Other Programs</h3>
</div> </div>
<div class="row"> <div class="row">
@ -140,6 +140,6 @@
For a full list of programs including my Ansible automation, For a full list of programs including my Ansible automation,
Docker setup, source code for this website, and fun projects Docker setup, source code for this website, and fun projects
like an obfuscating editor and music fixer, check out like an obfuscating editor and music fixer, check out
<a href="https://github.com/Hyperling" target="_blank">my Github</a>. <a href="https://github.com/Hyperling" target="_blank">My Github</a>.
</p> </p>
</div> </div>

View File

@ -1,6 +1,6 @@
#!/usr/bin/php #!/usr/bin/php
<!-- Gift ideas such as dried fruit, teas, etc. --> <!-- Gift ideas such as dried fruit, teas, etc. -->
<div class="row" id="donate"> <div class="row" id="gifts">
<h2 class="col-12 header">Gifts</h2> <h2 class="col-12 header">Gifts</h2>
</div> </div>
<div class="row"> <div class="row">