Skip to content

Commit

Permalink
Style updates
Browse files Browse the repository at this point in the history
Updating the style of our pages to match WindowsOnDevices.com
  • Loading branch information
Lou Amadio committed Jun 25, 2014
1 parent 19ce271 commit f4dce03
Show file tree
Hide file tree
Showing 7 changed files with 110 additions and 495 deletions.
77 changes: 38 additions & 39 deletions ContactUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,44 +15,43 @@ permalink: /ContactUs.htm
</div>
</div>

<div class="row">
<div class="col-md-4">
<h2>Reddit</h2>
<p>Microsoft monitors a Subreddit called ....</p>
<p>
<a class="btn btn-default" href="#" role="button">View details &raquo;</a>
</p>
<div class="container">
<div class="row">
<div class="col-md-4">
<h2>IRC</h2>
<p>
IRC more your speed? Chat with us on <br/>
chat.freenode.net<br/>
#windowsondevices.
</p>
<p>
<a class="btn btn-default" href="http://webchat.freenode.net/?channels=#windowsondevices" role="button">View details &raquo;</a>
</p>
</div>
<div class="col-md-4">
<h2>Reddit</h2>
<p>Microsoft monitors a Subreddit called /r/WindowsOnDevices</p>
<p>
<a class="btn btn-default" href="http://www.reddit.com/r/WindowsOnDevices/" role="button">View details &raquo;</a>
</p>
</div>
<div class="col-md-4">
<h2>Stack Overflow</h2>
<p>Our community monitors and answers questions on Stack Overflow tagged WindowsOnDevices.</p>
<p>
<a class="btn btn-default" href="http://stackoverflow.com/questions/tagged/windowsondevices" role="button">View details &raquo;</a>
</p>
</div>
</div>
<div class="col-md-4">
<h2>Stack Overflow</h2>
<p>Our community monitors and answers questions on Stack Overflow.</p>
<p>
<a class="btn btn-default" href="mailto:[email protected]" role="button">View details &raquo;</a>
</p>
<div class="row">
<div class="col-md-4">
</div>
<div class="col-md-4">
<h2>Twitter</h2>
<p>Like 140 character snipits? Our Twitter will keep you up to date.</p>
<p>
<a class="btn btn-default" href="mailto:[email protected]" role="button">View details &raquo;</a>
</p>
</div>
</div>
<div class="col-md-4">
<h2>Internal Galileo Discussion</h2>
<p>Connect directly with the team bringing up the Galileo.</p>
<p>
<a class="btn btn-default" href="mailto:[email protected]" role="button">View details &raquo;</a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<h2>IRC</h2>
<p>
IRC more your speed? Chat with us on <br/>chat.freenode.net<br/>#windowsondevices.
</p>
<p>
<a class="btn btn-default" href="mailto:[email protected]" role="button">View details &raquo;</a>
</p>
</div>
<div class="col-md-4">
<h2>Twitter</h2>
<p>Like 140 character snipits? Our Twitter will keep you up to date.</p>
<p>
<a class="btn btn-default" href="mailto:[email protected]" role="button">View details &raquo;</a>
</p>
</div>
</div>
</div>
21 changes: 10 additions & 11 deletions Contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,26 @@ permalink: /Contribute.htm

# Contribute
Thank you for your interest in contributing to Windows Developer Program for IoT for Intel Galileo.
## Checkout the repository

If you want to contribute to the development kit, read on!
The first time you'd like to commit a change to a repository, perform the following:

We're actively accepting work for the following areas:

