mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.1 KiB
31 lines
1.1 KiB
5 years ago
|
## ascii-art-stylize
|
||
|
|
||
|
### Objectives
|
||
|
|
||
5 years ago
|
You must follow the same [principles](https://public.01-edu.org/subjects/ascii-art-web/ascii-art-web.en) as the first subject.
|
||
5 years ago
|
|
||
|
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.
|
||
|
|
||
5 years ago
|
### Allowed packages
|
||
|
|
||
|
- Only the [standard go](https://golang.org/pkg/) packages are allowed
|
||
|
|
||
5 years ago
|
### Instructions
|
||
|
|
||
|
- Your project must contain **CSS**.
|
||
5 years ago
|
- The code must respect the [**good practices**](https://public.01-edu.org/subjects/good-practices.en).
|
||
5 years ago
|
- 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).
|