From 2e28e73752a59ea5d81c6a2396c2a645199fbe01 Mon Sep 17 00:00:00 2001 From: murad <muradsaadeh9@gmail.com> Date: Mon, 27 Nov 2017 11:25:58 +0200 Subject: [PATCH] pushing HTML using auto sh --- participants/saadeh.murad/3dprinting-scanning.html | 13 +++++++++++++ participants/saadeh.murad/3dprinting-scanning.md | 0 participants/saadeh.murad/auto.sh | 11 +++++++++++ participants/saadeh.murad/code.html | 13 +++++++++++++ participants/saadeh.murad/code.md | 0 .../saadeh.murad/electronic-production.html | 13 +++++++++++++ participants/saadeh.murad/electronic-production.md | 0 participants/saadeh.murad/final-project.html | 13 +++++++++++++ participants/saadeh.murad/final-project.md | 0 participants/saadeh.murad/index.html | 3 ++- participants/saadeh.murad/index.md | 5 +++-- participants/saadeh.murad/introduction.md | 0 participants/saadeh.murad/linux.html | 13 +++++++++++++ participants/saadeh.murad/linux.md | 0 participants/saadeh.murad/shopbot.html | 13 +++++++++++++ participants/saadeh.murad/shopbot.md | 0 participants/saadeh.murad/vinyl.html | 13 +++++++++++++ participants/saadeh.murad/vinyl.md | 0 18 files changed, 107 insertions(+), 3 deletions(-) create mode 100644 participants/saadeh.murad/3dprinting-scanning.html create mode 100644 participants/saadeh.murad/3dprinting-scanning.md create mode 100644 participants/saadeh.murad/auto.sh create mode 100644 participants/saadeh.murad/code.html create mode 100644 participants/saadeh.murad/code.md create mode 100644 participants/saadeh.murad/electronic-production.html create mode 100644 participants/saadeh.murad/electronic-production.md create mode 100644 participants/saadeh.murad/final-project.html create mode 100644 participants/saadeh.murad/final-project.md create mode 100644 participants/saadeh.murad/introduction.md create mode 100644 participants/saadeh.murad/linux.html create mode 100644 participants/saadeh.murad/linux.md create mode 100644 participants/saadeh.murad/shopbot.html create mode 100644 participants/saadeh.murad/shopbot.md create mode 100644 participants/saadeh.murad/vinyl.html create mode 100644 participants/saadeh.murad/vinyl.md diff --git a/participants/saadeh.murad/3dprinting-scanning.html b/participants/saadeh.murad/3dprinting-scanning.html new file mode 100644 index 0000000..839eea6 --- /dev/null +++ b/participants/saadeh.murad/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/saadeh.murad/3dprinting-scanning.md b/participants/saadeh.murad/3dprinting-scanning.md new file mode 100644 index 0000000..e69de29 diff --git a/participants/saadeh.murad/auto.sh b/participants/saadeh.murad/auto.sh new file mode 100644 index 0000000..a29c2cb --- /dev/null +++ b/participants/saadeh.murad/auto.sh @@ -0,0 +1,11 @@ +#this is a file to convert .md to .html +echo "starting the conversion" +pandoc -s -t html index.md -o index.html +pandoc -s -t html 3dprinting-scanning.md -o 3dprinting-scanning.html +pandoc -s -t html code.md -o code.html +pandoc -s -t html electronic-production.md -o electronic-production.html +pandoc -s -t html final-project.md -o final-project.html +pandoc -s -t html vinyl.md -o vinyl.html +pandoc -s -t html linux.md -o linux.html +pandoc -s -t html shopbot.md -o shopbot.html +echo " all the files converted to HTML" diff --git a/participants/saadeh.murad/code.html b/participants/saadeh.murad/code.html new file mode 100644 index 0000000..839eea6 --- /dev/null +++ b/participants/saadeh.murad/code.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/saadeh.murad/code.md b/participants/saadeh.murad/code.md new file mode 100644 index 0000000..e69de29 diff --git a/participants/saadeh.murad/electronic-production.html b/participants/saadeh.murad/electronic-production.html new file mode 100644 index 0000000..839eea6 --- /dev/null +++ b/participants/saadeh.murad/electronic-production.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/saadeh.murad/electronic-production.md b/participants/saadeh.murad/electronic-production.md new file mode 100644 index 0000000..e69de29 diff --git a/participants/saadeh.murad/final-project.html b/participants/saadeh.murad/final-project.html new file mode 100644 index 0000000..839eea6 --- /dev/null +++ b/participants/saadeh.murad/final-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/saadeh.murad/final-project.md b/participants/saadeh.murad/final-project.md new file mode 100644 index 0000000..e69de29 diff --git a/participants/saadeh.murad/index.html b/participants/saadeh.murad/index.html index ebc3b9a..ddcfacf 100644 --- a/participants/saadeh.murad/index.html +++ b/participants/saadeh.murad/index.html @@ -8,6 +8,7 @@ <style type="text/css">code{white-space: pre;}</style> </head> <body> -<p>Hello</p> +<h2 id="hello">Hello</h2> +<p><em>trying to push using ssh connection</em></p> </body> </html> diff --git a/participants/saadeh.murad/index.md b/participants/saadeh.murad/index.md index 2e6e7c3..b173d53 100644 --- a/participants/saadeh.murad/index.md +++ b/participants/saadeh.murad/index.md @@ -1,4 +1,5 @@ -Hello +##Hello + +*trying to push using ssh connection* -trying to push using ssh connection diff --git a/participants/saadeh.murad/introduction.md b/participants/saadeh.murad/introduction.md new file mode 100644 index 0000000..e69de29 diff --git a/participants/saadeh.murad/linux.html b/participants/saadeh.murad/linux.html new file mode 100644 index 0000000..839eea6 --- /dev/null +++ b/participants/saadeh.murad/linux.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/saadeh.murad/linux.md b/participants/saadeh.murad/linux.md new file mode 100644 index 0000000..e69de29 diff --git a/participants/saadeh.murad/shopbot.html b/participants/saadeh.murad/shopbot.html new file mode 100644 index 0000000..839eea6 --- /dev/null +++ b/participants/saadeh.murad/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/saadeh.murad/shopbot.md b/participants/saadeh.murad/shopbot.md new file mode 100644 index 0000000..e69de29 diff --git a/participants/saadeh.murad/vinyl.html b/participants/saadeh.murad/vinyl.html new file mode 100644 index 0000000..839eea6 --- /dev/null +++ b/participants/saadeh.murad/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> diff --git a/participants/saadeh.murad/vinyl.md b/participants/saadeh.murad/vinyl.md new file mode 100644 index 0000000..e69de29 -- GitLab