Skip to content

Commit

Permalink
deploy: 68c4003
Browse files Browse the repository at this point in the history
  • Loading branch information
C2Coder committed Aug 20, 2024
1 parent bb2da6d commit 180dd5b
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 44 deletions.
Binary file added assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<head class="dark:bg-gray-800 bg-gray-200">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="https://https://c2coder.github.io/Jaculus-libraries/assets/logo.png">
<link href="https://https://c2coder.github.io/Jaculus-libraries/style.css" rel="stylesheet" type="text/css" />
<script src="https://https://c2coder.github.io/Jaculus-libraries/assets/js/preline.js"></script>
<link rel="icon" type="image/x-icon" href="https://c2coder.github.io/Jaculus-libraries/assets/logo.png">
<link href="https://c2coder.github.io/Jaculus-libraries/style.css" rel="stylesheet" type="text/css" />
<script src="https://c2coder.github.io/Jaculus-libraries/assets/js/preline.js"></script>

<link rel="stylesheet" href="https://https://c2coder.github.io/Jaculus-libraries/assets/css/font-awesome-6.4.1.css">
<link rel="stylesheet" href="https://c2coder.github.io/Jaculus-libraries/assets/css/font-awesome-6.4.1.css">

<!-- Prism.js one-dark theme -->
<link href="https://https://c2coder.github.io/Jaculus-libraries/assets/css/prism-one-dark.css" rel="stylesheet">
<link href="https://c2coder.github.io/Jaculus-libraries/assets/css/prism-one-dark.css" rel="stylesheet">

<!-- Prism.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.28.0/prism.min.js"></script>
Expand All @@ -29,7 +29,7 @@
<nav class="mt-2 mx-2 py-2 px-4 md:py-4 md:px-6 lg:px-8 xl:mx-auto w-full relative bg-white border border-gray-200 rounded-[26px] md:flex md:items-center md:justify-between dark:bg-gray-800 dark:border-gray-700" aria-label="Global">
<div class="flex items-center justify-between">
<a class="inline-flex items-center gap-x-2 text-xl font-semibold dark:text-white" href="/">
<img class="w-12 h-auto" src="https://https://c2coder.github.io/Jaculus-libraries/assets/logo.png" alt="Logo">
<img class="w-12 h-auto" src="https://c2coder.github.io/Jaculus-libraries/assets/logo.png" alt="Logo">
<div class="hover:text-blue-600">
Robotics Brno
</div>
Expand Down Expand Up @@ -63,7 +63,7 @@


<a class="font-medium md:py-4 text-gray-500 hover:text-gray-400 dark:text-gray-400 hover:text-gray-500"
href="https://https://c2coder.github.io/Jaculus-libraries/libs"
href="https://c2coder.github.io/Jaculus-libraries/libs"
>
Libs
</a>
Expand Down Expand Up @@ -95,7 +95,7 @@

<!-- Library Card - Colors -->
<a class="dark:bg-gray-800 flex flex-col bg-white p-4 rounded-lg shadow-md justify-between mx-auto w-full min-w-0 h-full"
href=" https://https://c2coder.github.io/Jaculus-libraries/libs/colors/">
href=" https://c2coder.github.io/Jaculus-libraries/libs/colors/">
<div class="flex flex-col h-full w-full flex-grow">
<h2 class="dark:text-white text-xl font-bold text-gray-800 mb-1">Colors</h2>
<p class="dark:text-gray-300 text-gray-600 mb-2">Library for handling colors</p>
Expand All @@ -104,7 +104,7 @@ <h2 class="dark:text-white text-xl font-bold text-gray-800 mb-1">Colors</h2>

<!-- Library Card - Servo -->
<a class="dark:bg-gray-800 flex flex-col bg-white p-4 rounded-lg shadow-md justify-between mx-auto w-full min-w-0 h-full"
href=" https://https://c2coder.github.io/Jaculus-libraries/libs/servo/">
href=" https://c2coder.github.io/Jaculus-libraries/libs/servo/">
<div class="flex flex-col h-full w-full flex-grow">
<h2 class="dark:text-white text-xl font-bold text-gray-800 mb-1">Servo</h2>
<p class="dark:text-gray-300 text-gray-600 mb-2">Library for controlling servos</p>
Expand All @@ -113,7 +113,7 @@ <h2 class="dark:text-white text-xl font-bold text-gray-800 mb-1">Servo</h2>

