-
Notifications
You must be signed in to change notification settings - Fork 130
Design Pass #14
Comments
Do what http://d3js.org/ does on their front page, but instead of examples just fill all the hexes with all the logo ideas people have submitted. |
I am designing a landing page :) I will create a PR when I finished. |
I like the new index design in #16 , but I do have a couple reservations with it.
|
Re: 2 / Tech used I want nothing to do with angular. Besides, we shouldn't need anything that heavy. If we do, React + Flux is far more favorable, imo. Browserify is a good idea, I have a very good existing gulp+browserify pipeline I can use for this. For CSS I would be in favor of using the reset I have commented out in the file as of now, though resetting the font is something I need to investigate on mobile more. SCSS, LESS, Myth, and Stylus are options for css pre-processing. I prefer the latter by convenience. |
I have a terrible urge to take #17 (comment) and turn it into an old-school crt-esq design haha |
It's not a long-term design, but it looks better than the present one. We should first choose a logo, and then I can do more design based on the logo design. |
@laosb, that's the main issue here, the TC has all but washed their hands of the logo until the release, and then only enough for the install logo, and the way most conversations are going on the logo thread make it seem like the community won't pick any one in particular, but allow all. Without any determined roadmap on branding or logo design, we need to come up with a longer term solution here that will work no matter what the final say on the logo is, which, while difficult to do without a set color pallet, is not impossible. IMO, we should pull together a number of screenshots of ideas here, see which one would be easiest to implement/ has the most lasting value, and run with it. @Fishrock123, No Angular then. I figured as much since it has an enormous learning curve. I'm not terribly familiar with React or Flux, but from what I understand their learning curve is pretty high themselves. I'm ok with a Browserify+jQuery stack (or some other jQuery clone), while trying to adhere more or less to Node production standards. It seems to me like that would be the easiest for someone with little front-end experience to work with. For CSS, we will want to decide on fonting and resets, I normally grab something from google fonts since they are numerous and available. Pre-processing, I am most familiar with LESS, SCSS, Stylus, then Myth, in that order. I've actually never worked with Myth. Something for me to look into. I would swing for LESS or Stylus as our choice, since SCSS requires ruby binaries and I prefer playing inside the Node playground whenever possible. |
@therebelrobot LESS+1. To improve the user experience of China users, I don't think it's a good idea to use Google fonts, since they can't be loaded in China. The same to other Google services. |
@laosb fair point. We'll want to avoid cdn's for that reason too then. I can, however, still manually download a Google font and make sure it's converted properly for relative inclusion. Super easy to do. We just need to pick one whose license is open, which I think all of Google's are, but I may be wrong. |
Just found a cool tool trending that does exactly what I described above: google-webfonts-helper |
Though to be fair, most fonts we choose would be mostly latin characters; we'd want to find a desirable font for various language glyphs: chinese, japanese, korean, arabic, hebrew, russian, etc. No one font is going to cover all glyphs gracefully, so we need to make sure we have sufficient backups if needed. Which brings in the entire issue of internationalization in the first place. We would need to make sure the design allows for RTL and LTR word placement, as well as how to handle the loading of internationalized fonts, which could add a bit of load time to the site if we didn't do it properly. I worked on the front end for an internationalized product for Estee Lauder a while back, and I have a few ideas on how to approach it, but i18n definitely needs to be taken into account for this design pass. |
A possible option for i18n: https://github.com/wikimedia/jquery.i18n |
It's not a good idea to use web fonts with Chinese since a Chinese font file would cost a lot of time to load, even on a foreign website for China users. :( There's a great css font-family for the mixture of Chinese and English, since not every word in technologic English can be translated to Chinese: BTW: I can be a translator to translate the site to Chinese. |
That's kinda what I'm looking for, a good mixture of font families that will adequately handle most languages, falling back where necessary. Chinese is needed, Korean, Russian, possibly Arabic, Japanese, etc. Not all of the files need to be an included font, they could just be a good web-safe font or list of local fonts, but they definitely need to be handled. The switching of the fonts based on language will need to be addressed, as will the copy itself, which most likely will need to be put into json files for easy access. |
Hi! First thought: it might be interesting to throw those logo designers in the #megathread a chance to mock up a homepage design. I'll admit I'd be stuck to know where to start without a sense of the project's colours, logo (and the inherit themes inspired by it.), etc. Regarding debating React/jQuery/angular/CSS... I think it is important not to over front-end engineer the site in these early stages. I'd almost opt for a (clean, useful, pretty, functional) design that covers the small amount of initial content the project will have and the stuff that might reasonably come in soon after. Really, what JavaScript might the project need for now? Other than some stuff that might happen fairly close to the DOM -- like a class toggle. React, etc. would be overkill at this stage and in the end might only serve a role with interactive documentation/demos, or something (not necessarily the home page.) A basic CSS framework is probably a smart choice to start out, especially if there's a desire to stick to a grid system and get some responsiveness "for free." Re: i18n, keep in mind SEO considerations. No French-speaking user is going to find the French-translated site if it is all translated/served post-load. It is probably better to use whatever tool is statically generating the site** to just output language variations of the site in to subfolders or something. http://iojs.org/en/contributing.html vs http://iojs.org/fr/contributing.html ** |
I like the idea of throwing to the wolves over in the megathread. We're bound to get some good designs out of that. If we do static gen'd sites for different languages, we could probably forgo most of the front-end js right now. I still like going with LESS for css compiling, but we'd need to make sure we are storing both the source and compiled if it's just going to be statically pushed over to digitalocean. |
Re: i18n: I know that mozilla knows a lot about this, we should maybe take cues from their projects. Re: Javascript: I don't really like jQuery as I think it encourages a way of doing things I don't find favorable. My suggestion is build what we need via Browserify. I also have a great gulp+browserify setup if need be. cc @mikeal on all this |
Following expressjs.com's lead may also be reasonable; the site build pages from markdown files, which could be useful rather than writing html everywhere |
@Fishrock123 a few hours before your comment I opened #22 to address using a build process. I 100% agree something like that will soon be needed. (And it'll help with i18n output as well.) |
exchange io.js version by template variables
So we need to pull together a navigation design for the iojs.org site, make sure that we can add additional links and pages as needed in the future without it looking like a potato.
Anyone with shiny design experience want to take a crack at it?
I guess we could go with a free bootstrap theme or something, though I don't know how you all feel about libraries and whatnot.
I guess we need to decide a few things:
The text was updated successfully, but these errors were encountered: