Skip to content

Commit bfbf509

Browse files
Update landing page (#2944)
* updated website * removed some elements of the page (Powered By for example) * updated some basic texts. * updated the icons and updated some colors. * fixed the footer to mention Xceed * added the xceed logo to the assets. * added another logo to the resources. * Update README.md updated the readme to reflect the changes to FA * removed the funding section. --------- Co-authored-by: mattd1980 <support@xceed.com>
1 parent f77fe32 commit bfbf509

21 files changed

+37
-541
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

README.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href="https://www.fluentassertions.com"><img src="docs/assets/images/fluent_assertions_large_horizontal.svg" style="width:400px"/></a>
1+
<a href="https://www.fluentassertions.com"><img src="docs/assets/images/FA_Partner_Logo.png" style="width:500px"/></a>
22

33
# Extension methods to fluently assert the outcome of .NET tests
44
[![](https://img.shields.io/github/actions/workflow/status/fluentassertions/fluentassertions/build.yml?branch=develop)](https://github.com/fluentassertions/fluentassertions/actions?query=branch%3Adevelop)
@@ -14,12 +14,15 @@
1414
[![open issues](https://img.shields.io/github/issues/fluentassertions/fluentassertions)](https://github.com/fluentassertions/fluentassertions/issues)
1515
![](https://img.shields.io/badge/release%20strategy-githubflow-orange.svg)
1616

17-
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Works with .NET Standard 2.0 and higher, .NET Framework 4.7 and higher and .NET 6 and higher.
17+
Fluent Assertions provides a comprehensive set of extension methods that enable developers to express the expected outcomes of TDD (Test-Driven Development) and BDD (Behavior-Driven Development) unit tests in a natural, readable style. It is compatible with .NET Standard 2.0+, .NET Framework 4.7+, and .NET 6+.
1818

19-
See https://www.fluentassertions.com for [background information](https://fluentassertions.com/about/), [usage documentation](https://fluentassertions.com/introduction), an [extensibility guide](https://fluentassertions.com/extensibility/), support information and more [tips & tricks](https://fluentassertions.com/tips/).
19+
Visit https://www.fluentassertions.com for [background information](https://fluentassertions.com/about/), [usage documentation](https://fluentassertions.com/introduction), an [extensibility guide](https://fluentassertions.com/extensibility/), support information and more [tips & tricks](https://fluentassertions.com/tips/).
2020

2121
![](https://repobeats.axiom.co/api/embed/282ed7bca0ede1ac7751ebde6b3ef091a0c6c52d.svg)
2222

23+
# Xceed Partnership FAQ
24+
Xceed is now an official Partner to Fluent Assertions! [Learn what this partnership means for our users](https://xceed.com/fluent-assertions-faq/). After extensive discussions with the Fluent Assertions team, we are thrilled about the future of the product and look forward to its continued growth and development.
25+
2326
# Who created this?
2427
Originally authored by Dennis Doomen with Jonas Nyrup as the productive side-kick. Notable contributions were provided by Artur Krajewski, Lukas Grützmacher and David Omid.
2528

@@ -32,13 +35,4 @@ This is a special set of tests that use the [Verify](https://github.com/VerifyTe
3235
If you've verified the changes and decided they are valid, you can accept them using `AcceptApiChanges.ps1` or `AcceptApiChanges.sh`. Alternatively, you can use the [Verify Support](https://plugins.jetbrains.com/plugin/17240-verify-support) plug-in to compare the changes and accept them right from inside Rider. See also the [Contribution Guidelines](CONTRIBUTING.md).
3336

3437
# Powered By
35-
<a href="https://www.infosupport.com/"><img src="docs/assets/images/info-support.jpg" style="width:100px"/></a>&nbsp;
36-
<a href="https://www.jetbrains.com/rider/"><img src="docs/assets/images/jetbrainsrider.svg" style="width:150px"/></a>&nbsp;
37-
38-
With support from the following public [sponsors](https://github.com/sponsors/fluentassertions)
39-
<a href="https://github.com/BestKru"><img src="https://avatars.githubusercontent.com/u/159320286?s=52&v=4"/></a>
40-
<a href="https://github.com/Infra-Workleap"><img src="https://avatars.githubusercontent.com/u/53535748?s=52&v=4"/></a>
41-
<a href="https://github.com/ken-swyfft"><img src="https://avatars.githubusercontent.com/u/65305317?s=52&v=4"/></a>
42-
<a href="https://github.com/MGundersen"><img src="https://avatars.githubusercontent.com/u/15629960?s=52&v=4"/></a>
43-
<a href="https://github.com/mediaclip"><img src="https://avatars.githubusercontent.com/u/6798228?s=52&v=4"/></a>
44-
<a href="https://github.com/hassanhabib"><img src="https://avatars.githubusercontent.com/u/1453985?s=52&v=4"/></a>
38+
<a href="https://www.xceed.com"><img src="docs/assets/images/xceed_logo_whiteB.png" style="width:192px"/></a>

docs/_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
</ul>
2323
</div>
2424

25-
<div class="page__footer-copyright">&copy; {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}. {{ site.data.ui-text[site.locale].powered_by | default: "Powered by" }} <a href="https://www.jetbrains.com/rider/" rel="nofollow">JetBrains Rider</a>, <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> &amp; <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.</div>
25+
<div class="page__footer-copyright">&copy; {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}. {{ site.data.ui-text[site.locale].powered_by | default: "Powered by" }} <a href="https://www.jetbrains.com/rider/" rel="nofollow">JetBrains Rider</a>, <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a>, <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a> &amp; <a href="https://www.xceed.com"> Xceed</a></div>

docs/_includes/masthead.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="masthead__inner-wrap">
33
<div class="masthead__menu">
44
<nav id="site-nav" class="greedy-nav">
5-
<a href="{{ '/' | relative_url }}"><img src="/assets/images/fluent_assertions_large_horizontal.svg" style="height: 60px" /></a>
5+
<a href="{{ '/' | relative_url }}"><img src="/assets/images/FA_Full_Logo.png" style="height: 60px" /></a>
66
<ul class="visible-links">
77
{% for link in site.data.navigation.main %}
88
{% if link.url contains 'http' %}

docs/_sass/minimal-mistakes/_variables.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
$doc-font-size: 16 !default;
1010

11+
.archive__item-title {
12+
color: #373737 !important;
13+
}
14+
1115
/* paragraph indention */
1216
$paragraph-indent: false !default; // true, false (default)
1317
$indent-var: 1.3em !default;
@@ -62,7 +66,7 @@ $border-color: $lighter-gray !default;
6266
$form-background-color: $lighter-gray !default;
6367
$footer-background-color: $lighter-gray !default;
6468

65-
$primary-color: #7a8288 !default;
69+
$primary-color: #ff8c00 !default;
6670
$success-color: #62c462 !default;
6771
$warning-color: #f89406 !default;
6872
$danger-color: #ee5f5b !default;
17 KB
Loading
144 KB
Loading
36.5 KB
Loading
144 KB
Loading

docs/assets/images/binoculars.svg

Lines changed: 1 addition & 39 deletions
Loading

0 commit comments

Comments
 (0)