Mozilla Webmaker: Building a locally relevant web(webmaker.org) |
Mozilla Webmaker: Building a locally relevant web(webmaker.org) |
This made a bit clearer to me what it actually does.
P.S.: What is going on with the submitted site? For me, it is a mixture between English and (machine-translated?) German, and a lot of images are 404
<img src="img/moi/font-awesome-fa-users.png" alt="FontAwesome users icon">
This should be: <img src="/img/moi/font-awesome-fa-users.png" alt="FontAwesome users icon">
Note the slash in the src field. The image exists at the absolute path of https://webmaker.org/img/moi/font-awesome-fa-users.png but not at the relative path of https://webmaker.org/localweb/img/moi/font-awesome-fa-users....All the images are like this. Whoever made this site kind of dropped the ball.
Edit: Oh, "Fontawesome users icon" is alt-text for an image that didn't load, and the button text is just "Partner with us". Got it.