Files
website/art/develop.html
2014-11-21 14:51:04 +00:00

98 lines
5.7 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">
<h1>Artist Link: Leonardo Da Vinci</h1>
<img src="/images/art/vinci-portrait.png" align="left" title="Portrait of Da Vinci" class="img-circle" style="margin-right:10px;">
<p spellcheck="true" align="justify">Leonardo Da Vinci, full name: Leonardo di ser Piero da Vinci, was born on 15th April 1452, and died 2nd May 1519. He was born the out-of-wedlock son of the wealthy lawyer Messer Piero Fruosino di Antonio da Vinci and a peasant woman by the name of Caterina. We know very little about his early life, except that he lived the first five years of his life with his mother, then later went to live with his father. His father married four times during his lifetime. He was informally educated in Latin, geometry and mathematics.
<br>&nbsp;
<br>He was a Italian polymath, an individual with an expertise in a range of skills. His skills spanned from painter and sculptor to inventor and engineer to botanist and geologist. He is widely regarded as the archetypal Renaissance man, and perhaps the person to be skilled in the most diverse range of applications. His primary skill, as recognised by many people, is painting. His relatively few (approximately 15) surviving works include the almost universally famous Mona Lisa, believed to be the most famous portrait; The Last Supper, the most reproduced religious painting of all time and the iconic anatomical drawing of the 'Vitruvian Man'. Da Vinci is also well known for his ingenuity as an inventor, producing designs for a tank-like armoured vehicle, flying machines (less functional than many of his other designs, although he did design a helicopter style machine), concentrated solar power, an adding machine and the double hull design of ship building. Few of these designs were feasible with the technology available to him. He also made important discoveries in other fields, such as creating a rudimentary theory regarding geological plate tectonics, but he did not publish these findings, so these discoveries had no great effect on later scientific developments.
<br>&nbsp;
<br>Personally, I have always been greatly inspired by Da Vinci's prowess in both technical drawing and inventing, hence my image in his style, and choice of subject for this project.</p>
<div class="panel panel-warning">
<div class="panel-heading"><h3>One of his mechanical drawings: </h3></div>
<div class="panel-body">
<p>
<img src="http://www.relativelyinteresting.com/wp-content/uploads/2013/10/da-vinci-invention.jpg" width="50%" class="img-rounded well">
</p>
</div>
<div class="panel panel-warning">
<div class="panel-heading"><h3>And my image in his style:</h3></div>
<div class="panel-body">
<p>
<img src="/images/art/ai/clock2vinci.jpg" width="50%" class="img-rounded well">
</p>
</div>
</div>
</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>