From 466f3ef437722432bb68317bcf0c4a125da351b0 Mon Sep 17 00:00:00 2001 From: OGordoo Date: Thu, 5 Dec 2019 15:57:46 +0000 Subject: [PATCH 1/5] creation of readme --- subjects/ascii-art-web-stylize.en.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 subjects/ascii-art-web-stylize.en.md diff --git a/subjects/ascii-art-web-stylize.en.md b/subjects/ascii-art-web-stylize.en.md new file mode 100644 index 00000000..1948634b --- /dev/null +++ b/subjects/ascii-art-web-stylize.en.md @@ -0,0 +1,23 @@ +## ascii-art-stylize + +### Objectives + +You must follow the same [principles](https://github.com/01-edu/public/ascii-art-web.en.md) as the first subject. + +Ascii-art-stylize consists on making the site : + +- more appealing, interactive and intuitive. +- more user friendly. +- give more feedback to the user. + +This project will help you learn about: + +- The basics of human-computer interface. +- The basics of CSS. +- Linking CSS and HTML. + +### Instructions + +- Your project must be written in **CSS**. +- The code must respect the [**good practices**](https://github.com/01-edu/public/good-practices.en.md). +- We suggest you to see the principles of a good design. From f9e05b6bc382ef9eb474503d0259c3bad5ebfed8 Mon Sep 17 00:00:00 2001 From: OGordoo <39002518+OGordoo@users.noreply.github.com> Date: Thu, 5 Dec 2019 16:38:30 +0000 Subject: [PATCH 2/5] Delete ascii-art-web.en.md --- subjects/ascii-art-web.en.md | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 subjects/ascii-art-web.en.md diff --git a/subjects/ascii-art-web.en.md b/subjects/ascii-art-web.en.md deleted file mode 100644 index c8cb4014..00000000 --- a/subjects/ascii-art-web.en.md +++ /dev/null @@ -1,26 +0,0 @@ -## ascii-art-web - -### Objectives - -Ascii-art-web consists on creating and running a server, in which it will be possible to use a web **GUI** (graphical user interface) version of your last project, ascii-art. - -This project will help you learn about : - -- Client utilities. -- The basics of web : - - Server - - HTML - - HTTP -- Ways to receive data. -- Ways to output data. -- Manipulation of strings. - -### Instructions - -- The web server must be created in **Go**. -- The code must respect the [good practices](https://github.com/01-edu/public/good-practices.en.md).. -- The project must have files written in HTML. - -### Usage - -- [Here's an example.](http://patorjk.com/software/taag/#p=display&f=Graffiti&t=Type%20Something%20) \ No newline at end of file From 2ffd26227e09b35f34dbf540a620083a5083e8fc Mon Sep 17 00:00:00 2001 From: OGordoo Date: Thu, 5 Dec 2019 15:57:46 +0000 Subject: [PATCH 3/5] creation of readme --- subjects/ascii-art-web-stylize.en.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 subjects/ascii-art-web-stylize.en.md diff --git a/subjects/ascii-art-web-stylize.en.md b/subjects/ascii-art-web-stylize.en.md new file mode 100644 index 00000000..1948634b --- /dev/null +++ b/subjects/ascii-art-web-stylize.en.md @@ -0,0 +1,23 @@ +## ascii-art-stylize + +### Objectives + +You must follow the same [principles](https://github.com/01-edu/public/ascii-art-web.en.md) as the first subject. + +Ascii-art-stylize consists on making the site : + +- more appealing, interactive and intuitive. +- more user friendly. +- give more feedback to the user. + +This project will help you learn about: + +- The basics of human-computer interface. +- The basics of CSS. +- Linking CSS and HTML. + +### Instructions + +- Your project must be written in **CSS**. +- The code must respect the [**good practices**](https://github.com/01-edu/public/good-practices.en.md). +- We suggest you to see the principles of a good design. From d943ccd32668695631fdb3a970cddd31d8d1756e Mon Sep 17 00:00:00 2001 From: OGordoo Date: Mon, 30 Dec 2019 11:50:32 +0000 Subject: [PATCH 4/5] ascii-art-web-stylize subject --- subjects/ascii-art-web-stylize.en.md | 23 ---------------- .../ascii-art-web/ascii-art-web-stylize.en.md | 26 +++++++++++++++++++ subjects/good-practices.en.md | 4 +++ 3 files changed, 30 insertions(+), 23 deletions(-) delete mode 100644 subjects/ascii-art-web-stylize.en.md create mode 100644 subjects/ascii-art-web/ascii-art-web-stylize.en.md diff --git a/subjects/ascii-art-web-stylize.en.md b/subjects/ascii-art-web-stylize.en.md deleted file mode 100644 index 1948634b..00000000 --- a/subjects/ascii-art-web-stylize.en.md +++ /dev/null @@ -1,23 +0,0 @@ -## ascii-art-stylize - -### Objectives - -You must follow the same [principles](https://github.com/01-edu/public/ascii-art-web.en.md) as the first subject. - -Ascii-art-stylize consists on making the site : - -- more appealing, interactive and intuitive. -- more user friendly. -- give more feedback to the user. - -This project will help you learn about: - -- The basics of human-computer interface. -- The basics of CSS. -- Linking CSS and HTML. - -### Instructions - -- Your project must be written in **CSS**. -- The code must respect the [**good practices**](https://github.com/01-edu/public/good-practices.en.md). -- We suggest you to see the principles of a good design. diff --git a/subjects/ascii-art-web/ascii-art-web-stylize.en.md b/subjects/ascii-art-web/ascii-art-web-stylize.en.md new file mode 100644 index 00000000..47261eb3 --- /dev/null +++ b/subjects/ascii-art-web/ascii-art-web-stylize.en.md @@ -0,0 +1,26 @@ +## ascii-art-stylize + +### Objectives + +You must follow the same [principles](https://github.com/01-edu/public/blob/master/subjects/ascii-art-web/ascii-art-web.en.md) as the first subject. + +Ascii-art-stylize consists on making your site : + +- more appealing, interactive and intuitive. +- more user friendly. +- give more feedback to the user. + +This project will help you learn about: + +- The basics of human-computer interface. +- The basics of CSS. +- Linking CSS and HTML. + +### Instructions + +- Your project must contain **CSS**. +- The code must respect the [**good practices**](https://github.com/01-edu/public/blob/master/subjects/good-practices.en.md). +- We suggest you to search for the principles of a good website design. + +- It must be possible to see the text properly despite the colors used. +- The website must be [consistent](https://digitalcommunications.wp.st-andrews.ac.uk/2016/04/07/why-is-consistency-important-in-web-design/), [responsive](https://smallbiztrends.com/2013/05/what-is-responsive-web-design.html) and [interactive](https://en.m.wikipedia.org/wiki/Interactive_design). diff --git a/subjects/good-practices.en.md b/subjects/good-practices.en.md index c7161eec..13529e0c 100644 --- a/subjects/good-practices.en.md +++ b/subjects/good-practices.en.md @@ -27,3 +27,7 @@ - [**gofmt**](https://golang.org/cmd/gofmt/) - [**goimports**](https://godoc.org/golang.org/x/tools/cmd/goimports) - [**foimports vs gofmt**](https://goinbigdata.com/goimports-vs-gofmt/) + +### CSS + +- [**CSS**](https://www.tothenew.com/blog/10-best-practices-in-css/) \ No newline at end of file From 0edff45afae780d29d8217651d8c659849eedabd Mon Sep 17 00:00:00 2001 From: OGordoo Date: Mon, 30 Dec 2019 11:59:17 +0000 Subject: [PATCH 5/5] removing ascii-styilize outside folder --- subjects/ascii-art-web-stylize.en.md | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 subjects/ascii-art-web-stylize.en.md diff --git a/subjects/ascii-art-web-stylize.en.md b/subjects/ascii-art-web-stylize.en.md deleted file mode 100644 index 1948634b..00000000 --- a/subjects/ascii-art-web-stylize.en.md +++ /dev/null @@ -1,23 +0,0 @@ -## ascii-art-stylize - -### Objectives - -You must follow the same [principles](https://github.com/01-edu/public/ascii-art-web.en.md) as the first subject. - -Ascii-art-stylize consists on making the site : - -- more appealing, interactive and intuitive. -- more user friendly. -- give more feedback to the user. - -This project will help you learn about: - -- The basics of human-computer interface. -- The basics of CSS. -- Linking CSS and HTML. - -### Instructions - -- Your project must be written in **CSS**. -- The code must respect the [**good practices**](https://github.com/01-edu/public/good-practices.en.md). -- We suggest you to see the principles of a good design.