Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
feat: add Azure platform and .NET demos
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Vidal <[email protected]>

feat: add ICUMonitor and ConfidentialTrading demos

Signed-off-by: Nick Vidal <[email protected]>
  • Loading branch information
Nick Vidal authored and Dmitri Pal committed Jan 17, 2023
1 parent ce5e90c commit 8196933
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
10 changes: 10 additions & 0 deletions src/examples.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,16 @@ impl Default for Examples {
GreenhouseMonitor is licensed under MIT.<br />
Copyright (c) .NET Foundation and Contributors"#.to_string()
},
Example {
slug: "nickvidal/ICUMonitor:0.6.0".to_string(),
url: "https://github.com/enarx/ICUMonitor".to_string(),
description: r#"ICUMonitor is a ASP.NET healthcare demo application."#.to_string()
},
Example {
slug: "nickvidal/ConfidentialTrading:0.2.0".to_string(),
url: "https://github.com/enarx/ConfidentialTrading".to_string(),
description: r#"ConfidentialTrading is a ASP.NET finance demo application."#.to_string()
},
Example {
slug: "examples/http-rust-tokio:0.2.0".to_string(),
url: "https://github.com/enarx/codex/tree/v0.1.0/Rust/tokio-http".to_string(),
Expand Down
19 changes: 16 additions & 3 deletions templates/idx.html
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,15 @@ <h2 class="title has-text-black mb-0 is-size-2-widescreen">
</div>
<div class="container">
<div class="columns">
<div class="column">
<a href="https://sgx.azure.try.enarx.dev/" target="_blank">
<article class="bd-tw bd-best-item bd-is-huge">
<div class="bd-tw-content">
<img src="https://try.enarx.dev/img/azure_intel.png" alt="Intel on Azure">
</div>
</article>
</a>
</div>
<div class="column">
<a href="https://sgx.equinix.try.enarx.dev/" target="_blank">
<article class="bd-tw bd-best-item bd-is-huge">
Expand Down Expand Up @@ -604,9 +613,13 @@ <h2 class="title has-text-black mb-0 is-size-2-widescreen">
</a>
</div>
<div class="bd-screenshots">
<a class="bd-screenshot " href="https://github.com/enarx/GreenhouseMonitor" target="_blank">
<img src="https://try.enarx.dev/img/greenhouse.png" width="700" height="350" alt="GreenhouseMonitor">
<button class="button is-info" style="width:100%; margin-top:10px;">Greenhouse Monitor</button>
<a class="bd-screenshot " href="https://github.com/enarx/ICUMonitor" target="_blank">
<img src="https://try.enarx.dev/img/icu.png" width="700" height="350" alt="ICUMonitor">
<button class="button is-info" style="width:100%; margin-top:10px;">ICU Monitor</button>
</a>
<a class="bd-screenshot " href="https://github.com/enarx/ConfidentialTrading" target="_blank">
<img src="https://try.enarx.dev/img/confidentialtrading.png" width="700" height="350" alt="ConfidentialTrading">
<button class="button is-info" style="width:100%; margin-top:10px;">ConfidentialTrading</button>
</a>
<a class="bd-screenshot " href="https://github.com/enarx/cryptle" target="_blank">
<img src="https://try.enarx.dev/img/cryptle.png" width="700" height="350" alt="Cryptle">
Expand Down

0 comments on commit 8196933

Please sign in to comment.