diff --git a/_data/madewith.json b/_data/madewith.json new file mode 100644 index 000000000..47fd99279 --- /dev/null +++ b/_data/madewith.json @@ -0,0 +1,20 @@ +[ + { + "key": "blitz", + "name": "Blitz", + "color": "red", + "link": "https://github.com/DioxusLabs/blitz" + }, + { + "key": "verso", + "name": "Verso", + "color": "blue", + "link": "https://github.com/versotile-org/verso/" + }, + { + "key": "kdab", + "name": "Servo QT", + "color": "green", + "link": "https://www.kdab.com/embedding-servo-in-qt/" + } +] diff --git a/_data/menu.json b/_data/menu.json index c2f96f218..4560ef3b0 100644 --- a/_data/menu.json +++ b/_data/menu.json @@ -17,6 +17,7 @@ "url": "#", "subpages": [ { "title": "About Servo", "url": "/about/" }, + { "title": "Made with Servo", "url": "/made-with/" }, { "title": "Governance", "url": "/governance/" }, { "title": "Sponsorship", "url": "/sponsorship/" }, { "title": "Acknowledgements", "url": "/acknowledgements/" } diff --git a/made-with.md b/made-with.md new file mode 100644 index 000000000..232442fa5 --- /dev/null +++ b/made-with.md @@ -0,0 +1,29 @@ +--- +layout: default.html +title: Made With +--- + +# Made with Servo + +This page showcases projects that are built on Servo or Servo components + +## Browsers & Webviews + + +