Begin to move art stuffs into an art subfolder

This commit is contained in:
Arona Jones
2014-10-11 14:50:03 +01:00
parent 78d3b37f1f
commit 17a4d8e281
37 changed files with 34 additions and 33 deletions

View File

@@ -10,7 +10,7 @@
<title>Arona Jones</title> <title>Arona Jones</title>
<!-- Bootstrap core CSS --> <!-- Bootstrap core CSS -->
<link href="stylesheets/bootstrap.css" rel="stylesheet"> <link href="/stylesheets/art.css" rel="stylesheet">
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.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 --> <!-- Custom styles for this template -->
@@ -61,7 +61,7 @@
<h3>One of his mechanical drawings: </h3> <h3>One of his mechanical drawings: </h3>
<p><img src="http://www.relativelyinteresting.com/wp-content/uploads/2013/10/da-vinci-invention.jpg" width="50%"></p> <p><img src="http://www.relativelyinteresting.com/wp-content/uploads/2013/10/da-vinci-invention.jpg" width="50%"></p>
<h3>And my image in his style:</h3> <h3>And my image in his style:</h3>
<p><img src="images/ai/clock2vinci.jpg" width="50%"></p> <p><img src="/images/art/ai/clock2vinci.jpg" width="50%"></p>
</div> </div>
</div> </div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->

View File

@@ -10,7 +10,8 @@
<title>Starter Template for Bootstrap</title> <title>Starter Template for Bootstrap</title>
<!-- Bootstrap core CSS --> <!-- Bootstrap core CSS -->
<link href="stylesheets/bootstrap.css" rel="stylesheet"> <link href="/stylesheets/art.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 --> <!-- Custom styles for this template -->
<style>body{padding-top:50px;}.starter-template{padding:40px 15px;text-align:center;}</style> <style>body{padding-top:50px;}.starter-template{padding:40px 15px;text-align:center;}</style>

View File

@@ -10,7 +10,7 @@
<title>Arona Jones</title> <title>Arona Jones</title>
<!-- Bootstrap core CSS --> <!-- Bootstrap core CSS -->
<link href="stylesheets/bootstrap.css" rel="stylesheet"> <link href="/stylesheets/art.css" rel="stylesheet">
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.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 --> <!-- Custom styles for this template -->

View File

