CoderDojoPotsdam / regex-tutorial

Interactive Tutorial for Regular Expressions | Interaktives Tutorial für Reguläre Ausdrücke

Home Page:https://coderdojopotsdam.github.io/regex-tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create favicon

niccokunzmann opened this issue · comments

Website-link: https://coderdojopotsdam.github.io/regex-tutorial

Expected Behavior

I would like to see a favicon in the browser menu.

Actual Behavior

There is no icon, yet.

Actions to Reproduce

grafik

Solution Description

We could use

The favicon should also be used on the redirect pages.

Hints

HTML pages can set the favicon with a tag in the head.

Hello I am new to open source can I work on this?

Hi, welcome! Yes, you can! Let me know if you need help or you like it more specific.

I'll leave this one for @hd719, but got anything else for a first PR that you could need help with @niccokunzmann ?

@Crizzooo #7 is CSS only
#9 is putting a number into the current bubble one is working on, like in https://studio.code.org/s/mc/stage/1/puzzle/1 (Jekyll+CSS+HTML)
In #13 You can discuss with us what would be a good way to translate this into different languages and manage the different translations.
Let me know if you have any questions. You can also comment in the issues you are interested in.

Hey @niccokunzmann so I think I added the favicon to all the pages, but how would I test it out?

-Thank you.

@Crizzooo You can install Jekyll and run jekyll serve --trace to see the website at http://localhost:4000

If you like, you can add your learnings to a CONTRIBUTING.md file, so other have a quicker start.

Let me know it I can help you.

Alright cool i'll install Jekyll.
Also @niccokunzmann what do you mean by learnings?

learnings = Everything that could help other developers.

@hd719 The link is there but it does not show up.
grafik
I guess it is a path issue.
I will go to sleep now. Have a nice time, whereever you are :)

Try clearing your browser history.

I tried ../favicon.ico and it is visible!

Hey @niccokunzmann I tried ../favicon.ico and it worked for me as well do you want me to change it?