From 839300fd5ed550d98978138c076218be33f38186 Mon Sep 17 00:00:00 2001
From: walaaqwider <walaaqwider@gmail.com>
Date: Mon, 27 Nov 2017 11:36:55 +0200
Subject: [PATCH] no

---
 .../qwider.walaa/3dprinting_scanning.html      | 13 +++++++++++++
 participants/qwider.walaa/auto.md              |  0
 participants/qwider.walaa/auto.sh              | 18 ++++++++++++++++++
 .../qwider.walaa/electronics_prod.html         | 13 +++++++++++++
 participants/qwider.walaa/index.html           | 13 +++++++++++++
 participants/qwider.walaa/introduction.html    | 13 +++++++++++++
 participants/qwider.walaa/laser.html           | 13 +++++++++++++
 participants/qwider.walaa/shopbot.html         | 13 +++++++++++++
 participants/qwider.walaa/vinyl.html           | 13 +++++++++++++
 9 files changed, 109 insertions(+)
 create mode 100644 participants/qwider.walaa/3dprinting_scanning.html
 delete mode 100644 participants/qwider.walaa/auto.md
 create mode 100644 participants/qwider.walaa/auto.sh
 create mode 100644 participants/qwider.walaa/electronics_prod.html
 create mode 100644 participants/qwider.walaa/index.html
 create mode 100644 participants/qwider.walaa/introduction.html
 create mode 100644 participants/qwider.walaa/laser.html
 create mode 100644 participants/qwider.walaa/shopbot.html
 create mode 100644 participants/qwider.walaa/vinyl.html

diff --git a/participants/qwider.walaa/3dprinting_scanning.html b/participants/qwider.walaa/3dprinting_scanning.html
new file mode 100644
index 0000000..839eea6
--- /dev/null
+++ b/participants/qwider.walaa/3dprinting_scanning.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/auto.md b/participants/qwider.walaa/auto.md
deleted file mode 100644
index e69de29..0000000
diff --git a/participants/qwider.walaa/auto.sh b/participants/qwider.walaa/auto.sh
new file mode 100644
index 0000000..d574134
--- /dev/null
+++ b/participants/qwider.walaa/auto.sh
@@ -0,0 +1,18 @@
+# This is a file to convert from .md to html
+echo "starting the conversion"
+
+pandoc -s -t html index.md -o index.html
+pandoc -s -t html introduction.md -o introduction.html
+pandoc -s -t html laser.md -o laser.html
+pandoc -s -t html vinyl.md -o vinyl.html
+pandoc -s -t html 3dprinting_scanning.md -o 3dprinting_scanning.html
+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"
+
+git pull
+git add .
+git commit -m "upaate"
+git pull && git push
+
+
diff --git a/participants/qwider.walaa/electronics_prod.html b/participants/qwider.walaa/electronics_prod.html
new file mode 100644
index 0000000..839eea6
--- /dev/null
+++ b/participants/qwider.walaa/electronics_prod.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/index.html b/participants/qwider.walaa/index.html
new file mode 100644
index 0000000..e48996f
--- /dev/null
+++ b/participants/qwider.walaa/index.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>
+<p>index list</p>
+</body>
+</html>
diff --git a/participants/qwider.walaa/introduction.html b/participants/qwider.walaa/introduction.html
new file mode 100644
index 0000000..839eea6
--- /dev/null
+++ b/participants/qwider.walaa/introduction.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/laser.html b/participants/qwider.walaa/laser.html
new file mode 100644
index 0000000..839eea6
--- /dev/null
+++ b/participants/qwider.walaa/laser.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/shopbot.html b/participants/qwider.walaa/shopbot.html
new file mode 100644
index 0000000..839eea6
--- /dev/null
+++ b/participants/qwider.walaa/shopbot.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/vinyl.html b/participants/qwider.walaa/vinyl.html
new file mode 100644
index 0000000..839eea6
--- /dev/null
+++ b/participants/qwider.walaa/vinyl.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>
-- 
GitLab