Skip to content
This repository has been archived by the owner on Feb 26, 2019. It is now read-only.
/ msrd.io Public archive

ARCHIVED. Source files for the Microsoft Regional Director web site

Notifications You must be signed in to change notification settings

msrd/msrd.io

Repository files navigation

ARCHIVED Feb 2019 The new Microsoft Regional Directors site is https://rd.microsoft.com

msrd.io

The web site for the Microsoft Regional Directors (MS RD), a global community of independent Microsoft ambasadors.

The Microsoft Regional Directors program is an elite group of 130 technology professionals recognized worldwide by Microsoft for their leadership, presentation skills, and knowledge of emerging technologies, technology strategy and business.

Build Status

Prototype Branch

Latest deploy of the Prototype branch: http://msrdstatic1.azurewebsites.net/

This is the working branch for the first full release of the RD web site. It includes these features:

  • an interactive map of the RDs
  • a full, searchable list of RDs
  • news articles
  • logo details

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

Getting Started

  • npm install
  • npm install -g bower <-- Installs the Bower client side package manager
  • bower install <-- Brings in local copies of needed dependencies (ex: jquery)
  • grunt <-- Builds/Compiles/MagicStuff and launches browser to test site

How-to: Update the list of RDs

Fork the project from this repository and create a new branch for your changes. Make changes in your new branch and then send a pull request to this repository.

Important: Update only the rdlist.yaml file. Don't touch rdlist.json as it is generated automatically.

Stretch goals for the site