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 + From 2c4fc6097d6211aae2ed78671916e286f47841d0 Mon Sep 17 00:00:00 2001 From: Rahime YILDIZ <50872722+rcmzyldz@users.noreply.github.com> Date: Sun, 30 Jun 2019 12:46:45 +0200 Subject: [PATCH 4/4] Update team.html --- week-1/team.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/week-1/team.html b/week-1/team.html index 031adea..beb605d 100644 --- a/week-1/team.html +++ b/week-1/team.html @@ -19,14 +19,17 @@ function print_members(teamMembers) console.log(teamMembers); - +function print_team_introduction(teamName, teamMembers) { + print_name(teamName); + print_members(teamMembers); +} +

Hi! This is Team Page


-

- -

- +

+

+ Home Page