Page 1 of 1

Mageia website for Mobile

PostPosted: Jun 12th, '17, 23:44
by mattkingusa
Is the source for the mageia website available? The mobile page is kind of funky and I would like to contribute some code to make an attempt at fixing it. The design is superb, but on mobile the navigation is apparently a fixed width which makes it necessary to swipe left to view the full navigation. I know there are java options out there for making a drop down, but I was thinking of just changing the page code and css to set the links to the proper viewport on mobile with css @media etc.

Re: Mageia Mobile

PostPosted: Jun 13th, '17, 07:50
by xboxboy
Your best talking to the guys who look after it.

https://www.mageia.org/en-gb/contribute/

or more specifically

https://wiki.mageia.org/en/Atelier_team

I'm sure any help is welcomed :)

Re: Mageia Mobile

PostPosted: Jun 13th, '17, 16:05
by mattkingusa
Hey thanks

Re: Mageia Mobile

PostPosted: Jun 13th, '17, 19:41
by doktor5000
For completeness, the source is accessible via git, and you can browse through the repositories at http://gitweb.mageia.org/ (scroll down to the Web section).

Re: Mageia Mobile

PostPosted: Jun 13th, '17, 19:50
by filip
mattkingusa wrote:Is the source for the mageia website available? The mobile page is kind of funky and I would like to contribute some code to make an attempt at fixing it. The design is superb, but on mobile the navigation is apparently a fixed width which makes it necessary to swipe left to view the full navigation. I know there are java options out there for making a drop down, but I was thinking of just changing the page code and css to set the links to the proper viewport on mobile with css @media etc.


Hi mattkingusa.

The code is here:
http://gitweb.mageia.org/web/www/

Welcome! Please join atelier mailing list. You can find us also on IRC. Links for those are on xboxboy wiki link.

Re: Mageia Mobile

PostPosted: Jun 13th, '17, 20:39
by leuhmanu
Hi mattkingusa,

I'm working on updating site to made it mobile compatible. My current work is on: https://mga.hiebel.eu/ (not yet on git)
It's based on bootstrap 4 (as the current libyui is obsolete)
I was always wondering with navigation bar, so I go this way.

Nav is ok, I still have to updates most of the pages. The download page is the priority, as its worst currently. And maybe found something more user friendly than current one.

I would be happy to share ideas or anything else :)

Edit: I added source at https://mga.hiebel.eu/pub/

Re: Mageia website for Mobile

PostPosted: Jun 24th, '17, 10:51
by leuhmanu
Website is almost finished: https://mga.hiebel.eu/

Please test on all possible browser and screen size
Report any issue you can see or suggestion. (here it's fine)

Thanks.

Re: Mageia website for Mobile

PostPosted: Jun 24th, '17, 22:52
by filip
leuhmanu wrote:Website is almost finished: https://mga.hiebel.eu/

Please test on all possible browser and screen size
Report any issue you can see or suggestion. (here it's fine)


Thanks leuhmanu. I'm impressed.