Switched to a consistent color theme

This commit is contained in:
Rob Prouse 2015-12-15 21:31:16 -05:00
Родитель ad4ecd7cd3
Коммит 9cf1f87cf3
9 изменённых файлов: 279 добавлений и 130 удалений

Просмотреть файл

@ -7,15 +7,18 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">{{ site.title }}</a>
<a class="navbar-brand" href="/">
<div class="navbar-brand">
<img src="/img/nunit.svg" />
</div>
</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/">Home</a></li>
<li><a href="/download/">Download</a></li>
<li><a href="/news/">News</a></li>
<li><a href="https://github.com/nunit/nunit/wiki">Documentation</a></li>
<li><a href="/contact/">Contact</a></li>
<li><a href="/news/">News</a></li>
<li><a href="/download/">Download</a></li>
<li><a href="https://github.com/nunit/nunit/wiki">Documentation</a></li>
<li><a href="/contact/">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>

Просмотреть файл

@ -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 `<code>`, `<kbd>`, and `<pre>`.
// $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 `<code>`, `<kbd>`, and `<pre>`.
$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;

Просмотреть файл

@ -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.

Просмотреть файл

@ -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%;
}

Просмотреть файл

@ -5,13 +5,12 @@ permalink: /download/
---
<div class="row">
<div class="col-sm-6">
<div class="col-sm-4">
<h3>NUnit 3.0.1 - <em>1 Dec 2015</em></h3>
<table class="table table-condensed">
<tr>
<th>NUnit 3.0.1</th><th>December 1, 2015</th>
</tr>
<tr>
<td>win</td>
<td>msi</td>
<td><a href="https://github.com/nunit/nunit/releases/download/3.0.1/NUnit.3.0.1.msi">NUnit.3.0.1.msi</a></td>
</tr>
<tr>
@ -31,16 +30,14 @@ permalink: /download/
<td><a href="https://github.com/nunit/nunit/releases/download/3.0.1/NUnitCF-3.0.1.zip">NUnitCF-3.0.1.zip</a></td>
</tr>
</table>
<p>Additional downloads for NUnit 3.0 can be found on the <a href="https://github.com/nunit/nunit/releases">GitHub releases pages</a>.</p>
<p>The latest releases of NUnit 3.0 can always be found on the <a href="https://github.com/nunit/nunit/releases">GitHub releases pages</a>.</p>
</div>
<div class="col-sm-6">
<div class="col-sm-4">
<h3>NUnit 2.6.4 - <em>16 Dec 2014</em></h3>
<table class="table table-condensed">
<tr>
<th>NUnit 2.6.4</th><th>December 16, 2014</th>
</tr>
<tr>
<td>win</td>
<td>msi</td>
<td><a href="http://github.com/nunit/nunitv2/releases/download/2.6.4/NUnit-2.6.4.msi">NUnit-2.6.4.msi</a></td>
</tr>
<tr>
@ -48,11 +45,11 @@ permalink: /download/
<td><a href="http://github.com/nunit/nunitv2/releases/download/2.6.4/NUnit-2.6.4.zip">NUnit-2.6.4.zip</a></td>
</tr>
<tr>
<td>win .net 1.1</td>
<td>msi .Net 1.1</td>
<td><a href="http://github.com/nunit/nunitv2/releases/download/2.6.4/NUnit-2.6.4-net-1.1.msi">NUnit-2.6.4-net-1.1.msi</a></td>
</tr>
<tr>
<td>bin .net 1.1</td>
<td>msi .Net 1.1</td>
<td><a href="http://github.com/nunit/nunitv2/releases/download/2.6.4/NUnit-2.6.4-net-1.1.zip">NUnit-2.6.4-net-1.1.zip</a></td>
</tr>
<tr>
@ -60,19 +57,21 @@ permalink: /download/
<td><a href="https://github.com/nunit/nunitv2/archive/2.6.4.zip">2.6.4.zip</a><!--<a href="http://github.com/nunit/nunitv2/releases/download/2.6.4/NUnit-2.6.4-src.zip">NUnit-2.6.4-src.zip</a>(currently unavailable)--></td>
</tr>
<tr>
<td>doc</td>
<td>docs</td>
<td><a href="http://github.com/nunit/nunitv2/releases/download/2.6.4/NUnit-2.6.4-docs.zip">NUnit-2.6.4-docs.zip</a></td>
</tr>
</table>
</div>
<div class="col-sm-4">
<h3>Download Types</h3>
<p>The following types of downloads are provided:</p>
<ul>
<li>Windows installers (msi) are for use on Windows under Microsoft .NET or Mono.</li>
<li>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.</li>
<li>The latests source and binaries are always available on [GitHub](https://github.com/nunit/nunit).
</ul>
</div>
</div>
<h3>Download Types</h3>
<p>The following types of downloads are provided:</p>
<ul>
<li>Windows installer packages (marked win) are for use on Windows under Microsoft .NET or Mono.</li>
<li>Zipped source packages (src) are provided for those who plan to contribute to the NUnit project or to modify NUnit for their own use.</li>
<li>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.</li>
</ul>

Просмотреть файл

@ -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;
}

