From 53ee80e6b7be28b162ef1e839e7806c7d4e829e8 Mon Sep 17 00:00:00 2001
From: Ahmad Fares <ahmed19962006@windowslive.com>
Date: Mon, 27 Nov 2017 12:28:18 +0200
Subject: [PATCH] updated the html

---
 participants/fares.ahmad/auto.sh           |  1 +
 participants/fares.ahmad/finalProject.html | 13 +++++++++++++
 participants/fares.ahmad/finalProject.md   |  0
 participants/fares.ahmad/first.md          |  7 +++++++
 4 files changed, 21 insertions(+)
 create mode 100644 participants/fares.ahmad/finalProject.html
 create mode 100644 participants/fares.ahmad/finalProject.md
 create mode 100644 participants/fares.ahmad/first.md

diff --git a/participants/fares.ahmad/auto.sh b/participants/fares.ahmad/auto.sh
index e04a0cb..dd23822 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 0000000..839eea6
--- /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 0000000..e69de29
diff --git a/participants/fares.ahmad/first.md b/participants/fares.ahmad/first.md
new file mode 100644
index 0000000..a97b60d
--- /dev/null
+++ b/participants/fares.ahmad/first.md
@@ -0,0 +1,7 @@
+# Index Page
+
+- [Introduction](introduction.html)
+
+# Final Project
+
+[Final Project](finalProject.html)
-- 
GitLab