Better styling
This commit is contained in:
parent
8348110012
commit
13f429aa1c
3 changed files with 6 additions and 5 deletions
|
@ -68,8 +68,8 @@ footer {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
background-color: #232323;
|
background-color: #232323;
|
||||||
a {
|
a {
|
||||||
padding: 7px;
|
|
||||||
color: #ff7f00;
|
color: #ff7f00;
|
||||||
|
padding: 7px;
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
@ -139,4 +139,5 @@ footer {
|
||||||
|
|
||||||
.panel {
|
.panel {
|
||||||
.box-shadow(0px 4px 4px 3px rgba(0,0,0,0.6));
|
.box-shadow(0px 4px 4px 3px rgba(0,0,0,0.6));
|
||||||
|
margin-bottom: 40px;
|
||||||
}
|
}
|
|
@ -1,7 +1,5 @@
|
||||||
{% extends 'content_base.html' %}
|
{% extends 'content_base.html' %}
|
||||||
|
|
||||||
{% block pageTitle %}About my website{% endblock %}
|
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="panel panel-default">
|
<div class="panel panel-default">
|
||||||
|
@ -33,7 +31,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<p>
|
<p>
|
||||||
The server the website is hosted on is my UK VPS. More information can be found <a href="">here</a>.
|
The website is hosted on my UK VPS. More information about it can be found <a href="">here</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -20,7 +20,9 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<a href="">About</a> | <a href="https://github.com/RealOrangeOne/theorangeone.net" target="_blank">View Source</a> | <a href="">Contact</a>
|
<p>
|
||||||
|
<a href="">About</a> | <a href="https://github.com/RealOrangeOne/theorangeone.net" target="_blank">View Source</a> | <a href="">Contact</a>
|
||||||
|
<p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
Reference in a new issue