Rusty-slicer/src/about.html

35 lines
1.6 KiB
HTML
Raw Normal View History

2024-03-02 12:49:41 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="styles.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About Rusty slicer</title>
</head>
<body>
<div class="about_main">
<h1> Rusty Slicer V0.0.1 </h1>
<h2 class="credit"> Credit </h2>
<p class="credit">
<b>
<a href="https://tauri.app/" target="_blank">Tauri</a> <br> for all the UI (Super duper cool project) <br>
<a href="https://ffmpeg.org/" target="_blank">Ffmpeg</a> <br> to actually process the audio file (So powerfull) <br>
<a href="https://crates.io/crates/native-dialog" target="_blank">Native Dialog crate</a> <br> to open file select dialog (Really easy to use) <br>
<a href="https://crates.io/crates/lazy_static" target="_blank">Lazy static crate</a> <br> to create global variables more easly <br>
<a href="https://codepen.io/algcifaldi" target="_blank">Amanda Cifaldi</a> <br> For the animated background template <br>
</b>
</p>
<h2 class="credit"> About Me </h2>
<p class="credit">
Howdy I'm Ayabusa and I created this little soft !<br>
If you like my work, consider checking out my website and social :D <br>
<b>
<a href="https://www.ayabusa.dev" target="_blank">Ayabusa.dev</a> my website <br>
<a href="https://blog.ayabusa.dev" target="_blank">My blog</a> where I post all kind of stuff <br>
<a href="https://github.com/ayabusa" target="_blank">My github</a> where I post my projects <br>
</b>
</p>
</div>
</body>