Yey, CSS theme for main site

This commit is contained in:
Arona Jones
2014-10-11 14:57:08 +01:00
parent 242802ac35
commit 92f6566b26
2 changed files with 11 additions and 7 deletions

View File

@@ -10,7 +10,7 @@
<title>Starter Template for Bootstrap</title>
<!-- Bootstrap core CSS -->
<link href="/stylesheets/art.css" rel="stylesheet">
<link href="/stylesheets/main.min.css" rel="stylesheet">
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
@@ -38,14 +38,11 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Arona Jones GCSE Art</a>
<a class="navbar-brand" href="index.html">Home</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="develop.html">Develop A01</a></li>
<li><a href="refine.html">Refine A02</a></li>
<li><a href="record.html">Record A03</a></li>
<li><a href="present.html">Present A04</a></li>
<li><a href="/art/index.html">Art</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
@@ -54,7 +51,7 @@
<div class="starter-template">
<h1>How did you get here?</h1>
<h3><a href="/art/index.html">Go away!</a></h3>
<h6>Web development by Arona Jones. Site uses <a href="http://getbootstrap.com">Bootstrap</a> with modified CSS. Kindly Hosted by Github.</h6>
<h6>Web development by Arona Jones. Site uses <a href="http://getbootstrap.com">Bootstrap</a> with modified CSS. Main site has CSS based off <a href="http://bootswatch.com/">the Cyborg Theme</a>. Kindly Hosted by Github.</h6>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->

7
stylesheets/main.min.css vendored Normal file

File diff suppressed because one or more lines are too long