generated from cncf/hugo-netlify-starter
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |