Major Revisit (#13)
* Add comment that it was built from scratch. * Add a link to Modern Day Wizards and my personal media. Simplify text. * Change to "media" since there are also videos. * Simplify text, add nomad note. * Update support pages: better text, currencies first, remove many options. * Change word to sound more like I'm talking. * Update wordiness and provide disclaimer on top rather than only for email. * Update wordiness. * Use a more legible purple. * Remove extra word. * Fix link including a space. * Fix word order. * Make the banner more useful! :) * Simplify verbiage. * Enhance the look/feel of the addresses. * Remove more words. * Remove excess word. * More major rewording, also added mission/goal. * Remove 'the'.
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
|
||||
/* Specific Attributes */
|
||||
.banner-top {
|
||||
background-color: #660099;
|
||||
background-color: #663399;
|
||||
}
|
||||
|
||||
.banner-middle {
|
||||
|
@ -1,6 +1,8 @@
|
||||
#!/usr/bin/php
|
||||
<div class="row col-12 header">
|
||||
<div class="banner-top">Peace</div>
|
||||
<div class="banner-middle">Love</div>
|
||||
<div class="banner-bottom">Happiness</div>
|
||||
</div>
|
||||
<a href='/about'>
|
||||
<div class="row col-12 header">
|
||||
<div class="banner-top">Peace</div>
|
||||
<div class="banner-middle">Love</div>
|
||||
<div class="banner-bottom">Happiness</div>
|
||||
</div>
|
||||
</a>
|
||||
|
@ -12,7 +12,7 @@
|
||||
}
|
||||
|
||||
h1,h2,h3,h4,h5,h6 {
|
||||
color: #660099;
|
||||
color: #663399;
|
||||
}
|
||||
|
||||
.header {
|
||||
|
Reference in New Issue
Block a user