This is an automated email from the ASF dual-hosted git repository.

zfc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 525c22934 page: add imgs into powered-by page
525c22934 is described below

commit 525c22934eb6b9a681e38e28af9f45d587b10490
Author: Zhaofeng Chen <[email protected]>
AuthorDate: Sat Jul 19 04:06:18 2025 +0000

    page: add imgs into powered-by page
---
 site/src/pages/{powered-by.md => powered-by.mdx} |  11 +++++++++++
 site/static/img/teaclave-intel.png               | Bin 0 -> 295651 bytes
 site/static/img/teaclave-optee.png               | Bin 0 -> 359451 bytes
 3 files changed, 11 insertions(+)

diff --git a/site/src/pages/powered-by.md b/site/src/pages/powered-by.mdx
similarity index 88%
rename from site/src/pages/powered-by.md
rename to site/src/pages/powered-by.mdx
index c6f5cd7ab..0c88a88d5 100644
--- a/site/src/pages/powered-by.md
+++ b/site/src/pages/powered-by.mdx
@@ -17,6 +17,17 @@ for building Trusted Applications on Arm TrustZone.
 - **Teaclave SGX SDK** is the Rust SDK for Enclave developement [recommended 
by 
 the IntelĀ® Software Guard Extensions 
community](https://www.intel.com/content/www/us/en/developer/tools/software-guard-extensions/get-started.html)
 
+<div style={{display: 'flex', gap: '20px', alignItems: 'center'}}>
+  <div style={{textAlign: 'center'}}>
+    <img src="/img/teaclave-optee.png" alt="Teaclave TrustZone SDK" 
style={{width: '100%', maxWidth: '400px'}} />
+    <p>Teaclave TrustZone SDK in OP-TEE community</p>
+  </div>
+  <div style={{textAlign: 'center'}}>
+    <img src="/img/teaclave-intel.png" alt="Teaclave SGX SDK" style={{width: 
'100%', maxWidth: '400px'}} />
+    <p>Teaclave SGX SDK in Intel SGX community</p>
+  </div>
+</div>
+
 ## Projects
 
 Here is a list of selected projects that use Teaclave.
diff --git a/site/static/img/teaclave-intel.png 
b/site/static/img/teaclave-intel.png
new file mode 100644
index 000000000..28f4d2b05
Binary files /dev/null and b/site/static/img/teaclave-intel.png differ
diff --git a/site/static/img/teaclave-optee.png 
b/site/static/img/teaclave-optee.png
new file mode 100644
index 000000000..7d2c51bbd
Binary files /dev/null and b/site/static/img/teaclave-optee.png differ


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to