From f8ea8a73b71686051078d585f6dd1968f1c13f33 Mon Sep 17 00:00:00 2001 From: Rodrigo Fernandes Date: Sat, 16 Oct 2021 00:11:10 +0100 Subject: [PATCH] docs: Update user list --- .../templates/pages/index/content.handlebars | 199 +++++++++++------- website/templates/pages/index/index.css | 10 + 2 files changed, 133 insertions(+), 76 deletions(-) diff --git a/website/templates/pages/index/content.handlebars b/website/templates/pages/index/content.handlebars index d4bb8fb0..4d758656 100644 --- a/website/templates/pages/index/content.handlebars +++ b/website/templates/pages/index/content.handlebars @@ -115,8 +115,46 @@
-

Projects using diff2html

+

Sponsor

+
+
+
+
+
+ +
+
Hugging Face
+
+
+
+

The AI community building the future. Build, train and deploy state of the art models powered by the reference open source in natural language processing.

+
+ +
+
+
+ +

Other projects using diff2html

+
+
+
+
+

Exercism

+
+
+

Get really good at programming.

+
+ +
+
+
@@ -131,19 +169,21 @@
+

Codacy

-

Check code style, security, duplication, complexity and coverage on every change.

+

Automate code reviews on your commits and pull requests.

+
@@ -158,6 +198,7 @@
+
@@ -171,6 +212,7 @@
+
@@ -180,242 +222,247 @@

Show diffs between builds

+
-

jest-stare

-
-
-

Jest HTML Reporter and Results Processor.

-
- -
-
-
-
-
-

kubeapps

+

code-annotation

-

A web-based UI for deploying and managing applications in Kubernetes clusters.

+

Code Annotation Tool.

+
-

Hitchhiker

+

Chef Automate

-

A a Restful Api test tool.

+

DevOps Dashboard for Complete Operational Visibility.

+
-

growi

+

GraphQL Schema Diff

-

Team collaboration software using markdown.

+

Detects dangerous and breaking changes in GraphQL schemas.

+
-

crowi

+

cypress-plugin-snapshots

-

Markdown Wiki - Empower the team with sharing your knowledge.

+

Plugin for snapshot tests in Cypress.io.

+
-

Wiki.js

+

git-explorer

-

A modern, lightweight and powerful wiki app built on Node.js.

+

Offline-first support for previewing local git repositories.

+
-

code-annotation

+

edgar-monitor

-

Code Annotation Tool.

+

A module that processes new Edgar filings and sends out notifications.

+
-

Chef Automate

+

Simple Git

-

full suite of enterprise capabilities for maintaining continuous visibility into application, - infrastructure, and security automation.

+

A simple package to be able to drive GIT.

+
-

Camunda Modeler

+

jsreport

-

An integrated modeling solution for BPMN, DMN and CMMN based on bpmn.io.

+

javascript based business reporting platform

+
-

graphql-schema-diff

+

dendron

-

Returns the diff of two GraphQL schemas. Detects dangerous and breaking changes.

+

Knowledge Management. Redefined.

+
-

cypress-plugin-snapshots

+

jest-stare

-

Plugin for snapshot tests in Cypress.io .

+

Jest HTML Reporter and Results Processor

+
-

git-explorer

+

Wiki.js

-

Offline-first support for previewing and comparing branches in a local git repository.

+

The most powerful and extensible open source Wiki software

+
-

diff-pane

+

Salto

-

Atom - Diff two panes.

+

Understand Your Business Apps' Configuration

+
-

node-giff

+

intuit Design Systems CLI

-

Display git diff on browser.

+

A CLI toolbox for creating design systems

+
-

edgar-monitor

+

Camunda Modeler

-

A module that processes new Edgar filings and sends out notifications.

+

Automate processes and decisions in a modern, standards-based way

+
-

node-git

+

igit

-

Execute Git Command by Node.js.

+

Tool for managing pull requests

+
-

Simple Git

+

Crowi

-

A simple package to be able to drive GIT.

+

Empower the team with sharing your knowledge

@@ -438,4 +485,4 @@
- \ No newline at end of file + diff --git a/website/templates/pages/index/index.css b/website/templates/pages/index/index.css index fdf0891b..30489032 100644 --- a/website/templates/pages/index/index.css +++ b/website/templates/pages/index/index.css @@ -42,6 +42,12 @@ cursor: pointer; } +.flex { + display: flex; + flex-direction: row; + justify-content: flex-start; +} + .is-fullwidth { flex-grow: 1; } @@ -49,3 +55,7 @@ .is-vertical { flex-direction: column; } + +.align-middle { + vertical-align: middle; +}