braziljs / conf-boilerplate

The easiest way to create websites for conference/events
http://braziljs.github.io/conf-boilerplate
454 stars 338 forks source link

Plus #1

Closed zenorocha closed 11 years ago

zenorocha commented 11 years ago

We're not going to implement everything on a single template, so let's list some ideas that are necessary too.

zenorocha commented 11 years ago
zenorocha commented 11 years ago
zenorocha commented 11 years ago
zenorocha commented 11 years ago

Just pushed v2.1 Contact form it's not going to be a plus anymore.

irae commented 11 years ago

Responsive is a must!

Every conf has attendants and some attendants use smartphones on the day of the event to check back things like the conf address and schedule...

zenorocha commented 11 years ago

Heard that @bernarddeluna? I agree with you @irae

bernarddeluna commented 11 years ago

Indeed!

lucasmazza commented 11 years ago

IMHO it should be lightning fast (so go soft on @font-faces and other fancy things) and responsive. I18n seems to me more of a burden than a feature, since it's way more content do deal with, and not every conf out there needs a pt-BR and en-US version.

heldr commented 11 years ago

Maybe a single GMaps widget.

zenorocha commented 11 years ago

It already has, @heldr. Check this mockup.

bernarddeluna commented 11 years ago

Ok.. I'm thinking to do this:

irae commented 11 years ago

About the Gmaps widget, I'd rather go with only an image, linking to the google maps in a new tap. It's easier on server, on bandwidth and smartphones batery life. It's also easier to setup and get it right.

On font face and fancy effects, if we had two separate CSS files (i.e. basic.css + fancy.css), anyone trying to customize the look and feel could easily ditch the enhanced file and start from a solid basic theme. This may not be the initial focus, but it would be great for easy customization down the road.

zenorocha commented 11 years ago

But how can we create an automated way to generate this preview image of GMaps? I think it's going to be complicated.

keppelen commented 11 years ago

Fizemos isso go Gmaps no Frontinbh, passamos tudo por paramentros, podemos usar ele, ele embeda o iframe na pagina com a localização e icone do evento. E concordo com @irae sobre ser somente uma imagem ou iframe, melhor forma de visualizar isso no mobile.

bernarddeluna commented 11 years ago

Yes Gio! Perfect! Let's do this!

irae, I'm thinking to create just 2 modules, style and structure, therefore font-face and other effects will be inserted inside media queries in one of these files.

keppelen commented 11 years ago

Legal, sobre Gmaps, fizemos dessa forma e esta pronto. Se alguém tiver mais ideias para implementar será bem vinda, mas para o projeto default acho que esta perfeito, até mesmo porque se complicarmos de mais o projeto com tanta coisa, acaba ficando engessado e galera vai preferir fazer o deles do zero.

zenorocha commented 11 years ago

@irae you asked for responsive design, now it's done :)

https://github.com/braziljs/conf-boilerplate/issues/23