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 | 339 ++++++++++-------- website/templates/pages/index/index.css | 10 + 2 files changed, 203 insertions(+), 146 deletions(-) diff --git a/website/templates/pages/index/content.handlebars b/website/templates/pages/index/content.handlebars index d4bb8fb..4d75865 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,91 +222,12 @@

Show diffs between builds

-
-
-
-

jest-stare

-
-
-

Jest HTML Reporter and Results Processor.

-
- -
-
-
-
-
-

kubeapps

-
-
-

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

-
- -
-
-
-
-
-

Hitchhiker

-
-
-

A a Restful Api test tool.

-
- -
-
-
-
-
-

growi

-
-
-

Team collaboration software using markdown.

-
- -
-
-
-
-
-

crowi

-
-
-

Markdown Wiki - Empower the team with sharing your knowledge.

-
- -
-
-
-
-
-

Wiki.js

-
-
-

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

-
- -
-
+
@@ -279,41 +242,28 @@
+

Chef Automate

-

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

+

DevOps Dashboard for Complete Operational Visibility.

+
-

Camunda Modeler

+

GraphQL Schema Diff

-

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

-
- -
-
-
-
-
-

graphql-schema-diff

-
-
-

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

+

Detects dangerous and breaking changes in GraphQL schemas.

+ + - -
-
-
-

node-giff

-
-
-

Display git diff on browser.

-
- -
-
+
@@ -391,20 +316,7 @@
-
-
-
-

node-git

-
-
-

Execute Git Command by Node.js.

-
- -
-
+
@@ -419,6 +331,141 @@
+ +
+
+
+

jsreport

+
+
+

javascript based business reporting platform

+
+ +
+
+ +
+
+
+

dendron

+
+
+

Knowledge Management. Redefined.

+
+ +
+
+ +
+
+
+

jest-stare

+
+
+

Jest HTML Reporter and Results Processor

+
+ +
+
+ +
+
+
+

Wiki.js

+
+
+

The most powerful and extensible open source Wiki software

+
+ +
+
+ +
+
+
+

Salto

+
+
+

Understand Your Business Apps' Configuration

+
+ +
+
+ +
+
+
+

intuit Design Systems CLI

+
+
+

A CLI toolbox for creating design systems

+
+ +
+
+ +
+
+
+

Camunda Modeler

+
+
+

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

+
+ +
+
+ +
+
+
+

igit

+
+
+

Tool for managing pull requests

+
+ +
+
+ +
+
+
+

Crowi

+
+
+

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 fdf0891..3048903 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; +}