Add Book Announcement + Profession Section (#21)
* Add descriptors of how long the media are. * Add a link for the local mp3, change AUDIO tags to MP3, explicitly call things Direct Download. * Add a banner for my eBook. * Add a "help wanted?" type message on the bottom of the site. * Remove doubled nature-based. * Change some verbiage and reduce the repetitive wording. Do not show the advisory on this page for now. * Add a TBD section for future creative works. * Read a global variable for which pages should show the advisory. * Slight rewording and also adjusting text to ruler. * Increase anchor size. * Don't include exclamation in anchor * Add a section on my experience. * Fix to ruler. * Change menu item for home page to Apps. * Fix typo and shorten verbiage. * Add note for when Art is added to Media. :D
This commit is contained in:
@ -1,4 +1,23 @@
|
||||
#!/usr/bin/php
|
||||
<div class="row" id="experience">
|
||||
<h2 class="col-12 header">My Profession</h2>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-12 text">
|
||||
<p>
|
||||
I'm a self-taught, college graduated, and professional software
|
||||
developer with nearly a decade of experience in the corporate
|
||||
world. I have been playing with Linux from a young age and have
|
||||
always enjoyed doing system administration type activities.
|
||||
<p>
|
||||
</p>
|
||||
Much of my career has focused on back-end type systems such as
|
||||
databases as well as optimizing workflows. I've learned many
|
||||
languages over the years and hope to learn many more. In my free
|
||||
time I have also enjoyed writing user-facing apps for Android.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row" id="programs">
|
||||
<h2 class="col-12 header">Public Programs</h2>
|
||||
</div>
|
||||
@ -119,7 +138,8 @@
|
||||
</p>
|
||||
</a>
|
||||
<p>
|
||||
Started as a fun project for learning. Playable but unfinished.
|
||||
Started as a fun project for learning.
|
||||
Playable but unfinished.
|
||||
</p>
|
||||
<p>
|
||||
[<a href="https://play.google.com/store/apps/details?id=apps.hyperling.com.platformer"
|
||||
|
Reference in New Issue
Block a user