Skip to content

Commit

Permalink
Made with page WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Jul 31, 2024
1 parent 08eb5b1 commit bfcb3ba
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
20 changes: 20 additions & 0 deletions _data/madewith.json
Original file line number Diff line number Diff line change
@@ -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/"
}
]
1 change: 1 addition & 0 deletions _data/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/" }
Expand Down
29 changes: 29 additions & 0 deletions made-with.md
Original file line number Diff line number Diff line change
@@ -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


<div class="columns is-multiline" style="padding: 12px; gap: 32px;">

{% for project in madewith %}

<div class="column" style="width: 400px; height: 400px; flex: 1 0 400px; border: 2px solid white">

## {{ project.name }}

* Click the macOS download button above to download the latest build
* Open the downloaded `servo-latest.dmg` file

</div>

{% endfor %}
</div>

## Made with Servo Components

0 comments on commit bfcb3ba

Please sign in to comment.