From c7927bb69845a51fe54c8d5674a92390a6594ec4 Mon Sep 17 00:00:00 2001
From: Rahime YILDIZ <50872722+rcmzyldz@users.noreply.github.com>
Date: Sun, 30 Jun 2019 01:41:15 +0200
Subject: [PATCH 1/4] Update index.html
---
week-1/index.html | 46 ++++++++++++++++++++++++++++++----------------
1 file changed, 30 insertions(+), 16 deletions(-)
diff --git a/week-1/index.html b/week-1/index.html
index df6ecbb..89b767a 100644
--- a/week-1/index.html
+++ b/week-1/index.html
@@ -1,22 +1,36 @@
-
-
+!DOCTYPE html>
-
-
-
- home page
-
-
+ // functions
+ function print_deets(object) {
+ console.log(object.name);
+ console.log(object.link);
+ console.log(object.description);
+ }
+
+
+
+
+ Project Website
+ This is our homepage.
+
-
- week 1 index.html
-
- example to study
-
+
Calculation Page
+
Team Page
+
From 9fca05656d40a2d45a93eec2174c86a0222423ae Mon Sep 17 00:00:00 2001
From: Rahime YILDIZ <50872722+rcmzyldz@users.noreply.github.com>
Date: Sun, 30 Jun 2019 01:45:46 +0200
Subject: [PATCH 2/4] Update calc.html
---
week-1/calc.html | 38 ++++++++++++++++++++++++++++++++------
1 file changed, 32 insertions(+), 6 deletions(-)
diff --git a/week-1/calc.html b/week-1/calc.html
index 896b5e0..b6dd660 100644
--- a/week-1/calc.html
+++ b/week-1/calc.html
@@ -1,21 +1,47 @@
-
+!DOCTYPE html>
- calc
+ calculation
-
-
+ Calculation Page
+
There are some calculations below
+
+
+
+
+
+
+
+ home
From 6a0319df0ff40fe9d14b2ba3746125e34cf272ad Mon Sep 17 00:00:00 2001
From: Rahime YILDIZ <50872722+rcmzyldz@users.noreply.github.com>
Date: Sun, 30 Jun 2019 01:54:05 +0200
Subject: [PATCH 3/4] Update team.html
---
week-1/team.html | 35 ++++++++++++++++++++++++-----------
1 file changed, 24 insertions(+), 11 deletions(-)
diff --git a/week-1/team.html b/week-1/team.html
index 5841f0a..031adea 100644
--- a/week-1/team.html
+++ b/week-1/team.html
@@ -1,20 +1,33 @@
-
-
+
-
+
+
+
+ Document
+
+
-
+
-
+ Hi! This is Team Page
+
+
+
+
+ Home Page
+