<!-- Library Card - Readline -->
<a class="dark:bg-gray-800 flex flex-col bg-white p-4 rounded-lg shadow-md justify-between mx-auto w-full min-w-0 h-full"
href=" https://https://c2coder.github.io/Jaculus-libraries/libs/readline/">
href=" https://c2coder.github.io/Jaculus-libraries/libs/readline/">
<div class="flex flex-col h-full w-full flex-grow">
<h2 class="dark:text-white text-xl font-bold text-gray-800 mb-1">Readline</h2>
<p class="dark:text-gray-300 text-gray-600 mb-2">Library for easily reading lines from standard input</p>
Expand Down
16 changes: 8 additions & 8 deletions libs/colors/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<head class="dark:bg-gray-800 bg-gray-200">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="https://https://c2coder.github.io/Jaculus-libraries/assets/logo.png">
<link href="https://https://c2coder.github.io/Jaculus-libraries/style.css" rel="stylesheet" type="text/css" />
<script src="https://https://c2coder.github.io/Jaculus-libraries/assets/js/preline.js"></script>
<link rel="icon" type="image/x-icon" href="https://c2coder.github.io/Jaculus-libraries/assets/logo.png">
<link href="https://c2coder.github.io/Jaculus-libraries/style.css" rel="stylesheet" type="text/css" />
<script src="https://c2coder.github.io/Jaculus-libraries/assets/js/preline.js"></script>

<link rel="stylesheet" href="https://https://c2coder.github.io/Jaculus-libraries/assets/css/font-awesome-6.4.1.css">
<link rel="stylesheet" href="https://c2coder.github.io/Jaculus-libraries/assets/css/font-awesome-6.4.1.css">

<!-- Prism.js one-dark theme -->
<link href="https://https://c2coder.github.io/Jaculus-libraries/assets/css/prism-one-dark.css" rel="stylesheet">
<link href="https://c2coder.github.io/Jaculus-libraries/assets/css/prism-one-dark.css" rel="stylesheet">

<!-- Prism.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.28.0/prism.min.js"></script>
Expand All @@ -26,7 +26,7 @@
<nav class="mt-2 mx-2 py-2 px-4 md:py-4 md:px-6 lg:px-8 xl:mx-auto w-full relative bg-white border border-gray-200 rounded-[26px] md:flex md:items-center md:justify-between dark:bg-gray-800 dark:border-gray-700" aria-label="Global">
<div class="flex items-center justify-between">
<a class="inline-flex items-center gap-x-2 text-xl font-semibold dark:text-white" href="/">
<img class="w-12 h-auto" src="https://https://c2coder.github.io/Jaculus-libraries/assets/logo.png" alt="Logo">
<img class="w-12 h-auto" src="https://c2coder.github.io/Jaculus-libraries/assets/logo.png" alt="Logo">
<div class="hover:text-blue-600">
Robotics Brno
</div>
Expand Down Expand Up @@ -60,7 +60,7 @@


<a class="font-medium md:py-4 text-gray-500 hover:text-gray-400 dark:text-gray-400 hover:text-gray-500"
href="https://https://c2coder.github.io/Jaculus-libraries/libs"
href="https://c2coder.github.io/Jaculus-libraries/libs"
>
Libs
</a>
Expand Down Expand Up @@ -92,7 +92,7 @@ <h2 class="dark:text-white text-xl font-bold text-gray-800 mb-1">Colors</h2>
<div class="p-4 flex flex-col w-full min-w-0 dark:bg-gray-800 bg-white rounded-lg shadow-md">
<h2 class="dark:text-white text-xl font-bold text-gray-800 mb-1">Install command</h2>
<div class="">
<pre class="rounded"><code class="language-bash">curl -o src/libs/colors.ts https://https://c2coder.github.io/Jaculus-libraries/data/libs/colors/colors.ts</code></pre>
<pre class="rounded"><code class="language-bash">curl -o src/libs/colors.ts https://c2coder.github.io/Jaculus-libraries/data/libs/colors/colors.ts</code></pre>
</div>
</div>

Expand Down
20 changes: 10 additions & 10 deletions libs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<head class="dark:bg-gray-800 bg-gray-200">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="https://https://c2coder.github.io/Jaculus-libraries/assets/logo.png">
<link href="https://https://c2coder.github.io/Jaculus-libraries/style.css" rel="stylesheet" type="text/css" />
<script src="https://https://c2coder.github.io/Jaculus-libraries/assets/js/preline.js"></script>
<link rel="icon" type="image/x-icon" href="https://c2coder.github.io/Jaculus-libraries/assets/logo.png">
<link href="https://c2coder.github.io/Jaculus-libraries/style.css" rel="stylesheet" type="text/css" />
<script src="https://c2coder.github.io/Jaculus-libraries/assets/js/preline.js"></script>

<link rel="stylesheet" href="https://https://c2coder.github.io/Jaculus-libraries/assets/css/font-awesome-6.4.1.css">
<link rel="stylesheet" href="https://c2coder.github.io/Jaculus-libraries/assets/css/font-awesome-6.4.1.css">

<!-- Prism.js one-dark theme -->
<link href="https://https://c2coder.github.io/Jaculus-libraries/assets/css/prism-one-dark.css" rel="stylesheet">
<link href="https://c2coder.github.io/Jaculus-libraries/assets/css/prism-one-dark.css" rel="stylesheet">

<!-- Prism.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.28.0/prism.min.js"></script>
Expand All @@ -29,7 +29,7 @@
<nav class="mt-2 mx-2 py-2 px-4 md:py-4 md:px-6 lg:px-8 xl:mx-auto w-full relative bg-white border border-gray-200 rounded-[26px] md:flex md:items-center md:justify-between dark:bg-gray-800 dark:border-gray-700" aria-label="Global">
<div class="flex items-center justify-between">
<a class="inline-flex items-center gap-x-2 text-xl font-semibold dark:text-white" href="/">
<img class="w-12 h-auto" src="https://https://c2coder.github.io/Jaculus-libraries/assets/logo.png" alt="Logo">
<img class="w-12 h-auto" src="https://c2coder.github.io/Jaculus-libraries/assets/logo.png" alt="Logo">
<div class="hover:text-blue-600">
Robotics Brno
</div>
Expand Down Expand Up @@ -63,7 +63,7 @@


<a class="font-medium md:py-4 text-gray-500 hover:text-gray-400 dark:text-gray-400 hover:text-gray-500"
href="https://https://c2coder.github.io/Jaculus-libraries/libs"
href="https://c2coder.github.io/Jaculus-libraries/libs"
>
Libs
</a>
Expand Down Expand Up @@ -95,7 +95,7 @@

<!-- Library Card - Colors -->
<a class="dark:bg-gray-800 flex flex-col bg-white p-4 rounded-lg shadow-md justify-between mx-auto w-full min-w-0 h-full"
href=" https://https://c2coder.github.io/Jaculus-libraries/libs/colors/">
href=" https://c2coder.github.io/Jaculus-libraries/libs/colors/">
<div class="flex flex-col h-full w-full flex-grow">
<h2 class="dark:text-white text-xl font-bold text-gray-800 mb-1">Colors</h2>
<p class="dark:text-gray-300 text-gray-600 mb-2">Library for handling colors</p>
Expand All @@ -104,7 +104,7 @@ <h2 class="dark:text-white text-xl font-bold text-gray-800 mb-1">Colors</h2>

<!-- Library Card - Servo -->
<a class="dark:bg-gray-800 flex flex-col bg-white p-4 rounded-lg shadow-md justify-between mx-auto w-full min-w-0 h-full"
href=" https://https://c2coder.github.io/Jaculus-libraries/libs/servo/">
href=" https://c2coder.github.io/Jaculus-libraries/libs/servo/">
<div class="flex flex-col h-full w-full flex-grow">
<h2 class="dark:text-white text-xl font-bold text-gray-800 mb-1">Servo</h2>
<p class="dark:text-gray-300 text-gray-600 mb-2">Library for controlling servos</p>
Expand All @@ -113,7 +113,7 @@ <h2 class="dark:text-white text-xl font-bold text-gray-800 mb-1">Servo</h2>

<!-- Library Card - Readline -->
<a class="dark:bg-gray-800 flex flex-col bg-white p-4 rounded-lg shadow-md justify-between mx-auto w-full min-w-0 h-full"
href=" https://https://c2coder.github.io/Jaculus-libraries/libs/readline/">
href=" https://c2coder.github.io/Jaculus-libraries/libs/readline/">
<div class="flex flex-col h-full w-full flex-grow">
<h2 class="dark:text-white text-xl font-bold text-gray-800 mb-1">Readline</h2>
<p class="dark:text-gray-300 text-gray-600 mb-2">Library for easily reading lines from standard input</p>
Expand Down
16 changes: 8 additions & 8 deletions libs/readline/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<head class="dark:bg-gray-800 bg-gray-200">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="https://https://c2coder.github.io/Jaculus-libraries/assets/logo.png">
<link href="https://https://c2coder.github.io/Jaculus-libraries/style.css" rel="stylesheet" type="text/css" />
<script src="https://https://c2coder.github.io/Jaculus-libraries/assets/js/preline.js"></script>
<link rel="icon" type="image/x-icon" href="https://c2coder.github.io/Jaculus-libraries/assets/logo.png">
<link href="https://c2coder.github.io/Jaculus-libraries/style.css" rel="stylesheet" type="text/css" />
<script src="https://c2coder.github.io/Jaculus-libraries/assets/js/preline.js"></script>

<link rel="stylesheet" href="https://https://c2coder.github.io/Jaculus-libraries/assets/css/font-awesome-6.4.1.css">
<link rel="stylesheet" href="https://c2coder.github.io/Jaculus-libraries/assets/css/font-awesome-6.4.1.css">

<!-- Prism.js one-dark theme -->
<link href="https://https://c2coder.github.io/Jaculus-libraries/assets/css/prism-one-dark.css" rel="stylesheet">
<link href="https://c2coder.github.io/Jaculus-libraries/assets/css/prism-one-dark.css" rel="stylesheet">

<!-- Prism.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.28.0/prism.min.js"></script>
Expand All @@ -26,7 +26,7 @@
<nav class="mt-2 mx-2 py-2 px-4 md:py-4 md:px-6 lg:px-8 xl:mx-auto w-full relative bg-white border border-gray-200 rounded-[26px] md:flex md:items-center md:justify-between dark:bg-gray-800 dark:border-gray-700" aria-label="Global">
<div class="flex items-center justify-between">
<a class="inline-flex items-center gap-x-2 text-xl font-semibold dark:text-white" href="/">
<img class="w-12 h-auto" src="https://https://c2coder.github.io/Jaculus-libraries/assets/logo.png" alt="Logo">
<img class="w-12 h-auto" src="https://c2coder.github.io/Jaculus-libraries/assets/logo.png" alt="Logo">
<div class="hover:text-blue-600">
Robotics Brno
</div>
Expand Down Expand Up @@ -60,7 +60,7 @@


<a class="font-medium md:py-4 text-gray-500 hover:text-gray-400 dark:text-gray-400 hover:text-gray-500"
href="https://https://c2coder.github.io/Jaculus-libraries/libs"
href="https://c2coder.github.io/Jaculus-libraries/libs"
>
Libs
</a>
Expand Down Expand Up @@ -92,7 +92,7 @@ <h2 class="dark:text-white text-xl font-bold text-gray-800 mb-1">Readline</h2>
<div class="p-4 flex flex-col w-full min-w-0 dark:bg-gray-800 bg-white rounded-lg shadow-md">
<h2 class="dark:text-white text-xl font-bold text-gray-800 mb-1">Install command</h2>
<div class="">
<pre class="rounded"><code class="language-bash">curl -o src/libs/readline.ts https://https://c2coder.github.io/Jaculus-libraries/data/libs/readline/readline.ts</code></pre>
<pre class="rounded"><code class="language-bash">curl -o src/libs/readline.ts https://c2coder.github.io/Jaculus-libraries/data/libs/readline/readline.ts</code></pre>
</div>
</div>

Expand Down
16 changes: 8 additions & 8 deletions libs/servo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<head class="dark:bg-gray-800 bg-gray-200">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="https://https://c2coder.github.io/Jaculus-libraries/assets/logo.png">
<link href="https://https://c2coder.github.io/Jaculus-libraries/style.css" rel="stylesheet" type="text/css" />
<script src="https://https://c2coder.github.io/Jaculus-libraries/assets/js/preline.js"></script>
<link rel="icon" type="image/x-icon" href="https://c2coder.github.io/Jaculus-libraries/assets/logo.png">
<link href="https://c2coder.github.io/Jaculus-libraries/style.css" rel="stylesheet" type="text/css" />
<script src="https://c2coder.github.io/Jaculus-libraries/assets/js/preline.js"></script>

<link rel="stylesheet" href="https://https://c2coder.github.io/Jaculus-libraries/assets/css/font-awesome-6.4.1.css">
<link rel="stylesheet" href="https://c2coder.github.io/Jaculus-libraries/assets/css/font-awesome-6.4.1.css">

<!-- Prism.js one-dark theme -->
<link href="https://https://c2coder.github.io/Jaculus-libraries/assets/css/prism-one-dark.css" rel="stylesheet">
<link href="https://c2coder.github.io/Jaculus-libraries/assets/css/prism-one-dark.css" rel="stylesheet">

<!-- Prism.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.28.0/prism.min.js"></script>
Expand All @@ -26,7 +26,7 @@
<nav class="mt-2 mx-2 py-2 px-4 md:py-4 md:px-6 lg:px-8 xl:mx-auto w-full relative bg-white border border-gray-200 rounded-[26px] md:flex md:items-center md:justify-between dark:bg-gray-800 dark:border-gray-700" aria-label="Global">
<div class="flex items-center justify-between">
<a class="inline-flex items-center gap-x-2 text-xl font-semibold dark:text-white" href="/">
<img class="w-12 h-auto" src="https://https://c2coder.github.io/Jaculus-libraries/assets/logo.png" alt="Logo">
<img class="w-12 h-auto" src="https://c2coder.github.io/Jaculus-libraries/assets/logo.png" alt="Logo">
<div class="hover:text-blue-600">
Robotics Brno
</div>
Expand Down Expand Up @@ -60,7 +60,7 @@


<a class="font-medium md:py-4 text-gray-500 hover:text-gray-400 dark:text-gray-400 hover:text-gray-500"
href="https://https://c2coder.github.io/Jaculus-libraries/libs"
href="https://c2coder.github.io/Jaculus-libraries/libs"
>
Libs
</a>
Expand Down Expand Up @@ -92,7 +92,7 @@ <h2 class="dark:text-white text-xl font-bold text-gray-800 mb-1">Servo</h2>
<div class="p-4 flex flex-col w-full min-w-0 dark:bg-gray-800 bg-white rounded-lg shadow-md">
<h2 class="dark:text-white text-xl font-bold text-gray-800 mb-1">Install command</h2>
<div class="">
<pre class="rounded"><code class="language-bash">curl -o src/libs/servo.ts https://https://c2coder.github.io/Jaculus-libraries/data/libs/servo/servo.ts</code></pre>
<pre class="rounded"><code class="language-bash">curl -o src/libs/servo.ts https://c2coder.github.io/Jaculus-libraries/data/libs/servo/servo.ts</code></pre>
</div>
</div>

Expand Down

0 comments on commit 180dd5b

Please sign in to comment.