diff --git a/assignment/assignment6.html b/assignment/assignment6.html
new file mode 100644
index 0000000000000000000000000000000000000000..84c1f3121ed0ca68568b933c11a62f5258b12003
--- /dev/null
+++ b/assignment/assignment6.html
@@ -0,0 +1,504 @@
+<!DOCTYPE HTML>
+<!--
+	Synchronous by TEMPLATED
+    templated.co @templatedco
+    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
+-->
+<html>
+	<head>
+		<title>Assignment 6 </title>
+		<meta http-equiv="content-type" content="text/html; charset=utf-8" />
+		<meta name="description" content="" />
+		<meta name="keywords" content="" />
+		<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,900' rel='stylesheet' type='text/css'>
+		<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
+		<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
+		<script src="js/skel.min.js"></script>
+		<script src="js/skel-panels.min.js"></script>
+		<script src="js/init.js"></script>
+		<noscript>
+			<link rel="stylesheet" href="css/skel-noscript.css" />
+			<link rel="stylesheet" href="css/style.css" />
+		</noscript>
+		<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
+		<!--[if lte IE 9]><link rel="stylesheet" href="css/ie/v9.css" /><![endif]-->
+	</head>
+	<body class="homepage">
+		<div id="wrapper">
+			
+			<!-- Header -->
+			<div id="header">
+				<div class="container"> 
+					
+					<!-- Logo -->
+					<div id="logo">
+					
+						<h1><a >Electronics Design</a></h1>
+						<span>Assignment 6</span>
+					</div>
+					
+					<!-- Nav -->
+					<nav id="nav">
+						<ul>
+							<li class="active"><a href="..//index.html">Home</a></li>
+							<li><a href="..//about me.html">About Me</a></li>
+							<li><a href="assignment.html">Assignment</a></li>
+							<li><a href="..//my project.html">My Project</a></li>
+							<li><a href="..//contact.html">Contact Us</a></li>
+						</ul>
+					</nav>
+				</div>
+			</div>
+			<!-- /Header -->
+			
+			<div id="page">
+				<div class="container">
+					<div class="row">
+							<div class="9u skel-cell-important">
+							<section id="content" >
+								<header>
+									<h2 style="color:blueviolet">Electronics Design</h2>
+									
+									<h4 id="5-Week Task" style="border-bottom: 6px solid yellow; background-color: lightgrey" > <strong>6-Week Task</strong>  </h4>
+									<p style="justify-content: center"><strong>  group project:use the test equipment in your lab to observe the operation of a microcontroller circuit board <br>
+                                     individual project: redraw an echo hello-world board, add (at least) a button and LED (with current-limiting resistor), check the design rules, make it, and test it
+                                         extra credit: simulate its operation</strong> </p>
+ 
+									<h4 id="Introduction" style="border-bottom: 6px solid yellow; background-color: lightgrey" > <strong>Introduction </strong>  </h4>
+								<p style="justify-content: center"><strong> An electronic circuit consists of various electronic components like resistors, capacitor, diodes and transistors connected by a wire, 
+								through which current flows in the circuit. Nowadays, instead of connecting the components through a wire, components are soldered to the interconnections which are created on the printed
+								circuit board (PCB) to form a finished circuit. A schematic circuit diagram is the representation of components and interconnections in a circuit using standardised symbols without using the
+								actual image of the component. Circuit diagrams are used for design, construction and maintenance of the electrical and electronic equipment. <br>
+							  	   </strong> </p>
+								   <br> <br>
+								   						  
+								   <h4 id="Individual Assignment"  style="border-bottom: 6px solid yellow; background-color: lightgrey" > <strong>Individual Assignment </strong>  </h4>  
+								   <p style="justify-content: center"><strong>The task for the week is to redraw an echo hello-world board, provided by Fab Academy and add (at least) a button and LED (with current-limiting resistor), check the design rules, make it, and test it
+                                   So to redraw the echo hello-world, I used Eagle software and also i am tried Easy Eda software.   </strong>  </p> <br> <br>
+								 <h4 id="design"  style="border-bottom: 6px solid yellow; background-color: lightgrey" > <strong> Redrawing of Echo Hello-World Board</strong>  </h4>
+								 <p style="justify-content: center"><strong> Firstly i downloaded the Eagle software and installed it. Then i have download the Fab  libraries from the given link. 
+                                Extracted the folder in a my documents folder.  </strong>  </p>
+								 <div class="row">
+                                       <div class="col">
+                                       <div class="card text-center">
+                                       <div class="oval"><img src="image/a6_44.png" width="75%"
+                                   height="350" class="svg__image"> </div>
+									  <br> <br>
+									  <p style="justify-content: center"><strong> Now i refer the list of microcontroller, given by Fab Academy, searched its details, The ATtiny44 microcontroller has 14 pins, which is suitable
+                                    for my project work. So i choose ATtiny44 microcontroller for my Echo hello-world board. I refered the this png image. </strong>  </p>
+									  <div class="row">
+                                       <div class="col">
+                                       <div class="card text-center">
+                                       <div class="oval"><img src="image/a6_2.png" width="75%"
+                                   height="350" class="svg__image"> </div>
+									  <br> <br>
+									  <p style="justify-content: center"><strong> Now i opened the Eagle software, installed the Fab libraries in the software.</strong>  </p>
+									  <div class="row">
+                                       <div class="col">
+                                       <div class="card text-center">
+                                       <div class="oval"><img src="image/a6_4.png" width="75%"
+                                   height="350" class="svg__image"> </div>
+									  <br> <br>
+									  <div class="row">
+                                       <div class="col">
+                                       <div class="card text-center">
+                                       <div class="oval"><img src="image/a6_3.png" width="75%"
+                                   height="350" class="svg__image"> </div>
+									  <br> <br>
+									   <p style="justify-content: center"><strong> For schematic diagram, i have taken the components, required for circuit from the Fab Library.</strong>  </p>
+									  <br> <br>
+									  <div class="row">
+                                       <div class="col">
+                                       <div class="card text-center">
+                                       <div class="oval"><img src="image/a6_45.png" width="75%"
+                                   height="350" class="svg__image"> </div>
+									  <br> <br>
+									    <p style="justify-content: center"><strong> Now connected all the components as per the given diagram. I have extra added one button and one LED with resistor, it is connected to microcontroller.
+										Before the connection i have refer the pin diagram of IC, which is the I/O port and other.</strong></p>
+										 <div class="row">
+                                       <div class="col">
+                                       <div class="card text-center">
+                                       <div class="oval"><img src="image/a6_37.png" width="75%"
+                                   height="350" class="svg__image"> </div>
+									  <br> <br>
+										
+										<p style="justify-content: center"><strong> List of the components used in my Echo Hello-World board is 1. A capacitor-01 Nos. 2. A resistor-03 Nos.
+                                        3. A resonator-01 Nos. 4. A LED- 01 Nos. 5. Pin Header- 01 Nos. 6. A switch -01 Nos. 7. ATtiny44 microcontroller									
+										</strong></p>
+										 <div class="row">
+                                       <div class="col">
+                                       <div class="card text-center">
+                                       <div class="oval"><img src="image/a6_5.png" width="75%"
+                                   height="350" class="svg__image"> </div>
+									  <br> <br>
+									  <p style="justify-content: center"><strong> For schematic diagram, i have taken the components, required for circuit from the Fab Library. Connected all the components
+									  as per the given diagram.</strong>  </p>
+									  <br> <br>
+									  <div class="row">
+                                       <div class="col">
+                                       <div class="card text-center">
+                                       <div class="oval"><img src="image/a6_7.png" width="75%"
+                                   height="350" class="svg__image"> </div>
+									  <br> <br>
+									   <p style="justify-content: center"><strong>After this, now its time to create the board and arrange all the components properly. So i click at "Genearte/switch to board". Now the board is created like this.</strong>  </p>
+									  <br> <br>
+									  <div class="row">
+                                       <div class="col">
+                                       <div class="card text-center">
+                                       <div class="oval"><img src="image/a6_6.png" width="75%"
+                                   height="350" class="svg__image"> </div>
+									  <br> <br>
+									 <p style="justify-content: center"><strong>Now moved the circuit on board and arranging the components properly so that the track can not be overlap each other. </strong>  </p>
+                                    <div class="row">
+                                       <div class="col">
+                                       <div class="card text-center">
+                                       <div class="oval"><img src="image/a6_8.png" width="75%"
+                                   height="350" class="svg__image"> </div>
+									  <br> <br>
+									  <p style="justify-content: center"><strong>Now I am trying to create the path by using "autorouter" option. For that i am set width of path and width of clearance. Firstly click on 
+                                     Edit>Net classes>rules>width and clearance.  </strong>  </p>
+                                    <div class="row">
+                                       <div class="col">
+                                       <div class="card text-center">
+                                       <div class="oval"><img src="image/a6_9.png" width="75%"
+                                   height="350" class="svg__image"> </div>
+									  <br> <br>
+									  <div class="row">
+                                       <div class="col">
+                                       <div class="card text-center">
+                                       <div class="oval"><img src="image/a6_10.png" width="75%"
+                                   height="350" class="svg__image"> </div>
+									  <br> <br>
+									    <p style="justify-content: center"><strong> Then click on Autorouter option. </strong>  </p>
+										<div class="row">
+                                       <div class="col">
+                                       <div class="card text-center">
+                                       <div class="oval"><img src="image/a6_11.png" width="75%"
+                                   height="350" class="svg__image"> </div>
+									  <br> <br>
+									  <div class="row">
+                                       <div class="col">
+                                       <div class="card text-center">
+                                       <div class="oval"><img src="image/a6_12.png" width="75%"
+                                   height="350" class="svg__image"> </div>
+									  <br> <br>
+									  <p style="justify-content: center"><strong> But the Autorouter is not functioning, So now click on tool>ERC>the ERC errors will get open> resolve the errors>in my case power pin is not connected
+									  to VCC and GND is also not connected. so i reconect this all one</strong>  </p>
+										<div class="row">
+                                       <div class="col">
+                                       <div class="card text-center">
+                                       <div class="oval"><img src="image/a6_13.png" width="75%"
+                                   height="350" class="svg__image"> </div>
+									  <br> <br>
+									  <div class="row">
+                                       <div class="col">
+                                       <div class="card text-center">
+                                       <div class="oval"><img src="image/a6_14.png" width="75%"
+                                   height="350" class="svg__image"> </div>
+									  <br> <br>
+									   <p style="justify-content: center"><strong> Now all the errors are resolved.  </strong>  </p>
+										<div class="row">
+                                       <div class="col">
+                                       <div class="card text-center">
+                                       <div class="oval"><img src="image/a6_15.png" width="75%"
+                                   height="350" class="svg__image"> </div>
+									  <br> <br>
+									   <p style="justify-content: center"><strong>Again i have tried for autorounting. But its not functioning. I have tried to resolve this issue but did not resolved.
+                                  Then i decided to go for manual rounting. Now i start manual rounting	   </strong>  </p>
+										<div class="row">
+                                       <div class="col">
+                                       <div class="card text-center">
+                                       <div class="oval"><img src="image/a6_16.png" width="75%"
+                                   height="350" class="svg__image"> </div>
+									  <br> <br>
+									  <div class="row">
+                                       <div class="col">
+                                       <div class="card text-center">
+                                       <div class="oval"><img src="image/a6_17.png" width="75%"
+                                   height="350" class="svg__image"> </div>
+									  <br> <br>
+									  <p style="justify-content: center"><strong> There is issue of way for one path. so i made small changes in schematic diagram. In ATtiny44 IC the PA and PB ports 
+                                     are input/output so its possible to change the pin in between this ports.	Also the resonator is connected GND(Ground) of IC.  </strong>  </p>
+										<div class="row">
+                                       <div class="col">
+                                       <div class="card text-center">
+                                       <div class="oval"><img src="image/a6_18.png" width="75%"
+                                   height="350" class="svg__image"> </div>
+									  <br> <br>
+									   <p style="justify-content: center"><strong> The board is ready now. I am adjusting the border of the board by clicking the move button on left side. </strong>  </p>
+										<div class="row">
+                                       <div class="col">
+                                       <div class="card text-center">
+                                       <div class="oval"><img src="image/a6_19.png" width="75%"
+                                   height="350" class="svg__image"> </div>
+									  <br> <br>
+									  <p style="justify-content: center"><strong> Added my name and board name by clicking on text option on the left side. </strong>  </p>
+										<div class="row">
+                                       <div class="col">
+                                       <div class="card text-center">
+                                       <div class="oval"><img src="image/a6_20.png" width="75%"
+                                   height="350" class="svg__image"> </div>
+									  <br> <br>
+									  <p style="justify-content: center"><strong> After brainstorming for long time still there is one jumper in the circuit, there is a need of wire to connect. so i talk with my instructor about this issue
+                                    He suggest me to use 0 ohm resistor, so added this one in schematic diagram and make this changes on board.		  </strong>  </p>
+										<div class="row">
+                                       <div class="col">
+                                       <div class="card text-center">
+                                       <div class="oval"><img src="image/a6_21.png" width="75%"
+                                   height="350" class="svg__image"> </div>
+									  <br> <br>
+									   <p style="justify-content: center"><strong> Now its time to export the image, so i made layer setting to erase the name of components from the top of PCB </strong>  </p>
+										<div class="row">
+                                       <div class="col">
+                                       <div class="card text-center">
+                                       <div class="oval"><img src="image/a6_22.png" width="75%"
+                                   height="350" class="svg__image"> </div>
+									  <br> <br>
+									  <p style="justify-content: center"><strong> Click file menu>export>image>image setting>ok. Same i have exported the png image of border also.By doing changes in layer
+                                      i have exported the image for cut also.  </strong>  </p>
+										<div class="row">
+                                       <div class="col">
+                                       <div class="card text-center">
+                                       <div class="oval"><img src="image/a6_23.png" width="75%"
+                                   height="350" class="svg__image"> </div>
+									  <br> <br>
+									  <div class="row">
+                                       <div class="col">
+                                       <div class="card text-center">
+                                       <div class="oval"><img src="image/a6_24.png" width="75%"
+                                   height="350" class="svg__image"> </div>
+									  <br> <br>
+									  <p style="justify-content: center"><strong> The final png image for milling is this.  </strong>  </p>
+										<div class="row">
+                                       <div class="col">
+                                       <div class="card text-center">
+                                       <div class="oval"><img src="image/a6_25.png" width="75%"
+                                   height="350" class="svg__image"> </div>
+									  <br> <br>
+									  <div class="row">
+                                       <div class="col">
+                                       <div class="card text-center">
+                                       <div class="oval"><img src="image/a6_26.png" width="75%"
+                                   height="350" class="svg__image"> </div>
+									  <br> <br>
+									  <p style="justify-content: center"><strong> The SRM-20, milling machine read the rml file. so i have to convert the png image into rml file. so i used modes provided by Fab Academy
+                                      The details of "how to use the modes" that i have explained in Assignment4. <br> Open the modes>select the png file.  </strong>  </p>
+										<div class="row">
+                                       <div class="col">
+                                       <div class="card text-center">
+                                       <div class="oval"><img src="image/a6_27.png" width="75%"
+                                   height="350" class="svg__image"> </div>
+									  <br> <br>
+									  <p style="justify-content: center"><strong> Select the tools (For trace 1/64 inch tool and for cut 1/32 inch tool) and click on calculate  </strong>  </p>
+										<div class="row">
+                                       <div class="col">
+                                       <div class="card text-center">
+                                       <div class="oval"><img src="image/a6_28.png" width="75%"
+                                   height="350" class="svg__image"> </div>
+									  <br> <br>
+									    <p style="justify-content: center"><strong> Add new model for save the file>connect the input of this model to output of milling machine>save the file </strong>  </p>
+										<div class="row">
+                                       <div class="col">
+                                       <div class="card text-center">
+                                       <div class="oval"><img src="image/a6_29.png" width="75%"
+                                   height="350" class="svg__image"> </div>
+									  <br> <br>
+									  <div class="row">
+                                       <div class="col">
+                                       <div class="card text-center">
+                                       <div class="oval"><img src="image/a6_30.png" width="75%"
+                                   height="350" class="svg__image"> </div>
+									  <br> <br>
+									  
+									  <html>
+<head>
+<style>
+* {
+  box-sizing: border-box;
+}
+
+.column {
+  float: left;
+  width: 33.33%;
+  padding: 5px;
+}
+
+/* Clearfix (clear floats) */
+.row::after {
+  content: "";
+  clear: both;
+  display: table;
+}
+</style>
+</head>
+<body>
+<h4 id="Individual Assignment"  style="border-bottom: 6px solid yellow; background-color: lightgrey" > <strong>PCB Milling</strong>  </h4>  
+								   <p style="justify-content: center"><strong>The PCB milling is done on the SRM-20 milling machine. The following images shows the different process during PCB milling </strong>  </p> 
+
+<div class="row">
+<div class="column">
+    <img src="image/a6_31.jpg" alt="Snow" style="width:100%">
+  </div>
+  <div class="column">
+    <img src="image/a6_32.jpg" alt="Snow" style="width:100%">
+  </div>
+    <div class="column">
+    <img src="image/a6_33.jpg" alt="Snow" style="width:100%">
+  </div>
+  <div class="column">
+    <img src="image/a6_34.jpg" alt="Forest" style="width:100%">
+  </div>
+    <div class="column">
+    <img src="image/a6_35.jpg" alt="Mountains" style="width:100%">
+  </div>
+  <div class="column">
+    <img src="image/a6_36.jpg" alt="Mountains" style="width:100%">
+  </div>
+</div>
+<br> <br>
+<h4 id="Individual Assignment"  style="border-bottom: 6px solid yellow; background-color: lightgrey" > <strong>Components Selection and Soldering</strong>  </h4>  
+								   <p style="justify-content: center"><strong> For component selection i refer the Fab Academy Board. The following components i have taken <br>
+                                     1. ATtiny44 IC - 01 Nos.
+									 2. Resonator 20M - 01 Nos.
+									 3. FTDI 06 Pin - 01 Nos.
+									 4. 6 pin header - 01 Nos.
+									 5. Capacitor - 01 Nos. 
+									 6. Resistor (For capacitor)100 Ohm - 01 Nos.
+									 7. Green LED (25mA) - 01 Nos.
+									 8. Resistor (For LED) 5V/0.025A=200 Ohm But in 499 Ohm resisitor is available - 01 Nos.
+                                     9.	Button (4pin) - 01 Nos.								 
+									 This components is soldered on the PCB.
+								   </strong>  </p>
+								   <div class="row">
+<div class="column">
+    <img src="image/a6_38.jpg" alt="Snow" style="width:100%">
+  </div>
+  <div class="column">
+    <img src="image/a6_39.jpg" alt="Snow" style="width:100%">
+  </div>
+    <div class="column">
+    <img src="image/a6_40.jpg" alt="Snow" style="width:100%">
+  </div>
+  </div>
+  <br> <br>
+  <h4 id="Individual Assignment"  style="border-bottom: 6px solid yellow; background-color: lightgrey" > <strong>Connections and Conductivity Testing</strong>  </h4>  
+								   <p style="justify-content: center"><strong> The conductivity of the board is tested  with help of Megger make Multimeter. Everything is fine</strong>  </p>
+<div class="row">
+<div class="column">
+    <img src="image/a6_41.jpg" alt="Snow" style="width:100%">
+  </div>
+  <div class="column">
+    <img src="image/a6_42.jpg" alt="Snow" style="width:100%">
+  </div>
+    <div class="column">
+    <img src="image/a6_43.jpg" alt="Snow" style="width:100%">
+  </div>
+  </div>
+</body>
+</html>
+<br> <br>
+
+
+
+								   <br> <br>
+									  
+									  
+									  <h4 id="What i learn" style="border-bottom: 6px solid yellow; background-color: lightgrey" > <strong> What i learn? </strong> </h4>
+								 <p style="justify-content: center"><strong> I am learn about <br></strong> </p>
+
+								   
+									  <a style="color:mediumvioletred" class="btn-new rom-middle animated" href="./file/file5.zip">Download my original file here</a> <br> <br>
+									  <p>Go to the <a href="#Introduction">top</a></p>
+								  </section>
+						           </div>
+						    
+						<div class="3u">
+							<section id="sidebard2">
+								<header>
+									<h2>Content</h2>
+								</header>
+								<ul class="style1">
+								<li class="first"><span class="fa fa-check"></span><a href="#5-Week Task">6-Week Task</a> </li> <br>
+									<li><span class="fa fa-check"></span><a href="#Introduction">Introduction</a></li><br>
+									<li><span class="fa fa-check"></span><a href="#Individual Assignment"> Individual Assignment</a> </li><br>
+									<li><span class="fa fa-check"></span><a href="#design">Redrawing of Board</a></li><br>
+									<li><span class="fa fa-check"></span><a href="#printing">PCB Milling</a> </li><br>
+									<li><span class="fa fa-check"></span><a href="#explaination">Components Selection and Soldering</a></li><br>
+									<li><span class="fa fa-check"></span><a href="#scanning"> Connections and Conductivity Teasting</a> </li><br>
+									<li><span class="fa fa-check"></span><a href="#What I learn"> What I learn?</a> </li><br>
+									
+								</ul>
+								
+							</section>
+						</div>
+					</div>
+
+				</div>	
+			</div>
+
+			<!-- Footer -->
+			<div id="footer">
+				<div class="container">
+					<div class="row">
+						<div class="3u">
+							<section id="box1">
+								<header>
+									<h2>Back</h2>
+								</header>
+								<ul class="style1">
+								<li class="first"><a href="assignment5.html">Assignment 5</a></li> <br>
+								<li class="first"><a href="assignment4.html">Assignment 4</a></li> <br>
+								<li class="first"><a href="assignment3.html">Assignment 3</a></li> <br>
+								<li class="first"><a href="assignment2.html">Assignment 2</a></li> <br>
+									<li class="first"><a href="assignment1.html">Assignment 1</a></li> <br>
+									<li><a href="assignment18.html">Assignment 18</a></li> <br>
+									<li><a href="assignment17.html">Assignment 17</a></li> <br>
+									<li><a href="assignment16.html">Assignment 16</a></li> <br>
+									
+									
+									
+									
+								</ul>
+							</section>
+						</div>
+						<div class="6u">
+							<section id="box2">
+								<header>
+									<h2>Assignment 7: Computer-Controlled Machining</h2>
+								</header>
+								<div> <a href="assignment7.html" class="image full"><img src="img/pics02.jpg" alt=""></a> </div>
+								<p>Write about assignment 7.</p>
+							</section>
+						</div>
+						<div class="3u">
+							<section id="box3">
+								<header>
+									<h2>Next</h2>
+								</header>
+								<ul class="style1">
+									
+									<li><a href="assignment8.html">Assignment 8</a></li> <br>
+									<li><a href="assignment9.html">Assignment 9</a></li> <br>
+									<li><a href="assignment10.html">Assignment 10</a></li> <br>
+									<li><a href="assignment11.html">Assignment 11</a></li> <br>
+									<li><a href="assignment12.html">Assignment 12</a></li> <br>
+									<li><a href="assignment13.html">Assignment 13</a></li> <br>
+									<li><a href="assignment14.html">Assignment 14</a></li> <br>
+									<li><a href="assignment15.html">Assignment 15</a></li> <br>
+								</ul>
+							</section>
+						</div>
+					</div>
+				</div>
+			</div>
+
+			<!-- Copyright -->
+			<div id="copyright">
+				<div class="container">
+					Design: <a href="http://templated.co">TEMPLATED</a> Images: <a href="http://unsplash.com">Unsplash</a> (<a href="http://unsplash.com/cc0">CC0</a>)
+				</div>
+			</div>
+			
+		</div>
+	</body>
+</html>
\ No newline at end of file
diff --git a/assignment/image/a5_10.jpg b/assignment/image/a5_10.jpg
index dc62c0f5794109f92083ca6e8e41ae101ec2c1d1..f0e4abb838c018002c2a26f76fba07b372e85b23 100644
Binary files a/assignment/image/a5_10.jpg and b/assignment/image/a5_10.jpg differ
diff --git a/assignment/image/a5_11.jpg b/assignment/image/a5_11.jpg
index 0c001db8a6a095984fbe45c155987110479fbe5a..afe44d31d4e2096523cb58b0ab1c19d64e3085f2 100644
Binary files a/assignment/image/a5_11.jpg and b/assignment/image/a5_11.jpg differ
diff --git a/assignment/image/a6_10.png b/assignment/image/a6_10.png
new file mode 100644
index 0000000000000000000000000000000000000000..4fe6402e1be3a818c8664f347991726b7514021a
Binary files /dev/null and b/assignment/image/a6_10.png differ
diff --git a/assignment/image/a6_11.png b/assignment/image/a6_11.png
new file mode 100644
index 0000000000000000000000000000000000000000..1eb7c4303cc81cbc16dbe2a1ca67160e0e3199ec
Binary files /dev/null and b/assignment/image/a6_11.png differ
diff --git a/assignment/image/a6_12.png b/assignment/image/a6_12.png
new file mode 100644
index 0000000000000000000000000000000000000000..1772c0e7961f4798a1606e518c2f8acdd68ec04a
Binary files /dev/null and b/assignment/image/a6_12.png differ
diff --git a/assignment/image/a6_13.png b/assignment/image/a6_13.png
new file mode 100644
index 0000000000000000000000000000000000000000..c0b4876ca66b185c13e0e69af0b95b81e4f30229
Binary files /dev/null and b/assignment/image/a6_13.png differ
diff --git a/assignment/image/a6_14.png b/assignment/image/a6_14.png
new file mode 100644
index 0000000000000000000000000000000000000000..7f50622732d2ba130730996517147491db380604
Binary files /dev/null and b/assignment/image/a6_14.png differ
diff --git a/assignment/image/a6_15.png b/assignment/image/a6_15.png
new file mode 100644
index 0000000000000000000000000000000000000000..7ee96b458fcfd4fb65c036bc7aeccf0d10aba840
Binary files /dev/null and b/assignment/image/a6_15.png differ
diff --git a/assignment/image/a6_16.png b/assignment/image/a6_16.png
new file mode 100644
index 0000000000000000000000000000000000000000..484f5b0b7f9167c1688ee1a495fe86c36bf2cee2
Binary files /dev/null and b/assignment/image/a6_16.png differ
diff --git a/assignment/image/a6_17.png b/assignment/image/a6_17.png
new file mode 100644
index 0000000000000000000000000000000000000000..e30c72248d1a6dd6f8dddea6d3a25586a0acd52e
Binary files /dev/null and b/assignment/image/a6_17.png differ
diff --git a/assignment/image/a6_18.png b/assignment/image/a6_18.png
new file mode 100644
index 0000000000000000000000000000000000000000..0f289df38c1bdc415569a64eefc87b005d0b32c1
Binary files /dev/null and b/assignment/image/a6_18.png differ
diff --git a/assignment/image/a6_19.png b/assignment/image/a6_19.png
new file mode 100644
index 0000000000000000000000000000000000000000..6d9ead4a73f8c4da50b0698f64f879c3887e6b73
Binary files /dev/null and b/assignment/image/a6_19.png differ
diff --git a/assignment/image/a6_2.png b/assignment/image/a6_2.png
new file mode 100644
index 0000000000000000000000000000000000000000..401e78ef1c88e8ce70fd66181b53073695b3374f
Binary files /dev/null and b/assignment/image/a6_2.png differ
diff --git a/assignment/image/a6_20.png b/assignment/image/a6_20.png
new file mode 100644
index 0000000000000000000000000000000000000000..0a1ba14bd14072bd689e8e43bcb3212cc6ffdb7d
Binary files /dev/null and b/assignment/image/a6_20.png differ
diff --git a/assignment/image/a6_21.png b/assignment/image/a6_21.png
new file mode 100644
index 0000000000000000000000000000000000000000..583f33580ea17221925458810984edde6768abdd
Binary files /dev/null and b/assignment/image/a6_21.png differ
diff --git a/assignment/image/a6_22.png b/assignment/image/a6_22.png
new file mode 100644
index 0000000000000000000000000000000000000000..0b10fc1653b014f75310b57feb664a0444f4f7b6
Binary files /dev/null and b/assignment/image/a6_22.png differ
diff --git a/assignment/image/a6_23.png b/assignment/image/a6_23.png
new file mode 100644
index 0000000000000000000000000000000000000000..0c729febcd7c3a4c5c6c9329191d4e4a987acafe
Binary files /dev/null and b/assignment/image/a6_23.png differ
diff --git a/assignment/image/a6_24.png b/assignment/image/a6_24.png
new file mode 100644
index 0000000000000000000000000000000000000000..2171a2ddec71a75584a55a1779404bc941cc9037
Binary files /dev/null and b/assignment/image/a6_24.png differ
diff --git a/assignment/image/a6_25.png b/assignment/image/a6_25.png
new file mode 100644
index 0000000000000000000000000000000000000000..71b1e96bec2acda90f2108b379b622f4705118e8
Binary files /dev/null and b/assignment/image/a6_25.png differ
diff --git a/assignment/image/a6_26.png b/assignment/image/a6_26.png
new file mode 100644
index 0000000000000000000000000000000000000000..9d68a451ef6a85bb7f92389a58ce30e8a13acc26
Binary files /dev/null and b/assignment/image/a6_26.png differ
diff --git a/assignment/image/a6_27.png b/assignment/image/a6_27.png
new file mode 100644
index 0000000000000000000000000000000000000000..1384319d390a89e3d23f22a3666e8ddbf1adbe97
Binary files /dev/null and b/assignment/image/a6_27.png differ
diff --git a/assignment/image/a6_28.png b/assignment/image/a6_28.png
new file mode 100644
index 0000000000000000000000000000000000000000..581f3e947ccf906ab275a44c57c87889ad37727f
Binary files /dev/null and b/assignment/image/a6_28.png differ
diff --git a/assignment/image/a6_29.png b/assignment/image/a6_29.png
new file mode 100644
index 0000000000000000000000000000000000000000..f21f929440b49aaad93926f04fe2ebe768eb6790
Binary files /dev/null and b/assignment/image/a6_29.png differ
diff --git a/assignment/image/a6_3.png b/assignment/image/a6_3.png
new file mode 100644
index 0000000000000000000000000000000000000000..418a72d1dd3711185ac04870b7d0625117626bca
Binary files /dev/null and b/assignment/image/a6_3.png differ
diff --git a/assignment/image/a6_30.png b/assignment/image/a6_30.png
new file mode 100644
index 0000000000000000000000000000000000000000..1ca2b77bc922d68f8ad6cb80bd7f450e0970152b
Binary files /dev/null and b/assignment/image/a6_30.png differ
diff --git a/assignment/image/a6_31.jpg b/assignment/image/a6_31.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..2ad4736f557a9164e40b861fb456f5e2cb5f0693
Binary files /dev/null and b/assignment/image/a6_31.jpg differ
diff --git a/assignment/image/a6_32.jpg b/assignment/image/a6_32.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..385ab792f0f4ef087a935f44aece6d5f3a88a598
Binary files /dev/null and b/assignment/image/a6_32.jpg differ
diff --git a/assignment/image/a6_33.jpg b/assignment/image/a6_33.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..7f9a629f49c65f8be9b58605c9838b4b904fe9d4
Binary files /dev/null and b/assignment/image/a6_33.jpg differ
diff --git a/assignment/image/a6_34.jpg b/assignment/image/a6_34.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..901eb9f647a0b2ff4f6d95f0d7f421e607cd0986
Binary files /dev/null and b/assignment/image/a6_34.jpg differ
diff --git a/assignment/image/a6_35.jpg b/assignment/image/a6_35.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..e8e4e92d0fd4ee4a4722234b7081a6a1ca15983a
Binary files /dev/null and b/assignment/image/a6_35.jpg differ
diff --git a/assignment/image/a6_36.jpg b/assignment/image/a6_36.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..3c24a81a2c38c1abc0650292b8ce6c63a49537f8
Binary files /dev/null and b/assignment/image/a6_36.jpg differ
diff --git a/assignment/image/a6_37.png b/assignment/image/a6_37.png
new file mode 100644
index 0000000000000000000000000000000000000000..9b8c33513a4f7557daab0be0f4fd0251556de0e9
Binary files /dev/null and b/assignment/image/a6_37.png differ
diff --git a/assignment/image/a6_38.jpg b/assignment/image/a6_38.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..470b5a446c3d022088272cd115846952e6c1ef65
Binary files /dev/null and b/assignment/image/a6_38.jpg differ
diff --git a/assignment/image/a6_39.jpg b/assignment/image/a6_39.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..80d56baef5b3d30fc5a8642af0036b1dfd1241b0
Binary files /dev/null and b/assignment/image/a6_39.jpg differ
diff --git a/assignment/image/a6_4.png b/assignment/image/a6_4.png
new file mode 100644
index 0000000000000000000000000000000000000000..003de7b8ecf4ffa3fdd95c827fa7cf9f2ed6ea68
Binary files /dev/null and b/assignment/image/a6_4.png differ
diff --git a/assignment/image/a6_40.jpg b/assignment/image/a6_40.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..a99bb9d0568434faa98f71013609a4b60971885e
Binary files /dev/null and b/assignment/image/a6_40.jpg differ
diff --git a/assignment/image/a6_41.jpg b/assignment/image/a6_41.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..1cfb1f482a6ed3959b2eb128734932968e9db4ff
Binary files /dev/null and b/assignment/image/a6_41.jpg differ
diff --git a/assignment/image/a6_42.jpg b/assignment/image/a6_42.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..db83a06ce43d376d6b04ec1551b6508941e510e3
Binary files /dev/null and b/assignment/image/a6_42.jpg differ
diff --git a/assignment/image/a6_43.jpg b/assignment/image/a6_43.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..2d833492128b45229e740b04dbc23c8a326cce4b
Binary files /dev/null and b/assignment/image/a6_43.jpg differ
diff --git a/assignment/image/a6_44.png b/assignment/image/a6_44.png
new file mode 100644
index 0000000000000000000000000000000000000000..0aedaddc2deb358e35c944998e0a40b3d74d2157
Binary files /dev/null and b/assignment/image/a6_44.png differ
diff --git a/assignment/image/a6_45.png b/assignment/image/a6_45.png
new file mode 100644
index 0000000000000000000000000000000000000000..6152838901522236ae5fc66118d068152cb9a9af
Binary files /dev/null and b/assignment/image/a6_45.png differ
diff --git a/assignment/image/a6_5.png b/assignment/image/a6_5.png
new file mode 100644
index 0000000000000000000000000000000000000000..b80ad2d788cc83777c6b15bae523f58b1ca5a163
Binary files /dev/null and b/assignment/image/a6_5.png differ
diff --git a/assignment/image/a6_6.png b/assignment/image/a6_6.png
new file mode 100644
index 0000000000000000000000000000000000000000..7826827307620a6e2774bece591413366b997831
Binary files /dev/null and b/assignment/image/a6_6.png differ
diff --git a/assignment/image/a6_7.png b/assignment/image/a6_7.png
new file mode 100644
index 0000000000000000000000000000000000000000..7fe6ca9352b8392e4735ead90e7f03ea13d5dacc
Binary files /dev/null and b/assignment/image/a6_7.png differ
diff --git a/assignment/image/a6_8.png b/assignment/image/a6_8.png
new file mode 100644
index 0000000000000000000000000000000000000000..914f6180f5254d5ffe565771cabced5411641674
Binary files /dev/null and b/assignment/image/a6_8.png differ
diff --git a/assignment/image/a6_9.png b/assignment/image/a6_9.png
new file mode 100644
index 0000000000000000000000000000000000000000..93ab9c7750460ea506c3d2a6b460222ad844337d
Binary files /dev/null and b/assignment/image/a6_9.png differ