@@ -10,7 +10,7 @@
<title>Arona Jones</title> <title>Arona Jones</title>
<!-- Bootstrap core CSS --> <!-- Bootstrap core CSS -->
<link href="stylesheets/bootstrap.css" rel="stylesheet"> <link href="/stylesheets/art.css" rel="stylesheet">
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.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 --> <!-- Custom styles for this template -->
@@ -51,7 +51,7 @@
<h1>Visual Recording</h1> <h1>Visual Recording</h1>
<h2>I, Me, Mine - Subject Brainstorm</h2> <h2>I, Me, Mine - Subject Brainstorm</h2>
<img src="/images/mindmap.png" width="70%" border="5"> <img src="/images/art/mindmap.png" width="70%" border="5">
<h2>Photography</h2> <h2>Photography</h2>
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> <div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
@@ -87,140 +87,140 @@
<div class="carousel-inner"> <div class="carousel-inner">
<div class="item active"> <div class="item active">
<img src="/images/photos/1.JPG" alt="..."> <img src="/images/art/photos/1.JPG" alt="...">
<div class="carousel-caption"> <div class="carousel-caption">
... ...
</div> </div>
</div> </div>
<div class="item"> <div class="item">
<img src="/images/photos/2.JPG" alt="..."> <img src="/images/art/photos/2.JPG" alt="...">
<div class="carousel-caption"> <div class="carousel-caption">
... ...
</div> </div>
</div> </div>
<div class="item"> <div class="item">
<img src="/images/photos/3.JPG" alt="..."> <img src="/images/art/photos/3.JPG" alt="...">
<div class="carousel-caption"> <div class="carousel-caption">
... ...
</div> </div>
</div> </div>
<div class="item"> <div class="item">
<img src="/images/photos/4.JPG" alt="..."> <img src="/images/photos/art/4.JPG" alt="...">
<div class="carousel-caption"> <div class="carousel-caption">
... ...
</div> </div>
</div> </div>
<div class="item"> <div class="item">
<img src="/images/photos/5.JPG" alt="..."> <img src="/images/photos/art/5.JPG" alt="...">
<div class="carousel-caption"> <div class="carousel-caption">
... ...
</div> </div>
</div> </div>
<div class="item"> <div class="item">
<img src="/images/photos/6.JPG" alt="..."> <img src="/images/photos/art/6.JPG" alt="...">
<div class="carousel-caption"> <div class="carousel-caption">
... ...
</div> </div>
</div> </div>
<div class="item"> <div class="item">
<img src="/images/photos/7.JPG" alt="..."> <img src="/images/photos/art/7.JPG" alt="...">
<div class="carousel-caption"> <div class="carousel-caption">
... ...
</div> </div>
</div> </div>
<div class="item"> <div class="item">
<img src="/images/photos/8.JPG" alt="..."> <img src="/images/photos/art/8.JPG" alt="...">
<div class="carousel-caption"> <div class="carousel-caption">
... ...
</div> </div>
</div> </div>
<div class="item"> <div class="item">
<img src="/images/photos/9.JPG" alt="..."> <img src="/images/photos/art/9.JPG" alt="...">
<div class="carousel-caption"> <div class="carousel-caption">
... ...
</div> </div>
</div> </div>
<div class="item"> <div class="item">
<img src="/images/photos/10.JPG" alt="..."> <img src="/images/photos/art/10.JPG" alt="...">
<div class="carousel-caption"> <div class="carousel-caption">
... ...
</div> </div>
</div> </div>
<div class="item"> <div class="item">
<img src="/images/photos/11.JPG" alt="..."> <img src="/images/photos/art/11.JPG" alt="...">
<div class="carousel-caption"> <div class="carousel-caption">
... ...
</div> </div>
</div> </div>
<div class="item"> <div class="item">
<img src="/images/photos/12.JPG" alt="..."> <img src="/images/photos/art/12.JPG" alt="...">
<div class="carousel-caption"> <div class="carousel-caption">
... ...
</div> </div>
</div> </div>
<div class="item"> <div class="item">
<img src="/images/photos/13.JPG" alt="..."> <img src="/images/photos/art/13.JPG" alt="...">
<div class="carousel-caption"> <div class="carousel-caption">
... ...
</div> </div>
</div> </div>
<div class="item"> <div class="item">
<img src="/images/photos/14.JPG" alt="..."> <img src="/images/photos/art/14.JPG" alt="...">
<div class="carousel-caption"> <div class="carousel-caption">
... ...
</div> </div>
</div> </div>
<div class="item"> <div class="item">
<img src="/images/photos/15.JPG" alt="..."> <img src="/images/photos/art/15.JPG" alt="...">
<div class="carousel-caption"> <div class="carousel-caption">
... ...
</div> </div>
</div> </div>
<div class="item"> <div class="item">
<img src="/images/photos/16.JPG" alt="..."> <img src="/images/photos/art/16.JPG" alt="...">
<div class="carousel-caption"> <div class="carousel-caption">
... ...
</div> </div>
</div> </div>
<div class="item"> <div class="item">
<img src="/images/photos/17.JPG" alt="..."> <img src="/images/photos/art/17.JPG" alt="...">
<div class="carousel-caption"> <div class="carousel-caption">
... ...
</div> </div>
</div> </div>
<div class="item"> <div class="item">
<img src="/images/photos/18.JPG" alt="..."> <img src="/images/photos/art/18.JPG" alt="...">
<div class="carousel-caption"> <div class="carousel-caption">
... ...
</div> </div>
</div> </div>
<div class="item"> <div class="item">
<img src="/images/photos/19.JPG" alt="..."> <img src="/images/photos/art/19.JPG" alt="...">
<div class="carousel-caption"> <div class="carousel-caption">
... ...
</div> </div>
</div> </div>
<div class="item"> <div class="item">
<img src="/images/photos/20.JPG" alt="..."> <img src="/images/photos/art/20.JPG" alt="...">
<div class="carousel-caption"> <div class="carousel-caption">
... ...
</div> </div>
@@ -234,21 +234,21 @@
</div> </div>
<div class="item"> <div class="item">
<img src="/images/photos/22.JPG" alt="..."> <img src="/images/photos/art/22.JPG" alt="...">
<div class="carousel-caption"> <div class="carousel-caption">
... ...
</div> </div>
</div> </div>
<div class="item"> <div class="item">
<img src="/images/photos/23.JPG" alt="..."> <img src="/images/photos/art/23.JPG" alt="...">
<div class="carousel-caption"> <div class="carousel-caption">
... ...
</div> </div>
</div> </div>
<div class="item"> <div class="item">
<img src="/images/photos/24.JPG" alt="..."> <img src="/images/photos/art/24.JPG" alt="...">
<div class="carousel-caption"> <div class="carousel-caption">
... ...
</div> </div>

View File