До

Ширина:  |  Высота:  |  Размер: 1.8 KiB

После

Ширина:  |  Высота:  |  Размер: 1.8 KiB

84
img/nunit_logo.svg Normal file
Просмотреть файл

@ -0,0 +1,84 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="100%"
height="100%"
viewBox="0 0 2450 1000"
id="svg2"
version="1.1">
<title
id="title">NUnit Logo</title>
<rect
style="fill:#005b0c;fill-opacity:1;stroke:none;stroke-width:50;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect4144"
width="2450"
height="1000"
x="0"
y="0" />
<circle
style="fill:#005b0c"
id="green_circle"
cx="500"
cy="500"
inkscape:label="#green_circle"
r="480" />
<circle
style="fill:none;stroke:#ffffff;stroke-width:50;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="ring"
cx="500"
cy="500"
r="385" />
<path
inkscape:connector-curvature="0"
id="letter_n"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Arial Rounded MT Bold';-inkscape-font-specification:'Arial Rounded MT Bold, ';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 417.47137,355.35112 0,11.81538 q 25.77901,-34.01398 56.21257,-49.76782 30.7916,-16.11188 70.53424,-16.11188 38.66852,0 69.10208,16.82796 30.43356,16.82797 45.47132,47.61957 9.66713,17.90209 12.53146,38.66852 2.86434,20.76643 2.86434,52.99019 l 0,181.88527 q 0,29.35943 -13.60559,44.39719 -13.24755,15.03775 -34.73006,15.03775 -21.84056,0 -35.44615,-15.3958 -13.60559,-15.3958 -13.60559,-44.03914 l 0,-162.90905 q 0,-48.33565 -13.60559,-73.75662 -13.24755,-25.77901 -53.34823,-25.77901 -26.13706,0 -47.61957,15.75384 -21.48251,15.3958 -31.50768,42.60698 -7.16084,21.84055 -7.16084,81.63354 l 0,122.45032 q 0,29.71747 -13.96363,44.75523 -13.60559,14.67971 -35.44615,14.67971 -21.12447,0 -34.73006,-15.3958 -13.60559,-15.3958 -13.60559,-44.03914 l 0,-282.49503 q 0,-27.92726 12.17343,-41.53285 12.17342,-13.96363 33.29789,-13.96363 12.88951,0 23.27272,6.08671 10.38321,6.08671 16.46992,18.26013 6.44476,12.17343 6.44476,29.71748 z" />
<path
d="m 1255.0824,643.28132 0,-12.59816 q -17.6374,22.31674 -37.0746,37.43453 -19.4371,15.11779 -42.4738,22.31674 -23.0366,7.5589 -52.5523,7.5589 -35.6348,0 -64.0707,-14.75785 -28.0759,-14.75784 -43.5536,-40.67406 -18.35731,-31.31542 -18.35731,-89.98686 l 0,-194.73156 q 0,-29.51569 13.31801,-43.91359 13.3181,-14.75785 35.2749,-14.75785 22.3167,0 35.9947,14.75785 13.678,14.75784 13.678,43.91359 l 0,157.29703 q 0,34.19501 5.7592,57.59159 5.7592,23.03664 20.517,36.35469 15.1178,12.95811 40.6741,12.95811 24.8363,0 46.7931,-14.75785 21.9568,-14.75784 32.0354,-38.51437 8.2787,-20.87695 8.2787,-91.42665 l 0,-119.50255 q 0,-29.15575 13.678,-43.91359 13.678,-14.75785 35.6348,-14.75785 21.9568,0 35.2749,14.75785 13.318,14.3979 13.318,43.91359 l 0,284.71842 q 0,28.0759 -12.9581,42.11385 -12.5981,14.03795 -32.7552,14.03795 -20.157,0 -33.4751,-14.39789 -12.9581,-14.75785 -12.9581,-41.03401 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Arial Rounded MT Bold';-inkscape-font-specification:'Arial Rounded MT Bold, ';text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1"
id="path4146" />
<path
d="m 1534.0417,353.52363 0,11.87826 q 25.9162,-34.195 56.5117,-50.03269 30.9555,-16.19764 70.9097,-16.19764 38.8743,0 69.4698,16.91753 30.5956,16.91753 45.7134,47.87301 9.7185,17.99737 12.5981,38.87433 2.8796,20.87695 2.8796,53.27222 l 0,182.8533 q 0,29.51569 -13.678,44.63348 -13.3181,15.11779 -34.9149,15.11779 -21.9568,0 -35.6348,-15.47774 -13.678,-15.47774 -13.678,-44.27353 l 0,-163.77609 q 0,-48.5929 -13.678,-74.14917 -13.3181,-25.91622 -53.6322,-25.91622 -26.2761,0 -47.873,15.83769 -21.5968,15.47774 -31.6754,42.83375 -7.1989,21.95679 -7.1989,82.06801 l 0,123.10203 q 0,29.87564 -14.038,44.99343 -13.678,14.75784 -35.6348,14.75784 -21.2369,0 -34.9149,-15.47774 -13.678,-15.47774 -13.678,-44.27353 l 0,-283.99853 q 0,-28.0759 12.2382,-41.75391 12.2383,-14.03795 33.4752,-14.03795 12.9581,0 23.3965,6.11911 10.4385,6.11911 16.5576,18.35732 6.4791,12.23821 6.4791,29.87564 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Arial Rounded MT Bold';-inkscape-font-specification:'Arial Rounded MT Bold, ';text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1"
id="path4148" />
<path
d="m 1987.9354,354.96342 0,283.99853 q 0,29.51569 -14.0379,44.63348 -14.038,15.11779 -35.6348,15.11779 -21.5969,0 -35.2749,-15.47774 -13.318,-15.47774 -13.318,-44.27353 l 0,-281.11895 q 0,-29.15575 13.318,-43.91359 13.678,-14.75785 35.2749,-14.75785 21.5968,0 35.6348,14.75785 14.0379,14.75784 14.0379,41.03401 z m -48.5929,-101.50518 q -20.517,0 -35.2748,-12.59816 -14.3979,-12.59816 -14.3979,-35.6348 0,-20.87695 14.7578,-34.19501 15.1178,-13.678 34.9149,-13.678 19.0772,0 33.8351,12.23821 14.7578,12.23822 14.7578,35.6348 0,22.67669 -14.3979,35.6348 -14.3979,12.59816 -34.195,12.59816 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Arial Rounded MT Bold';-inkscape-font-specification:'Arial Rounded MT Bold, ';text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1"
id="path4150" />
<path
d="m 2095.1998,307.8103 10.7984,0 0,-59.03138 q 0,-23.75653 1.0798,-37.07459 1.4398,-13.678 7.199,-23.39658 5.7591,-10.07853 16.5576,-16.19763 10.7984,-6.47906 24.1165,-6.47906 18.7172,0 33.835,14.03795 10.0785,9.35864 12.5982,23.03664 2.8795,13.31805 2.8795,38.15443 l 0,66.95022 35.9948,0 q 20.8769,0 31.6754,10.07853 11.1583,9.71858 11.1583,25.19632 0,19.79711 -15.8376,27.71595 -15.4778,7.91885 -44.6335,7.91885 l -18.3574,0 0,180.69361 q 0,23.03664 1.4398,35.6348 1.7998,12.23821 8.6388,20.15706 7.1989,7.55889 23.0366,7.55889 8.6388,0 23.3966,-2.87958 14.7578,-3.23952 23.0366,-3.23952 11.8783,0 21.2369,9.71858 9.7186,9.35863 9.7186,23.39658 0,23.75653 -25.9162,36.35469 -25.9162,12.59816 -74.5091,12.59816 -46.0733,0 -69.8298,-15.47774 -23.7566,-15.47774 -31.3155,-42.83374 -7.1989,-27.35601 -7.1989,-73.06933 l 0,-188.61246 -12.9581,0 q -21.2369,0 -32.3953,-10.07853 -11.1584,-10.07853 -11.1584,-25.55627 0,-15.47774 11.5184,-25.19632 11.8782,-10.07853 34.195,-10.07853 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Arial Rounded MT Bold';-inkscape-font-specification:'Arial Rounded MT Bold, ';text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1"
id="path4152" />
<circle
style="fill:#ffffff;stroke:none;stroke-width:50;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="top_circle"
cx="500"
cy="118.743"
r="60" />
<circle
r="60"
cy="-1064.2698"
cx="183.0127"
id="right_circle"
style="fill:#ffffff;stroke:none;stroke-width:50;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:transform-center-x="-330.17829"
inkscape:transform-center-y="190.6285"
transform="matrix(-0.5,0.8660254,-0.8660254,-0.5,0,0)" />
<circle
style="fill:#ffffff;stroke:none;stroke-width:50;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="left_circle"
cx="-683.01276"
cy="-198.24432"
r="60"
inkscape:transform-center-x="330.17826"
inkscape:transform-center-y="190.62853"
transform="matrix(-0.5,-0.8660254,0.8660254,-0.5,0,0)" />
</svg>

