-
Notifications
You must be signed in to change notification settings - Fork 15
Displaying List of Evangelists #25
Comments
Why not use gravatar for display pic? |
GitHub profile pic as @sudheesh001 suggested is the Gravatar itself, so it makes more sense to go for Gravatar. |
Now that the src problem is solved, what about the way we implement this ? JSON / Hardcode the list ? |
I'd suggest JSON! Seems like that would be the best way forward. :) On Wed, Apr 9, 2014 at 3:24 PM, Sudheesh Singanamalla <
Homepage: http://sayak.in |
I agree with JSON, it's scalable. |
Can someone give me a generalized JSON structure we'd be using. ? |
Hm, how about this?
Any other fields we should add? |
I would suggest type not to be an array, but a set of boolean values. So something like:
This would allow us to have fixed set of fields, otherwise everybody will put up their own terms and will be difficult to track. |
Works with me. Enum away! |
👍 |
Is it just me, or the HTML features "Nested DOM as a Service" [NDaaS]? 👊 |
Basic design
Obviously open to UX revamp (especially on heading)
@MozillaIndia/members Shall we generalize a JSON file from which we can take the information and place them into the required locations according to the HTML template below. ? Or should we hard code the list of evangelists ?
Info required.
Name:
GitHub/Gravatar profile image src :
Evangelism section :
Future plan
Link to the evangelists iCal, Calendars
Implement a button for the event owner to request for speaker he/she wants.
Once decided on the speaker, display the speakers names across the event name on
index
page somewhere at the bottom right region of each<section>
The text was updated successfully, but these errors were encountered: