1
Fork 0

Better styling

This commit is contained in:
Jake Howard 2015-11-29 20:11:09 +00:00
parent 8348110012
commit 13f429aa1c
3 changed files with 6 additions and 5 deletions

View file

@ -68,8 +68,8 @@ footer {
font-size: 14px;
background-color: #232323;
a {
padding: 7px;
color: #ff7f00;
padding: 7px;
&:hover {
text-decoration: none;
color: inherit;
@ -139,4 +139,5 @@ footer {
.panel {
.box-shadow(0px 4px 4px 3px rgba(0,0,0,0.6));
margin-bottom: 40px;
}

View file

@ -1,7 +1,5 @@
{% extends 'content_base.html' %}
{% block pageTitle %}About my website{% endblock %}
{% block content %}
<div class="container">
<div class="panel panel-default">
@ -33,7 +31,7 @@
</div>
<div class="panel-body">
<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>
</div>
</div>

View file

@ -20,7 +20,9 @@
</div>
<div class="row">
<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 class="row">