Files
website/art/davinci.html
2015-01-14 10:47:56 +00:00

110 lines
6.8 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="/css/custom.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" id="background">
<div class="starter-template">
<div class="page-header shadow rounded" style="background-color: #F8ECC2;">
<br>
<h1>Artist Link: Leonardo Da Vinci</h1>
<br>
</div>
<img src="/images/art/vinci-portrait.png" align="left" title="Portrait of Da Vinci" class="img-circle" style="margin: 20px 10px 0px 20px;">
<p spellcheck="true" align="justify" style="background-color: #F8ECC2;" class="shadow rounded padded">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, musician and sculptor to inventor, mathmatician, architecht and engineer to botanist, anatomist, cartographer, 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, possibly due to his unceasing experimentations with frequently cutting-edge and beyond techniques, which often had disastrous results. 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), mirror-focused 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 and other important discoveries in the fields of optics, hydrodynamics and anatomy, among others. However, he did not publish these findings, so these discoveries had no great effect on later scientific developments. If they had, techological advancement may have been siginificantly accelerated to, or above, modern levels.
<br>&nbsp;
<br>Personally, I have always been greatly inspired by Da Vinci's prowess in both technical drawing and inventing, not to mention his constant experimentation, and feel he should be revered for his technological ingenuity hence my images in his style, and choice of subject for my project.</p>
<div class="page-header shadow rounded" style="background-color: #F8ECC2;">
<br>
<h3>One of his mechanical drawings: </h3>
<br>
</div>
<p>
<img src="http://www.relativelyinteresting.com/wp-content/uploads/2013/10/da-vinci-invention.jpg" width="50%" class="img-rounded bordered">
</p>
<div class="page-header shadow rounded" style="background-color: #F8ECC2;">
<br>
<h3>And my images in his style:</h3>
<br>
</div>
<img src="/images/art/ai/clock2vinci.jpg" width="50%" class="img-rounded bordered">
<br>
<br>
<img src="/images/art/ai/clock4vinci.jpg" width="50%" class="img-rounded bordered">
<div class="page-header shadow rounded" style="background-color: #F8ECC2;">
<br>
<h1>Artwork Link: Ballet Mechanique</h1>
<br>
</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>