@@ -10,7 +10,7 @@
<title>Arona Jones</title> <title>Arona Jones</title>
<!-- Bootstrap core CSS --> <!-- Bootstrap core CSS -->
<link href="stylesheets/bootstrap.css" rel="stylesheet"> <link href="/stylesheets/art.css" rel="stylesheet">
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.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 --> <!-- Custom styles for this template -->
@@ -62,14 +62,14 @@
<div class="carousel-inner"> <div class="carousel-inner">
<div class="item active"> <div class="item active">
<img src="/images/ai/clock1grad.jpg" alt="..."> <img src="/images/art/ai/clock1grad.jpg" alt="...">
<div class="carousel-caption"> <div class="carousel-caption">
... ...
</div> </div>
</div> </div>
<div class="item"> <div class="item">
<img src="/images/ai/clock2grad.jpg" alt="..."> <img src="/images/art/ai/clock2grad.jpg" alt="...">
<div class="carousel-caption"> <div class="carousel-caption">
... ...
</div> </div>
@@ -86,7 +86,7 @@
</a> </a>
</div> </div>
<h2>Da Vinci</h2> <h2>Da Vinci</h2>
<img src="images/ai/clock2vinci.jpg" width="60%"> <img src="/images/art/ai/clock2vinci.jpg" width="60%">
</div> </div>
</div> </div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->

View File

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

View File

Before

Width:  |  Height:  |  Size: 722 KiB

After

Width:  |  Height:  |  Size: 722 KiB

View File

Before

Width:  |  Height:  |  Size: 827 KiB

After

Width:  |  Height:  |  Size: 827 KiB

View File

Before

Width:  |  Height:  |  Size: 777 KiB

After

Width:  |  Height:  |  Size: 777 KiB

View File

Before

Width:  |  Height:  |  Size: 476 KiB

After

Width:  |  Height:  |  Size: 476 KiB

View File

Before

Width:  |  Height:  |  Size: 171 KiB

After

Width:  |  Height:  |  Size: 171 KiB

View File

Before

Width:  |  Height:  |  Size: 258 KiB

After

Width:  |  Height:  |  Size: 258 KiB

View File

Before

Width:  |  Height:  |  Size: 274 KiB

After

Width:  |  Height:  |  Size: 274 KiB

View File

Before

Width:  |  Height:  |  Size: 259 KiB

After

Width:  |  Height:  |  Size: 259 KiB

View File

Before

Width:  |  Height:  |  Size: 270 KiB

After

Width:  |  Height:  |  Size: 270 KiB

View File

Before

Width:  |  Height:  |  Size: 257 KiB

After

Width:  |  Height:  |  Size: 257 KiB

View File

Before

Width:  |  Height:  |  Size: 273 KiB

After

Width:  |  Height:  |  Size: 273 KiB

View File

Before

Width:  |  Height:  |  Size: 328 KiB

After

Width:  |  Height:  |  Size: 328 KiB

View File

Before

Width:  |  Height:  |  Size: 276 KiB

After

Width:  |  Height:  |  Size: 276 KiB

View File

Before

Width:  |  Height:  |  Size: 284 KiB

After

Width:  |  Height:  |  Size: 284 KiB

View File

Before

Width:  |  Height:  |  Size: 290 KiB

After

Width:  |  Height:  |  Size: 290 KiB

View File

Before

Width:  |  Height:  |  Size: 296 KiB

After

Width:  |  Height:  |  Size: 296 KiB

View File

Before

Width:  |  Height:  |  Size: 249 KiB

After

Width:  |  Height:  |  Size: 249 KiB

View File

Before

Width:  |  Height:  |  Size: 288 KiB

After

Width:  |  Height:  |  Size: 288 KiB

View File

Before

Width:  |  Height:  |  Size: 285 KiB

After

Width:  |  Height:  |  Size: 285 KiB

View File

Before

Width:  |  Height:  |  Size: 288 KiB

After

Width:  |  Height:  |  Size: 288 KiB

View File

Before

Width:  |  Height:  |  Size: 282 KiB

After

Width:  |  Height:  |  Size: 282 KiB

View File

Before

Width:  |  Height:  |  Size: 271 KiB

After

Width:  |  Height:  |  Size: 271 KiB

View File

Before

Width:  |  Height:  |  Size: 271 KiB

After

Width:  |  Height:  |  Size: 271 KiB

View File

Before

Width:  |  Height:  |  Size: 254 KiB

After

Width:  |  Height:  |  Size: 254 KiB

View File

Before

Width:  |  Height:  |  Size: 270 KiB

After

Width:  |  Height:  |  Size: 270 KiB

View File

Before

Width:  |  Height:  |  Size: 254 KiB

After

Width:  |  Height:  |  Size: 254 KiB

View File

Before

Width:  |  Height:  |  Size: 264 KiB

After

Width:  |  Height:  |  Size: 264 KiB

View File

Before

Width:  |  Height:  |  Size: 246 KiB

After

Width:  |  Height:  |  Size: 246 KiB

View File

Before

Width:  |  Height:  |  Size: 259 KiB

After

Width:  |  Height:  |  Size: 259 KiB