From 02ec532498e4ad4fdd9dc8aa3fd6434935c6573d Mon Sep 17 00:00:00 2001
From: abuomar1211980 <abuomar1211980@yahoo.com>
Date: Mon, 27 Nov 2017 11:53:38 +0200
Subject: [PATCH]  update

---
 participants/garibeh.mohammad/PCB.html        | 13 +++++++++
 participants/garibeh.mohammad/PCB.md          |  0
 participants/garibeh.mohammad/auto.sh         | 29 +++++++++++++++++++
 participants/garibeh.mohammad/indexe.html     | 13 +++++++++
 .../garibeh.mohammad/introduction.html        |  6 +---
 participants/garibeh.mohammad/introduction.md |  0
 .../garibeh.mohammad/lasercutter.html         | 13 +++++++++
 participants/garibeh.mohammad/lasercutter.md  |  0
 participants/garibeh.mohammad/project.html    | 13 +++++++++
 participants/garibeh.mohammad/project.md      |  0
 participants/garibeh.mohammad/shobpot.html    | 13 +++++++++
 participants/garibeh.mohammad/shobpot.md      |  0
 participants/garibeh.mohammad/threeD.html     | 13 +++++++++
 participants/garibeh.mohammad/threeD.md       |  0
 .../garibeh.mohammad/vinylcutter.html         | 13 +++++++++
 participants/garibeh.mohammad/vinylcutter.md  |  0
 16 files changed, 121 insertions(+), 5 deletions(-)
 create mode 100644 participants/garibeh.mohammad/PCB.html
 create mode 100644 participants/garibeh.mohammad/PCB.md
 create mode 100644 participants/garibeh.mohammad/auto.sh
 create mode 100644 participants/garibeh.mohammad/indexe.html
 create mode 100644 participants/garibeh.mohammad/introduction.md
 create mode 100644 participants/garibeh.mohammad/lasercutter.html
 create mode 100644 participants/garibeh.mohammad/lasercutter.md
 create mode 100644 participants/garibeh.mohammad/project.html
 create mode 100644 participants/garibeh.mohammad/project.md
 create mode 100644 participants/garibeh.mohammad/shobpot.html
 create mode 100644 participants/garibeh.mohammad/shobpot.md
 create mode 100644 participants/garibeh.mohammad/threeD.html
 create mode 100644 participants/garibeh.mohammad/threeD.md
 create mode 100644 participants/garibeh.mohammad/vinylcutter.html
 create mode 100644 participants/garibeh.mohammad/vinylcutter.md

diff --git a/participants/garibeh.mohammad/PCB.html b/participants/garibeh.mohammad/PCB.html
new file mode 100644
index 0000000..839eea6
--- /dev/null
+++ b/participants/garibeh.mohammad/PCB.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/garibeh.mohammad/PCB.md b/participants/garibeh.mohammad/PCB.md
new file mode 100644
index 0000000..e69de29
diff --git a/participants/garibeh.mohammad/auto.sh b/participants/garibeh.mohammad/auto.sh
new file mode 100644
index 0000000..d41da17
--- /dev/null
+++ b/participants/garibeh.mohammad/auto.sh
@@ -0,0 +1,29 @@
+
+#this is a file to convert from .md to .html
+
+echo " strating the converting "
+
+pandoc -s -t  html  index.md -o indexe.html
+pandoc -s -t  html  introduction.md -o introduction.html
+pandoc -s -t  html  project.md -o project.html
+pandoc -s -t  html  vinylcutter.md -o vinylcutter.html
+pandoc -s -t  html  threeD.md -o threeD.html
+pandoc -s -t  html  shobpot.md -o shobpot.html
+pandoc -s -t  html  lasercutter.md -o lasercutter.html
+pandoc -s -t  html  PCB.md -o PCB.html
+
+if [ "$#" -gt 0 ]
+then 
+
+cd ..
+cd ..
+
+git pull 
+git add .
+git commit -m " update "
+git push
+else
+
+
+echo " All files converted to HTML "
+fi
diff --git a/participants/garibeh.mohammad/indexe.html b/participants/garibeh.mohammad/indexe.html
new file mode 100644
index 0000000..839eea6
--- /dev/null
+++ b/participants/garibeh.mohammad/indexe.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/garibeh.mohammad/introduction.html b/participants/garibeh.mohammad/introduction.html
index c61337a..839eea6 100644
--- a/participants/garibeh.mohammad/introduction.html
+++ b/participants/garibeh.mohammad/introduction.html
@@ -8,10 +8,6 @@
   <style type="text/css">code{white-space: pre;}</style>
 </head>
 <body>
-<h1 id="introduction-to-fab">introduction to fab</h1>
-<p>write the subsection of fab</p>
-<h1 id="introduction-to-linux">introduction to linux</h1>
-<p>the key commands in linux hello</p>
-<h1 id="introduction-git-and-respositories">introduction git and respositories</h1>
+
 </body>
 </html>
diff --git a/participants/garibeh.mohammad/introduction.md b/participants/garibeh.mohammad/introduction.md
new file mode 100644
index 0000000..e69de29
diff --git a/participants/garibeh.mohammad/lasercutter.html b/participants/garibeh.mohammad/lasercutter.html
new file mode 100644
index 0000000..839eea6
--- /dev/null
+++ b/participants/garibeh.mohammad/lasercutter.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/garibeh.mohammad/lasercutter.md b/participants/garibeh.mohammad/lasercutter.md
new file mode 100644
index 0000000..e69de29
diff --git a/participants/garibeh.mohammad/project.html b/participants/garibeh.mohammad/project.html
new file mode 100644
index 0000000..839eea6
--- /dev/null
+++ b/participants/garibeh.mohammad/project.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/garibeh.mohammad/project.md b/participants/garibeh.mohammad/project.md
new file mode 100644
index 0000000..e69de29
diff --git a/participants/garibeh.mohammad/shobpot.html b/participants/garibeh.mohammad/shobpot.html
new file mode 100644
index 0000000..839eea6
--- /dev/null
+++ b/participants/garibeh.mohammad/shobpot.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/garibeh.mohammad/shobpot.md b/participants/garibeh.mohammad/shobpot.md
new file mode 100644
index 0000000..e69de29
diff --git a/participants/garibeh.mohammad/threeD.html b/participants/garibeh.mohammad/threeD.html
new file mode 100644
index 0000000..839eea6
--- /dev/null
+++ b/participants/garibeh.mohammad/threeD.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/garibeh.mohammad/threeD.md b/participants/garibeh.mohammad/threeD.md
new file mode 100644
index 0000000..e69de29
diff --git a/participants/garibeh.mohammad/vinylcutter.html b/participants/garibeh.mohammad/vinylcutter.html
new file mode 100644
index 0000000..839eea6
--- /dev/null
+++ b/participants/garibeh.mohammad/vinylcutter.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/garibeh.mohammad/vinylcutter.md b/participants/garibeh.mohammad/vinylcutter.md
new file mode 100644
index 0000000..e69de29
-- 
GitLab