mirror of
https://github.com/ivabus/www
synced 2024-11-22 14:55:07 +03:00
Final animation
This commit is contained in:
parent
56ee7c86d3
commit
487237e16b
1 changed files with 11 additions and 33 deletions
|
@ -547,39 +547,17 @@ EOF
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
const commands4 = [
|
const commands4 = [
|
||||||
{ input: "$ node --eval 'console.log(\"Hello World!\")'", output: `command not found: node<br><span class="dark-gray">#Node is not installed, thus command is not found :/ ...</span><br>` },
|
{ input: "tea https://github.com/teaxyz/demos/blob/main/hello-universe.sh<br><br>", output: `*** Interpreters ***<br><br>`},
|
||||||
{ input: "$ sh <(curl tea.xyz) --yes", output: `installing ~/.tea...<br><table class="teal">
|
{ input: "", output: `TypeScript: Hello, World!<br>`},
|
||||||
<thead>
|
{ input: "", output: `Go: Hello, World!<br>`},
|
||||||
<tr>
|
{ input: "", output: `JavaScript: Hello, World!<br>`},
|
||||||
<th>% Total</th>
|
{ input: "", output: `Perl: Hello, World!<br>`},
|
||||||
<th>% Received</th>
|
{ input: "", output: `Python: Hello, World!<br>`},
|
||||||
<th>% Xferd</th>
|
{ input: "", output: `Ruby: Hello World!<br>`},
|
||||||
<th>Average Speed</th>
|
{ input: "", output: `Lua: Hello, World!<br><br>`},
|
||||||
<th>Time</th>
|
{ input: "", output: `*** Compilers ***<br><br>`},
|
||||||
<th>Time</th>
|
{ input: "", output: `C: Hello, World!<br>`},
|
||||||
<th>Time</th>
|
{ input: "", output: `Rust: Hello, World!<br>`},
|
||||||
<th>Current</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td>100</td>
|
|
||||||
<td>13306</td>
|
|
||||||
<td>100</td>
|
|
||||||
<td>54983</td>
|
|
||||||
<td>0</td>
|
|
||||||
<td>--:--:--</td>
|
|
||||||
<td>--:--:--</td>
|
|
||||||
<td>--:--:--</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td colspan="8">k, we installed <mark>/Users/userName/.tea/tea.xyz/v0.21.0/bin/tea</mark></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
` },
|
|
||||||
{ input: "$ node --eval 'console.log(\"Hello World!\")'", output: `tea: installing nodejs.org^19<br><span class="dark-gray">#tea magically installs needed dependencies...</span>` },
|
|
||||||
{ input: "", output: `Hello World! 😎<br><span class="dark-gray">#and tah-dah!</span>` },
|
|
||||||
];
|
];
|
||||||
|
|
||||||
let commandIndex4 = 0;
|
let commandIndex4 = 0;
|
||||||
|
|
Loading…
Reference in a new issue