* Getting Started Guide https://github.com/ms-iot/content.git
* Galileo SDK https://github.com/ms-iot/galileo-sdk.git
* [Getting Started Guide](https://github.com/ms-iot/content)
* [Galileo SDK](https://github.com/ms-iot/galileo-sdk)
* Tutorials
* Adding or removing pointers to Projects
* Adding or removing pointers to Library Ports
* Adding or removing pointers to Arduino Shield Ports


## Fork the repository
1. Familiarize yourself with git by reading through the [GitHub documentation](https://help.github.com/ "GitHub help")
1. Familiarize yourself with the GitHub app for Windows via the [GitHub app documentation](https://help.github.com/categories/58/articles)
1. Create a GitHub account by starting at [GitHub home](https://github.com/)
1. Now that you have an account, you need to install the [GitHub app](https://windows.github.com/) on your computer.
1. Goto [GitHub home](https://github.com/) and navigate to the repository you'd like to contribute to, click *Fork*
1. Go to [GitHub home](https://github.com/) and navigate to the repository you'd like to contribute to, click *Fork*
![Fork](images/GitHubFork.png)

1. On GitHub, Navigate to your account's fork of the repository
1. On the right hand side of the repository, you'll see 'Clone in Desktop'
![Clone](images/GitHubClone.png)

Expand All @@ -36,7 +35,7 @@ ___
If you are editing a fork of ms-iot/content, please submit pull request off of gh_pages.
If you are editing a fork of ms-iot/galileo-sdk, please submit pull request off of develop.

1. Make your edits, build and test. Use the repository's readme for specific editing requirements, build instructions, and testing method.
1. Make your edits, build and test. Use the repository's readme for any specific editing requirements, build instructions, and testing methods.
1. Add your edits via the GitHub app
![Commit](images/GitHubCommit.png)

Expand All @@ -47,7 +46,7 @@ If you are editing a fork of ms-iot/galileo-sdk, please submit pull request off
1. Goto [GitHub](GitHub.com) and navigate to your fork
1. Click the *Pull Request* at the top of the page
![Pull](images/GitHubPullRequest.png)
1. Give your pull request a title and describe the change to be made, including the task or issue number.
1. Give your pull request a title and describe the change to be made. Include a task or issue number if appropriate.
1. Submit your pull request

___
Expand Down Expand Up @@ -108,14 +107,14 @@ Your updates will be there.
* While you can change your local headers, they will get nuked when reinstalling the nuget package.
* Don’t check in your packages...
* Don’t check in binaries
* You do not need to bump the version when you commit – we’ll bump at release. This requires a change to EVERY project. Nuget doesn’t have wildcards as far as I can tell.

___

#Best Practices

##Do not check in binaries
Git is not a good binary store. Once a binary is added to the repository, it will be there forever unless extraordinary actions are taken.
Once a binary is added to the repository, it will be there forever.

Please do not add binaries to Git including:
* The output from a build (debug/release)
* SDF file (code database)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Please refer to our [contribution page](http://ms-iot.github.io/content/Contribute.htm) for general guidelines on how to contribute.

#Contributing to documentation
### Set up Jekyll on Windows
### Setting up Jekyll on Windows
1. Install [Ruby](http://rubyinstaller.org/downloads/) and add it to your system path environment variable
1. Install [Ruby DevKit](http://rubyinstaller.org/downloads/), extract into a permanent folder, and add it to your system path environment variable
1. Install [Python 2.7.7](https://www.python.org/downloads/) or above
Expand Down
3 changes: 2 additions & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
<!-- Custom CSS -->
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet"/>
<link href="css/bootstrap.css" rel="stylesheet"/>
<link href="css/walkthrough.css" rel="stylesheet"/>
<link href="css/pygments.css" rel="stylesheet"/>
<link href="css/main.css" rel="stylesheet"/>

</head>
30 changes: 15 additions & 15 deletions _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="index.htm">Windows Developer Program for IoT</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li>
<a href="SampleApps.htm">Writing Apps</a>
</li>
<li>
<a href="TroubleShooting.htm">Troubleshooting</a>
</li>
<li>
<a href="ContactUs.htm">Contact Us</a>
</li>
</ul>
</div>
<a class="navbar-brand" href="index.htm">{{ site.title }}</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li>
<a href="SampleApps.htm">Writing Apps</a>
</li>
<li>
<a href="TroubleShooting.htm">Troubleshooting</a>
</li>
<li>
<a href="ContactUs.htm">Contact Us</a>
</li>
</ul>
</div>
</div>
</div>
Loading

0 comments on commit f4dce03

Please sign in to comment.