diff --git a/participants/elshare.anas/index.html b/participants/elshare.anas/index.html
index 839eea6eed4f478d844ad7991e416a57705ef219..8fdeafbc32cb0ed470f6dda53959c36eb7b046af 100644
--- a/participants/elshare.anas/index.html
+++ b/participants/elshare.anas/index.html
@@ -8,6 +8,19 @@
   <style type="text/css">code{white-space: pre;}</style>
 </head>
 <body>
-
+<h1 id="assignments">Assignments</h1>
+<ol style="list-style-type: decimal">
+<li><a href="About_Fab.html">Introduction to Fab-Lab</a><br />
+</li>
+<li><a href="About_Fab.html">Working With Linux</a><br />
+</li>
+<li><a href="vinyl.html">Vinyl Cutter.</a><br />
+</li>
+<li><a href="3D_printer.html">3D Printer and Scanner.</a><br />
+</li>
+<li><a href="electronix_production.html">Electronics Production.</a></li>
+</ol>
+<h1 id="final-project">Final Project</h1>
+<p><a href="final_project.html">Final Project Documentation</a></p>
 </body>
 </html>
diff --git a/participants/elshare.anas/index.md b/participants/elshare.anas/index.md
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..f2ebff6683cedd222480fecf9a4b083b98eb4cd2 100644
--- a/participants/elshare.anas/index.md
+++ b/participants/elshare.anas/index.md
@@ -0,0 +1,9 @@
+#Assignments  
+1. [Introduction to Fab-Lab](About_Fab.html)  
+2. [Working With Linux](About_Fab.html)  
+3. [Vinyl Cutter.](vinyl.html)  
+4. [3D Printer and Scanner.](3D_printer.html)  
+5. [Electronics Production.](electronix_production.html)  
+
+#Final Project  
+   [Final Project Documentation](final_project.html)
diff --git a/participants/fares.ahmad/auto.sh b/participants/fares.ahmad/auto.sh
index e04a0cb3e7fec932f16a7c78d6cf1cefd32dfba7..dd23822f8ec7d98d758163ecd7d832a9dbeabc17 100644
--- a/participants/fares.ahmad/auto.sh
+++ b/participants/fares.ahmad/auto.sh
@@ -10,6 +10,7 @@ pandoc -s -t html laserCutter.md -o laserCutter.html
 pandoc -s -t html shopbot.md -o shopbot.html
 pandoc -s -t html vinyl.md -o vinyl.html
 pandoc -s -t html principles.md -o principles.html
+pandoc -s -t html finalProject.md -o finalProject.html
 echo "All files converteds to html"
 echo "Pull"
 
diff --git a/participants/fares.ahmad/finalProject.html b/participants/fares.ahmad/finalProject.html
new file mode 100644
index 0000000000000000000000000000000000000000..839eea6eed4f478d844ad7991e416a57705ef219
--- /dev/null
+++ b/participants/fares.ahmad/finalProject.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <meta http-equiv="Content-Style-Type" content="text/css" />
+  <meta name="generator" content="pandoc" />
+  <title></title>
+  <style type="text/css">code{white-space: pre;}</style>
+</head>
+<body>
+
+</body>
+</html>
diff --git a/participants/fares.ahmad/finalProject.md b/participants/fares.ahmad/finalProject.md
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/participants/fares.ahmad/first.md b/participants/fares.ahmad/first.md
new file mode 100644
index 0000000000000000000000000000000000000000..a97b60d8b074e314ae0b5f70386e7dc585ffe1df
--- /dev/null
+++ b/participants/fares.ahmad/first.md
@@ -0,0 +1,7 @@
+# Index Page
+
+- [Introduction](introduction.html)
+
+# Final Project
+
+[Final Project](finalProject.html)
diff --git a/participants/fares.ahmad/index.html b/participants/fares.ahmad/index.html
index 9f02bb62fda8edb66f91c79c5d163a4bb6ce195a..156c9609085044c8c8365334f298fcef2f661a9e 100644
--- a/participants/fares.ahmad/index.html
+++ b/participants/fares.ahmad/index.html
@@ -8,7 +8,13 @@
   <style type="text/css">code{white-space: pre;}</style>
 </head>
 <body>
