<?php

	require_once("../includes/header.php");

?>

	<div class="main">

		<h2>Techniques &amp; Materials</h2>

		<p>On October 9, 1912, Picasso wrote to fellow artist and friend Georges Braque, reporting, "I am using your latest papery and powdery procedures. I am in the process of imagining a guitar and I am using a bit of dust against our horrible canvas." His words announce a unique preoccupation with the guitar as a subject and mark the introduction of unconventional techniques and materials into his artistic practice.</p>

		<div class="videos">

			<ul>
				<li><a href="<?php print $root; ?>/materials-and-techniques/videos/papery-procedures.php">Papery Procedures &nbsp; <img src="../images/icon-video.png" alt="" height="11" width="16" /></a></li>
				<li><a href="<?php print $root; ?>/materials-and-techniques/videos/powdery-procedures.php">Powdery Procedures</a></li>
				<li><a href="<?php print $root; ?>/materials-and-techniques/videos/guitar-constructions.php">Guitar Constructions &nbsp; <img src="../images/icon-video.png" alt="" height="11" width="16" /></a></li>
			</ul>

		</div>

		<div class="items">

			<?php require_once("carousel.php"); ?>

		</div>

	</div>

<?php

	require_once("../includes/footer.php");

?>