Skip to content

Commit

Permalink
Docs: Add "Badge" page
Browse files Browse the repository at this point in the history
Closes #1750.
  • Loading branch information
Krinkle committed Oct 11, 2024
1 parent a006064 commit 3b342b7
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/_data/sitenav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@
href: /browser/#browser-support
- name: About QUnit
href: /about/
- name: Badge
href: /badge/
- name: Brand Guidelines
href: /brand/
20 changes: 20 additions & 0 deletions docs/badge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
layout: page
title: Tested with QUnit Badge
---

<p class="lead">Use the following markup to embed a "Tested with QUnit" badge in your documentation.</p>

[![Tested with QUnit](./testedwith.svg)](/)

Copy the Markdown snippet, and e.g. paste above the title your README.

```md
[![Tested with QUnit](https://qunitjs.com/testedwith.svg)](https://qunitjs.com/)
```

HTML version:

```html
<a href="https://qunitjs.com/"><img src="https://qunitjs.com/testedwith.svg" alt="Tested with QUnit"></a>
```
4 changes: 4 additions & 0 deletions docs/brand.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,7 @@ You can browse the [2013 version of the website](https://web.archive.org/web/201
In 2018, Trent Willis [designed](https://github.com/qunitjs/qunitjs.com/issues/151#issuecomment-655154878) a new homepage for QUnit. In 2020, Timo Tijhof [launched](https://github.com/qunitjs/qunit/issues/1458#issuecomment-661576550) the redesign with a matching redesign of the API documentation. The QUnit site framework is published as [jekyll-theme-amethyst](https://github.com/qunitjs/jekyll-theme-amethyst).

![](/img/2020-website-qunit.png)

## Tested with QUnit Badge

Refer to [Badge](./badge.md) for markup to embed in your README.
1 change: 1 addition & 0 deletions docs/testedwith.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3b342b7

Please sign in to comment.