-<h1 id="this-is-ahmad-fares-page">This is Ahmad Fares page</h1>
-<p>First time to push using ssh</p>
+<h1 id="index-page">Index Page</h1>
+<ul>
+<li><a href="introduction.html">Introduction</a></li>
+</ul>
+<h1 id="final-project">Final Project</h1>
+<ul>
+<li><a href="finalProject.html">Final Project</a></li>
+</ul>
 </body>
 </html>
diff --git a/participants/fares.ahmad/index.md b/participants/fares.ahmad/index.md
index 8742e4933accb4654cc54343fbfc3f6ca4b9f3f4..a1fc54526e353a89ba1706ccbf40d9f1e95c3903 100644
--- a/participants/fares.ahmad/index.md
+++ b/participants/fares.ahmad/index.md
@@ -1,2 +1,7 @@
-# This is Ahmad Fares page
-First time to push using ssh
+# Index Page
+
+- [Introduction](introduction.html)
+
+# Final Project
+
+- [Final Project](finalProject.html)
diff --git a/participants/qwider.walaa/auto.sh b/participants/qwider.walaa/auto.sh
index 811839789226b6897cd53f0158237feede48fa73..79f17cdd54d8370eee8e09035786f6492c1a0f7b 100644
--- a/participants/qwider.walaa/auto.sh
+++ b/participants/qwider.walaa/auto.sh
@@ -10,11 +10,15 @@ pandoc -s -t html shopbot.md -o shopbot.html
 pandoc -s -t html electronics_prod.md -o electronics_prod.html
 
 echo "All files coverted to HTML"
+if [ "$#" -gt 0 ]
+then 
 cd ..
 cd ..
 git pull
 git add .
-git commit -m "upaate"
+git commit -m "update"
 git pull && git push
-
+else 
+echo "not uploading [empty  commit message]"
+fi
 
diff --git a/participants/qwider.walaa/finalpro.html b/participants/qwider.walaa/finalpro.html
new file mode 100644
index 0000000000000000000000000000000000000000..839eea6eed4f478d844ad7991e416a57705ef219
--- /dev/null
+++ b/participants/qwider.walaa/finalpro.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <meta http-equiv="Content-Style-Type" content="text/css" />
+  <meta name="generator" content="pandoc" />
+  <title></title>
+  <style type="text/css">code{white-space: pre;}</style>
+</head>
+<body>
+
+</body>
+</html>
diff --git a/participants/qwider.walaa/finalpro.md b/participants/qwider.walaa/finalpro.md
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/participants/qwider.walaa/index.html b/participants/qwider.walaa/index.html
index e48996f7f027c70f79ab85b23e7ecc607ce07c08..8a30046f03dcaae2660ea1b09edb84cd4c660fba 100644
--- a/participants/qwider.walaa/index.html
+++ b/participants/qwider.walaa/index.html
@@ -8,6 +8,18 @@
   <style type="text/css">code{white-space: pre;}</style>
 </head>
 <body>
-<p>index list</p>
+<h1 id="index-page">Index Page</h1>
+<ul>
+<li><a href="introduction.html">introduction</a><br />
+</li>
+<li><a href="vinyl.html">vinyl cutter</a><br />
+</li>
+<li><a href="3dprinting_scanning.html">3Dprinting</a></li>
+<li><a href="electronics_prod.html">Electronics_Prod</a></li>
+<li><a href="laser.html">laser</a></li>
+<li><a href="shopbot.html">Shopbot</a> list</li>
+</ul>
+<h1 id="final-project">Final project</h1>
+<p><a href="fainalpro.html">Final Project</a></p>
 </body>
 </html>
diff --git a/participants/qwider.walaa/index.md b/participants/qwider.walaa/index.md
index f6dba3bd9efc7c5d7065b9d73fb36ad37322c820..d737c2342208ee5ff47d8818acc487dd13583224 100644
--- a/participants/qwider.walaa/index.md
+++ b/participants/qwider.walaa/index.md
@@ -1,2 +1,11 @@
-index 
+#Index Page  
+- [introduction](introduction.html)  
+- [vinyl cutter](vinyl.html)  
+- [3Dprinting](3dprinting_scanning.html)
+- [Electronics_Prod](electronics_prod.html)
+- [laser](laser.html)
+- [Shopbot](shopbot.html)
 list
+
+#Final project
+[Final Project](fainalpro.html)