Add an about page. Change the terms in the footer. Add colors to the icons for the contact options. Update the sitemap. Remove empty controllers.
This commit is contained in:
parent
7d593b1078
commit
bd47b9adf4
8 changed files with 137 additions and 27 deletions
|
@ -2723,4 +2723,34 @@ p.editable:hover i {
|
|||
|
||||
.contact-options {
|
||||
margin-top: 60px;
|
||||
}
|
||||
}
|
||||
|
||||
.contact-options .option-twitter .fa-circle {
|
||||
color: #00b0ed;
|
||||
}
|
||||
|
||||
.contact-options .option-phone .fa-circle {
|
||||
color: #1dd924;
|
||||
}
|
||||
|
||||
.contact-options .option-irc .fa-circle {
|
||||
color: #e52f00;
|
||||
}
|
||||
|
||||
.contact-options .option-email .fa-circle {
|
||||
color: #1b72f1;
|
||||
}
|
||||
|
||||
.about-us .row {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.about-basic-icon {
|
||||
display: inline-block;
|
||||
margin-right: 10px;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.about-basic-text {
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
Reference in a new issue