Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scottstanfield/msrd.io

Regional Directories website
https://github.com/scottstanfield/msrd.io

Last synced: 20 days ago
JSON representation

Regional Directories website

Awesome Lists containing this project

README

        

msrd.io
=======
The web site for the Microsoft Regional Directors, a global community of
independent Microsoft ambasadors.

Technical details about the RD site
-----------------------------------
- HTML5 and CSS3, naturally
- Hosted on Azure as part of their preview "web site"
- Node.js and Express for minimal routing and layout engine
- Content marked up as Jade (HTML), Stylus (CSS) and Markdown (text)
- No client-side Javascript (yet)
- Git for source control; change sets pushed to Azure via `git push`
- Source will be on [github](http://github.com)

Getting Started
---------------
% npm install
% npm install -g supervisor
% ./autostart

Now open http://localhost:3000 to view

Stretch goals for the site
--------------------------

- [Clean typography][1]
- [Semantic markup][2]
- [Grid-based layouts][3]
- [Mobile-first adaptive design][4]
- [Design ∩ Engineering][5]
- [EMs over Pixels][6]
- [Engineered HTTP for speed][7]
- And source control as CMS (Markdown and Github)

[1]: http://webtypography.net
[2]: http://html5doctor.com/lets-talk-about-semantics/
[3]: http://typophile.com/files/How%20you%20make%20a%20grid.pdf
[4]: http://www.codeschool.com/courses/journey-into-mobile
[5]: http://www.smashingmagazine.com/2010/02/09/applying-mathematics-to-web-design/
[6]: http://blog.cloudfour.com/the-ems-have-it-proportional-media-queries-ftw/
[7]: http://developer.yahoo.com/performance/rules.html