После

Ширина:  |  Высота:  |  Размер: 7.9 KiB

Двоичные данные
img/nunit_logo_128.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 9.5 KiB

Просмотреть файл

@ -4,60 +4,74 @@ layout: default
<div class="jumbotron hidden-xs">
<div class="container">
<div class="row">
<div class="col-sm-4">
<object data="/img/nunit_logo.svg" type="image/svg+xml" height="128">
<img src="/img/nunit_logo_128.png" />
</object>
</div>
<div class="col-sm-6"></div>
<div class="col-sm-2">
<a class="btn btn-danger btn-lg" href="/download/" role="button">Download »</a>
</div>
<div class="col-sm-8"></div>
<div class="col-sm-2">
<object data="/img/nunit.svg" type="image/svg+xml" width="128" height="128">
<img src="/img/nunit_128.png" />
</object>
</div>
</div>
</div>
</div>
<div class="container">
<h2>What Is NUnit?</h2>
<p>NUnit is a unit-testing framework for all .Net languages. Initially ported from <a href="http://www.junit.org/">JUnit</a>, the current
production release, version 3.0, has been completely rewritten with many new features and support for a wide range of
.NET platforms.</p>
<h2>License</h2>
<p>NUnit is Open Source software and NUnit 3.0 is released under the <a href="/nuget/nunit3-license.txt">MIT license</a>. Earlier releases
used the <a href="/nuget/license.html">NUnit license</a>. Both of these licenses allow the use of NUnit in free and commercial applications
and libraries without restrictions.</p>
<h2>About Us</h2>
<p>NUnit 3.0 was created by Charlie Poole, Rob Prouse, Simone Busoli, Neil Colvin and numerous community contributors.</p>
<p>Earlier versions of NUnit were developed by Charlie Poole, James W. Newkirk, Alexei A. Vorontsov, Michael C. Two and Philip
A. Craig.</p>
<h2>Donations</h2>
<p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="charlie@nunit.com">
<input type="hidden" name="item_name" value="Donation in support of the NUnit project">
<input type="hidden" name="no_shipping" value="0">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="tax" value="0">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="bn" value="PP-DonationsBF">
<input type="submit" name="submit" class="btn btn-success" value="Donate" alt="Donate through PayPal">
</form>
</p>
<p>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.</p>
<p>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 <a href="/donations/">Donations</a> page.</p>
<div class="row">
<div class="col-sm-12">
<h2>What Is NUnit?</h2>
<p>NUnit is a unit-testing framework for all .Net languages. Initially ported from <a href="http://www.junit.org/">JUnit</a>, the current
production release, version 3.0, has been completely rewritten with many new features and support for a wide range of
.NET platforms.</p>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<h2>License</h2>
<p>NUnit is Open Source software and NUnit 3.0 is released under the <a href="/nuget/nunit3-license.txt">MIT license</a>. Earlier releases
used the <a href="/nuget/license.html">NUnit license</a>.</p>
<p>Both of these licenses allow the use of NUnit in free and commercial applications
and libraries without restrictions.</p>
</div>
<div class="col-sm-4">
<h2>About Us</h2>
<p>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.</p>
<p>Earlier versions of NUnit were developed by Charlie Poole, James Newkirk, Alexei Vorontsov, Michael Two and Philip Craig.</p>
</div>
<div class="col-sm-4">
<h2>Donations</h2>
<p>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.</p>
<p>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 <a href="/donations/">Donations</a> page.</p>
<p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="charlie@nunit.com">
<input type="hidden" name="item_name" value="Donation in support of the NUnit project">
<input type="hidden" name="no_shipping" value="0">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="tax" value="0">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="bn" value="PP-DonationsBF">
<input type="submit" name="submit" class="btn btn-success" value="Donate" alt="Donate through PayPal">
</form>
</p>
</div>
</div>
</div>