[fedora-websites] Issue #785: whatcanidoforfedora.org does not work for Czech language

2018-03-08 Thread Manuel Tumiati

tumio added a new comment to an issue you are following:
``
I did some tests on czech and german versions. Actually characters with 
diacritical are not a problem.

In the Czech version the execution of the script stops when he try to 
initialize an object starting from an id that contain the bracket character 
"(". More specifically at the id "avatarové-obrázky-(hackergotchi)".

The same problem occours in the german version when the script try to 
initialize the id "das-webseiten-team." that contain a dot character "."

The function hashSelect(first) begin to cycle all ids and fail when it try to 
initialize the object "curr".

As I can see the function hashSelect() crashes in these cases:
 - var curr = $("#avatarové-obrázky-(hackergotchi)")
 - var curr = $("das-webseiten-team.")

I suggest to edit the translations deleting these characters.

[![Schermata-2018-03-08-alle-20.55.48.jpg](/fedora-websites/issue/raw/files/48bd1f5b0a01773993287ac2b894c6db506b6c5d7d1189708681b6bfbe12be60-Schermata-2018-03-08-alle-20.55.48.jpg)](/fedora-websites/issue/raw/files/48bd1f5b0a01773993287ac2b894c6db506b6c5d7d1189708681b6bfbe12be60-Schermata-2018-03-08-alle-20.55.48.jpg)
``

To reply, visit the link below or just reply to this email
https://pagure.io/fedora-websites/issue/785
___
websites mailing list -- websites@lists.fedoraproject.org
To unsubscribe send an email to websites-le...@lists.fedoraproject.org


[fedora-websites] Issue #785: whatcanidoforfedora.org does not work for Czech language

2018-03-07 Thread Manuel Tumiati

tumio added a new comment to an issue you are following:
``
Hi,

it seems to be related to the unicode conversion of some characters in the 
script. The link  https://whatcanidoforfedora.org/cs#designexclamation works 
because the id related to this anchor does not contain any special character 
from czech alphabet.  I think that every values in the array named all_ids of 
the script needs to be corrected.

Example
id in the array: designersk\u00fd-t\u00fdm
id of the corresponding div: designerský-tým



[![Schermata-2018-03-07-alle-17.44.48.jpg](/fedora-websites/issue/raw/files/264ed2d9e62005bd7b098f098f3277fddee3ca4facd2a4dcaacb4282c26b6c2f-Schermata-2018-03-07-alle-17.44.48.jpg)](/fedora-websites/issue/raw/files/264ed2d9e62005bd7b098f098f3277fddee3ca4facd2a4dcaacb4282c26b6c2f-Schermata-2018-03-07-alle-17.44.48.jpg)
 
``

To reply, visit the link below or just reply to this email
https://pagure.io/fedora-websites/issue/785
___
websites mailing list -- websites@lists.fedoraproject.org
To unsubscribe send an email to websites-le...@lists.fedoraproject.org


[fedora-websites] Issue #781: getfedora.org, icon for G+ is the wrong one

2018-02-26 Thread Manuel Tumiati

tumio added a new comment to an issue you are following:
``
we need to update font-awsome.css
``

To reply, visit the link below or just reply to this email
https://pagure.io/fedora-websites/issue/781
___
websites mailing list -- websites@lists.fedoraproject.org
To unsubscribe send an email to websites-le...@lists.fedoraproject.org


Presentation

2018-02-18 Thread Manuel Tumiati
Hi,
my name is Manuel and I come from Italy. I studied programming at high school. 
Now I'm studying IT security at university. I really like programming in my 
free time and I often start to learn new languages or frameworks. During the 
last month I'm studying Bootstrap and Vue.js.
My known languages are PHP, mysql, C++, C#, JavaScript (and jquery), CSS.

I hope to became an active member of this community and help the project as 
best as I can.

Manuel Tumiati
⁣___
websites mailing list -- websites@lists.fedoraproject.org
To unsubscribe send an email to websites-le...@lists.fedoraproject.org


[fedora-websites] Issue #762: fix title of translated version of fedoracommunity.org

2018-02-01 Thread Manuel Tumiati

tumio added a new comment to an issue you are following:
``
This website is not mobile friendly. I suggest to re-design it in a responsive 
way maybe using bootstrap like the fedoraproject.org webpages.
``

To reply, visit the link below or just reply to this email
https://pagure.io/fedora-websites/issue/762
___
websites mailing list -- websites@lists.fedoraproject.org
To unsubscribe send an email to websites-le...@lists.fedoraproject.org


[fedora-websites] Issue #762: fix title of translated version of fedoracommunity.org

2018-01-15 Thread Manuel Tumiati

tumio added a new comment to an issue you are following:
``
Maybe we can remove the UL LI tags and replace it with  DIV  A 
style="display:block"  and set up the width to center the text. (example 3 
columns width 33,3%, 4 columns width 25%).

Another solution will be to use css selector for counting child elemens and set 
percentage width like they do here: 
https://stackoverflow.com/questions/8720931/can-css-detect-the-number-of-children-an-element-has

in both cases we can make something that will auto adapt to fit the container 
space



``

To reply, visit the link below or just reply to this email
https://pagure.io/fedora-websites/issue/762
___
websites mailing list -- websites@lists.fedoraproject.org
To unsubscribe send an email to websites-le...@lists.fedoraproject.org