From 2031ec88c58fe50db2a28b470ade38ac2752dc8d Mon Sep 17 00:00:00 2001 From: Dzierzbix Date: Sat, 19 Aug 2017 23:24:57 +0200 Subject: [PATCH 1/5] I added my name in index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 4f7f0189f..216a89095 100755 --- a/index.html +++ b/index.html @@ -6,6 +6,6 @@ - + Hello, I am Wojtek. From ede5c8a1ba894830cf82b6dd7948680326f22f4b Mon Sep 17 00:00:00 2001 From: Dzierzbix Date: Sat, 19 Aug 2017 23:26:43 +0200 Subject: [PATCH 2/5] I added a new Line. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 216a89095..005aa098e 100755 --- a/index.html +++ b/index.html @@ -6,6 +6,6 @@ - Hello, I am Wojtek. + Hello, I am Wojtek. I want to learn with codeschool. From 324d128b85fba9141641955a61416da1bb08438b Mon Sep 17 00:00:00 2001 From: Dzierzbix Date: Sat, 19 Aug 2017 23:34:07 +0200 Subject: [PATCH 3/5] I've done first task. --- index.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 005aa098e..bc639091d 100755 --- a/index.html +++ b/index.html @@ -4,8 +4,12 @@ + My First Project from CodeSchool - - Hello, I am Wojtek. I want to learn with codeschool. - +

Hello, Code School!

+
    +
  • GitHub
  • +
  • JavaScript
  • +
+ From 6f5c32152bf5c641e4bdae2c49f3358ec558cd55 Mon Sep 17 00:00:00 2001 From: dzierzbixwojto Date: Sat, 19 Aug 2017 23:39:12 +0200 Subject: [PATCH 4/5] Set theme jekyll-theme-cayman --- _config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 000000000..c4192631f --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-cayman \ No newline at end of file From 264b7e9407a8be8db473f8579682f8bf0a4e37d4 Mon Sep 17 00:00:00 2001 From: dzierzbixwojto Date: Sat, 19 Aug 2017 23:41:09 +0200 Subject: [PATCH 5/5] Set theme jekyll-theme-slate --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index c4192631f..c74188174 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1 @@ -theme: jekyll-theme-cayman \ No newline at end of file +theme: jekyll-theme-slate \ No newline at end of file