Skip to content

Commit

Permalink
update webiste
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Apr 15, 2023
1 parent 32546e5 commit 0e1d50b
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,21 @@
<title>Rio - Terminal App</title>
<link rel="stylesheet" href="styles.css">

<!-- Meta OG tags -->
<meta property="og:image"
content="https://raphamorim.io/rio/banner.png" />
<meta property="og:description"
content="A modern terminal for the 21th century. Rio is built over WebGPU, WebAssembly and Rust. The WebGPU API makes it suitable for general purpose graphics and compute on the GPU." />
<meta property="og:title" content="Rio - A terminal application" />

<!-- Twitter Cards -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Rio">
<meta name="twitter:description" content="A modern terminal for the 21th century. Rio is built over WGPU and Rust." />
<meta name="twitter:title" content="Rio - A terminal application">
<meta name="twitter:description" content="A modern terminal for the 21th century. Rio is built over WebGPU, WebAssembly and Rust. The WebGPU API makes it suitable for general purpose graphics and compute on the GPU." />
<meta name="twitter:url" content="https://raphamorim.io/rio">
<meta name="twitter:image" content="https://raphamorim.io/rio/twitter.jpg"/>
<meta name="twitter:image" content="https://raphamorim.io/rio/banner.png"/>

<!-- Twitter Script -->
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</head>
<body>
Expand Down Expand Up @@ -47,7 +56,7 @@ <h2>
Why Rio?
</h2>
<div>
Rio is built over WGPU and Rust. The WebGPU API makes it suitable for general purpose graphics and compute on the GPU. <br/><br/>Applications using WPGU run natively on Vulkan, Metal, DirectX 11/12, and OpenGL ES; and browsers via WebAssembly on WebGPU and WebGL2.
Rio is built over WebGPU, WebAssembly and Rust. The WebGPU API makes it suitable for general purpose graphics and compute on the GPU. <br/><br/>Applications using WPGU run natively on Vulkan, Metal, DirectX 11/12, and OpenGL ES; and browsers via WebAssembly on WebGPU and WebGL2.
</div>
<h2>
Is it ready?
Expand Down

0 comments on commit 0e1d50b

Please sign in to comment.