diff --git a/home/_data/stats.yml b/home/_data/stats.yml new file mode 100644 index 00000000..3f60cfd4 --- /dev/null +++ b/home/_data/stats.yml @@ -0,0 +1,9 @@ +stats: + - name: Docker pulls + number: 500K+ + - name: GitHub Stars + number: 425 + - name: Contributors + number: 29 + - name: Lines of Code + number: 72K+ \ No newline at end of file diff --git a/home/_includes/stats.html b/home/_includes/stats.html new file mode 100644 index 00000000..f4a0705c --- /dev/null +++ b/home/_includes/stats.html @@ -0,0 +1,22 @@ +
+
+
+
+

2.7K

+

Users

+
+
+

1.8K

+

Subscribes

+
+
+

35

+

Downloads

+
+
+

4

+

Products

+
+
+
+
\ No newline at end of file diff --git a/home/index.md b/home/index.md index d20dce93..6b7993ef 100644 --- a/home/index.md +++ b/home/index.md @@ -16,6 +16,8 @@ backLink: false {% assign for_e = site.data.for_edu %} {% include features.html data=for_e %} +{% assign stats = site.data.stats %} +{% include stats.html data=stats %} {% assign end = site.data.end_cta %} {% include cta.html cta=end %}