Files
website/art/refine.html
2014-12-05 14:44:28 +00:00

99 lines
5.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="">
<title>Arona Jones</title>
<!-- Bootstrap core CSS -->
<link href="/css/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 -->
<style>
body {
padding-top: 50px;
}
.starter-template {
padding: 40px 15px;
text-align: center;
}
</style>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.2/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Arona Jones GCSE Art</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>
</ul>
</div>
<!--/.nav-collapse -->
</div>
</nav>
<div class="container-fluid">
<div class="starter-template">
<h2>Da Vinci</h2>
<img src="/images/art/ai/clock2vinci.jpg" width="60%" class="img-rounded" style="border:2px solid #ed8029;">
<img src="/images/art/ai/clock4vinci.jpg" width="60%" class="img-rounded" style="border:2px solid #ed8029;">
<h2>Layered AIs</h2>
<img src="/images/art/ai/clocklayers.jpg" width="60%" class="img-rounded" style="border:2px solid #ed8029;">
<img src="/images/art/ai/clocklayers1.jpg" width="60%" class="img-rounded" style="border:2px solid #ed8029;">
<h2>Superimposing my Da Vinci pieces onto their base photographs</h2>
<img src="/images/art/combo/overlay.JPG" width="60%" class="img-rounded" style="border:2px solid #ed8029;">
<br>
<br>
<img src="/images/art/combo/overlay2.JPG" width="60%" class="img-rounded" style="border:2px solid #ed8029;">
<h2>Experiments with textures and my photographs</h2>
<img src="/images/art/tex/1.JPG" width="60%" class="img-rounded" style="border:2px solid #ed8029;">
<img src="/images/art/tex/2.JPG" width="60%" class="img-rounded" style="border:2px solid #ed8029;">
<img src="/images/art/tex/3.JPG" width="60%" class="img-rounded" style="border:2px solid #ed8029;">
<img src="/images/art/tex/4.JPG" width="60%" class="img-rounded" style="border:2px solid #ed8029;">
<h2>Applying filters to my photographs</h2>
<img src="/images/art/filters/1.JPG" width="60%" class="img-rounded" style="border:2px solid #ed8029;">
<img src="/images/art/filters/2.JPG" width="60%" class="img-rounded" style="border:2px solid #ed8029;">
<img src="/images/art/filters/3.JPG" width="60%" class="img-rounded" style="border:2px solid #ed8029;">
<img src="/images/art/filters/4.JPG" width="60%" class="img-rounded" style="border:2px solid #ed8029;">
<img src="/images/art/filters/5.JPG" width="60%" class="img-rounded" style="border:2px solid #ed8029;">
<img src="/images/art/filters/6.JPG" width="60%" class="img-rounded" style="border:2px solid #ed8029;">
<img src="/images/art/filters/7.JPG" width="60%" class="img-rounded" style="border:2px solid #ed8029;">
<img src="/images/art/filters/8.JPG" width="60%" class="img-rounded" style="border:2px solid #ed8029;">
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- compiled and minified Bootstrap JavaScript -->
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</body>
</html>