From 9cf1f87cf36acf3f60ad91bea207943f55e4e70a Mon Sep 17 00:00:00 2001 From: Rob Prouse Date: Tue, 15 Dec 2015 21:31:16 -0500 Subject: [PATCH] Switched to a consistent color theme --- _includes/header.html | 15 +++-- _sass/_bootstrap-variables.scss | 50 +++++++-------- contact.md | 40 ++++++------ css/main.scss | 57 +++++++++++++++-- download.html | 47 +++++++------- img/nunit.svg | 6 +- img/nunit_logo.svg | 84 ++++++++++++++++++++++++ img/nunit_logo_128.png | Bin 0 -> 9684 bytes index.html | 110 ++++++++++++++++++-------------- 9 files changed, 279 insertions(+), 130 deletions(-) create mode 100644 img/nunit_logo.svg create mode 100644 img/nunit_logo_128.png diff --git a/_includes/header.html b/_includes/header.html index 6b8abff..c5f69d1 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -7,15 +7,18 @@ - {{ site.title }} + + + diff --git a/_sass/_bootstrap-variables.scss b/_sass/_bootstrap-variables.scss index 64d5202..feb693b 100644 --- a/_sass/_bootstrap-variables.scss +++ b/_sass/_bootstrap-variables.scss @@ -16,11 +16,11 @@ $gray: lighten($gray-base, 33.5%); // #555 $gray-light: lighten($gray-base, 46.7%); // #777 $gray-lighter: lighten($gray-base, 93.5%); // #eee -$brand-primary: #005B0C; -$brand-success: #5cb85c; -$brand-info: #5bc0de; -$brand-warning: #f0ad4e; -$brand-danger: #d9534f; +$brand-primary: $color-primary-0; +$brand-success: $color-primary-1; +$brand-info: $color-secondary-1-1; +$brand-warning: $color-complement-1; +$brand-danger: $color-complement-2; //== Scaffolding @@ -33,33 +33,33 @@ $body-bg: #FFF; // $text-color: $gray-dark //** Global textual link color. -// $link-color: $brand-primary +$link-color: $color-complement-1; //** Link hover color set via `darken()` function. -// $link-hover-color: darken($link-color, 15%) +$link-hover-color: darken($link-color, 15%); //** Link hover decoration. -// $link-hover-decoration: underline +$link-hover-decoration: underline; //== Typography // //## Font, line-height, and color for body text, headings, and more. -// $font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif -// $font-family-serif: Georgia, "Times New Roman", Times, serif -//** Default monospace fonts for ``, ``, and `
`.
-// $font-family-monospace:   Menlo, Monaco, Consolas, "Courier New", monospace
-// $font-family-base:        $font-family-sans-serif
+$font-family-sans-serif:  "Helvetica Neue", Helvetica, Arial, sans-serif;
+$font-family-serif:       Georgia, "Times New Roman", Times, serif;
+// ** Default monospace fonts for ``, ``, and `
`.
+$font-family-monospace:   Menlo, Monaco, Consolas, "Courier New", monospace;
+$font-family-base:        $font-family-sans-serif;
 
-// $font-size-base:          14px
-// $font-size-large:         ceil(($font-size-base * 1.25)) // ~18px
-// $font-size-small:         ceil(($font-size-base * 0.85)) // ~12px
+$font-size-base:          14px;
+$font-size-large:         ceil(($font-size-base * 1.25)); // ~18px
+$font-size-small:         ceil(($font-size-base * 0.85)); // ~12px
 
-// $font-size-h1:            floor(($font-size-base * 2.6)) // ~36px
-// $font-size-h2:            floor(($font-size-base * 2.15)) // ~30px
-// $font-size-h3:            ceil(($font-size-base * 1.7)) // ~24px
-// $font-size-h4:            ceil(($font-size-base * 1.25)) // ~18px
-// $font-size-h5:            $font-size-base
-// $font-size-h6:            ceil(($font-size-base * 0.85)) // ~12px
+$font-size-h1:            floor(($font-size-base * 2.15)); // ~30px
+$font-size-h2:            floor(($font-size-base * 1.7)); // ~24px
+$font-size-h3:            ceil(($font-size-base * 1.25)); // ~18px
+$font-size-h4:            ceil(($font-size-base * 1.12)); // ~15px
+$font-size-h5:            $font-size-base;
+$font-size-h6:            ceil(($font-size-base * 0.85)); // ~12px
 
 //** Unit-less `line-height` for use in components like buttons.
 // $line-height-base:        1.428571429 // 20/14
@@ -397,15 +397,15 @@ $body-bg:               #FFF;
 //=== Inverted navbar
 // Reset inverted navbar basics
 $navbar-inverse-color:                      $gray-lighter;
-$navbar-inverse-bg:                         $brand-primary;
+$navbar-inverse-bg:                         $color-secondary-1-3;
 $navbar-inverse-border:                     darken($navbar-inverse-bg, 10%);
 
 // Inverted navbar links
 $navbar-inverse-link-color:                 $gray-lighter;
 $navbar-inverse-link-hover-color:           #fff;
-$navbar-inverse-link-hover-bg:              darken($navbar-inverse-bg, 5%);
+$navbar-inverse-link-hover-bg:              $color-secondary-1-0;
 $navbar-inverse-link-active-color:          $navbar-inverse-link-hover-color;
-$navbar-inverse-link-active-bg:             darken($navbar-inverse-bg, 10%);
+$navbar-inverse-link-active-bg:             $color-secondary-1-0;
 $navbar-inverse-link-disabled-color:        #444;
 $navbar-inverse-link-disabled-bg:           transparent;
 
diff --git a/contact.md b/contact.md
index 5c1a11a..fd850b7 100644
--- a/contact.md
+++ b/contact.md
@@ -4,34 +4,38 @@ title: Contact Us
 permalink: /contact/
 ---
 
-## For help using NUnit or general information...
+## For help using NUnit
 
-The [nunit-discuss](http://groups.google.com/group/nunit-discuss) mailing list is the best place to start. It is monitored regularly by the NUnit developers and other experienced users. Describe your problem clearly and be sure to indicate the version of NUnit you are using.
+The [nunit-discuss](http://groups.google.com/group/nunit-discuss) mailing list is the best place to start. It is monitored regularly 
+by the NUnit developers and other experienced users. Describe your problem clearly and be sure to indicate the version of NUnit you are using.
 
-Note: In order to reduce spam, we have set up the list to reject posts from non-subscribers. Subscribe to the list first, using the same email address from which you plan to post.
+**Note:** The list to reject posts from non-subscribers. Subscribe to the list first, using the same email address from which you plan to post.
 
-## To report a bug or request a new feature or enhancement...
+## Report a bug or Request a new feature
 
-For bugs, first make sure it really is a bug. Post on the mailing list if you aren't sure.
-
-Next check the relevant issue list on GitHub (see below) to see if someone else has already reported the same issue. If so, you can add more details as a comment.
-
-When submitting a new issue giving as much information as you can. For bugs, be sure to include the version of NUnit you are using together with information about the environment in which you are running. In particular, let us know if the problem relates to running with a third-party runner like TD.Net or Resharper. For new features, try to describe clearly what you want.
+Please note, **Many 3rd party test runners do not support NUnit 3 yet.** Before you report a bug against NUnit, run your tests in the console first.
+ 
+Bugs, enhancements and feature requests should be entered as issues in the appropriate GitHub repository listed below. Before submitting bugs or 
+issues, please consult our [contribution guidelines](https://github.com/nunit/nunit/blob/master/CONTRIBUTING.md).
 
 ### Issues on GitHub
 
 If you are not sure where to report a particular problem, please ask! If you aren't sure, don't worry... we can cross-reference it from the appropriate project.
 
-- **NUnit Framework, Console Runner and Engine:** http://github.com/nunit/nunit/issues
-- **NUnit 3 VS Adapter:** http://github.com/nunit/nunit3-vs-adapter/issues
-- **NUnit Xamarin Runner:** http://github.com/nunit/nunit.xamarin/issues
-- **NUnit Templates:** http://github.com/nunit/nunit.templates/issues
-- **Gui Runner:** http://github.com/nunit/nunit-gui/issues
-- **NUnit VS Adapter:** http://github.com/nunit/nunit-vs-adapter/issues
-- **NUnit Project Editor:** http://github.com/nunit/nunit-project-editor/issues
+- [NUnit Framework, Console Runner and Engine](http://github.com/nunit/nunit/issues)
+- [NUnit 3 VS Adapter](http://github.com/nunit/nunit3-vs-adapter/issues)
+- [NUnit Xamarin Runner](http://github.com/nunit/nunit.xamarin/issues)
+- [NUnit Templates](http://github.com/nunit/nunit.templates/issues)
+- [Gui Runner](http://github.com/nunit/nunit-gui/issues)
+- [NUnit VS Adapter](http://github.com/nunit/nunit-vs-adapter/issues)
+- [NUnit Project Editor](http://github.com/nunit/nunit-project-editor/issues)
 
 **Note:** Bugs are no longer accepted on the NUnit V2 and NUnitLite projects. NUnit V2 bugs should be filed against the most appropriate project above and we'll check to see the problem doesn't occur in NUnit 3.0. NUnitLite bugs should be filed against the NUnit Framework, noting that the bug was found in the nunitlite environment.
 
-## To discuss or contribute to NUnit development...
+## To discuss or contribute to NUnit development
 
-Start by joining the [nunit-developer list](http://groups.google.com/group/nunit-developer) and introducing yourself. This list is used for development discussions about NUnit. It's open to everyone and is the best place to discuss your ideas or to learn how to contribute to NUnit.
+Start by joining the [nunit-developer list](http://groups.google.com/group/nunit-developer) and introducing yourself. This list is for development discussions about NUnit. 
+It's open to everyone and is the best place to discuss your ideas or to learn how to contribute to NUnit.
+
+You can then read through our [contribution guidelines](https://github.com/nunit/nunit/blob/master/CONTRIBUTING.md) and our 
+[developer wiki](https://github.com/nunit/dev/wiki) for more information on getting involved.
diff --git a/css/main.scss b/css/main.scss
index 58d1e03..cfcce95 100644
--- a/css/main.scss
+++ b/css/main.scss
@@ -2,13 +2,32 @@
 # Only the main Sass file needs front matter (the dashes are enough)
 ---
 
-.content {
-  padding: 40px 15px;
-}
+// SASS Colors 
+
+$color-primary-0: #005B0B;	// Main Primary color */
+$color-primary-1: #289336;
+$color-primary-2: #11771E;
+$color-primary-3: #003E08;
+$color-primary-4: #002104;
+
+$color-secondary-1-0: #014147;	// Main Secondary color (1) */
+$color-secondary-1-1: #216C73;
+$color-secondary-1-2: #0F575D;
+$color-secondary-1-3: #002C30;
+$color-secondary-1-4: #00181A;
+
+$color-secondary-2-0: #466D00;	// Main Secondary color (2) */
+$color-secondary-2-1: #82B030;
+$color-secondary-2-2: #638E15;
+$color-secondary-2-3: #304A00;
+$color-secondary-2-4: #192700;
+
+$color-complement-0: #750600;	// Main Complement color */
+$color-complement-1: #BD3B34;
+$color-complement-2: #991D16;
+$color-complement-3: #500400;
+$color-complement-4: #2A0200;
 
-.jumbotron .container {
-    padding-top: 40px;
-}
 // Import partials from `sass_dir` (defaults to `_sass`)
 @import
         "bootstrap-compass",
@@ -16,3 +35,29 @@
         "bootstrap",
         "syntax-highlighting"
 ;
+
+.content {
+  padding: 40px 15px;
+}
+
+.jumbotron {
+    background-color: $color-primary-0;
+}
+
+.jumbotron .container {
+    padding-top: 40px;
+}
+
+.navbar-brand {
+    padding: 11px 15px 5px 15px;
+}
+
+div.navbar-brand {
+    width: 28px;
+    padding: 0;
+    margin: 0;
+}
+
+img:not(.png) {
+    width: 100%;
+}
\ No newline at end of file
diff --git a/download.html b/download.html
index 7077897..5f786c7 100644
--- a/download.html
+++ b/download.html
@@ -5,13 +5,12 @@ permalink: /download/
 ---
 
 
-
+
+

NUnit 3.0.1 - 1 Dec 2015

+ - - - - + @@ -31,16 +30,14 @@ permalink: /download/
NUnit 3.0.1December 1, 2015
winmsi NUnit.3.0.1.msi
NUnitCF-3.0.1.zip
-

Additional downloads for NUnit 3.0 can be found on the GitHub releases pages.

+

The latest releases of NUnit 3.0 can always be found on the GitHub releases pages.

-
+
+

NUnit 2.6.4 - 16 Dec 2014

- - - - + @@ -48,11 +45,11 @@ permalink: /download/ - + - + @@ -60,19 +57,21 @@ permalink: /download/ - +
NUnit 2.6.4December 16, 2014
winmsi NUnit-2.6.4.msi
NUnit-2.6.4.zip
win .net 1.1msi .Net 1.1 NUnit-2.6.4-net-1.1.msi
bin .net 1.1msi .Net 1.1 NUnit-2.6.4-net-1.1.zip
2.6.4.zip
docdocs NUnit-2.6.4-docs.zip
+ +
+

Download Types

+ +

The following types of downloads are provided:

+ +
    +
  • Windows installers (msi) are for use on Windows under Microsoft .NET or Mono.
  • +
  • Zipped binaries (bin) can be used on Windows or Linux and are intended for teams that prefer to add NUnit into their source code management system.
  • +
  • The latests source and binaries are always available on [GitHub](https://github.com/nunit/nunit). +
+
- -

Download Types

- -

The following types of downloads are provided:

- -
    -
  • Windows installer packages (marked win) are for use on Windows under Microsoft .NET or Mono.
  • -
  • Zipped source packages (src) are provided for those who plan to contribute to the NUnit project or to modify NUnit for their own use.
  • -
  • Zipped binary releases (bin) are suitable for use on either Windows or Linux and are also useful for teams that prefer to place NUnit into their source code management system.
  • -
\ No newline at end of file diff --git a/img/nunit.svg b/img/nunit.svg index 2906827..207cdbb 100644 --- a/img/nunit.svg +++ b/img/nunit.svg @@ -6,17 +6,17 @@ #circles, #ring, #letter_n { display: none; } - @media screen and (min-width: 16px) { + @media all and (min-width: 16px) { #letter_n { display: block; } } - @media screen and (min-width: 28px) { + @media all and (min-width: 28px) { #ring { display: block; } } - @media screen and (min-width: 32px) { + @media all and (min-width: 32px) { #circles { display: block; } diff --git a/img/nunit_logo.svg b/img/nunit_logo.svg new file mode 100644 index 0000000..9e4d10a --- /dev/null +++ b/img/nunit_logo.svg @@ -0,0 +1,84 @@ + + + + + NUnit Logo + + + + + + + + + + + + diff --git a/img/nunit_logo_128.png b/img/nunit_logo_128.png new file mode 100644 index 0000000000000000000000000000000000000000..af211ab54b2d213cf8b56b6b206f8162d5319d3d GIT binary patch literal 9684 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 literal 0 HcmV?d00001 diff --git a/index.html b/index.html index 40bdc94..e99bd09 100644 --- a/index.html +++ b/index.html @@ -4,60 +4,74 @@ layout: default
-

What Is NUnit?

- -

NUnit is a unit-testing framework for all .Net languages. Initially ported from JUnit, the current - production release, version 3.0, has been completely rewritten with many new features and support for a wide range of - .NET platforms.

- -

License

- -

NUnit is Open Source software and NUnit 3.0 is released under the MIT license. Earlier releases - used the NUnit license. Both of these licenses allow the use of NUnit in free and commercial applications - and libraries without restrictions.

- -

About Us

- -

NUnit 3.0 was created by Charlie Poole, Rob Prouse, Simone Busoli, Neil Colvin and numerous community contributors.

- -

Earlier versions of NUnit were developed by Charlie Poole, James W. Newkirk, Alexei A. Vorontsov, Michael C. Two and Philip - A. Craig.

- -

Donations

- -

-

- - - - - - - - - - -
-

- -

The NUnit team invests a great deal of time and effort to make NUnit a useful tool. In addition, we have expenses. We have - to purchase domain names, arrange for web site hosting and acquire equipment.

- -

Making a financial contribution is one way in which you can help us ensure that NUnit continues to develop and remains free - and open software. For more information or to view a list of donors, see our Donations page.

- +
+
+

What Is NUnit?

+ +

NUnit is a unit-testing framework for all .Net languages. Initially ported from JUnit, the current + production release, version 3.0, has been completely rewritten with many new features and support for a wide range of + .NET platforms.

+
+
+ +
+ +
+

License

+ +

NUnit is Open Source software and NUnit 3.0 is released under the MIT license. Earlier releases + used the NUnit license.

+ +

Both of these licenses allow the use of NUnit in free and commercial applications + and libraries without restrictions.

+
+ +
+

About Us

+ +

NUnit 3.0 was created by [Charlie Poole](http://www.charliepoole.org/), [Rob Prouse](http://www.alteridem.net/), [Simone Busoli](http://simoneb.github.io/), Neil Colvin and numerous community contributors.

+ +

Earlier versions of NUnit were developed by Charlie Poole, James Newkirk, Alexei Vorontsov, Michael Two and Philip Craig.

+
+ +
+

Donations

+ +

The NUnit team invests a great deal of time and effort to make NUnit a useful tool. In addition, we have expenses. We have + to purchase domain names, arrange for web site hosting and acquire equipment.

+ +

Financial contributions are one way you can help to ensure that NUnit continues to develop and remains free + and open software. For more information or to view a list of donors, see our Donations page.

+ +

+

+ + + + + + + + + + +
+

+ +
+
\ No newline at end of file