Skip to content

Commit

Permalink
deploy: 263e8cf
Browse files Browse the repository at this point in the history
  • Loading branch information
C2Coder committed Aug 20, 2024
1 parent 3c1d957 commit bb2da6d
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 566 deletions.
125 changes: 10 additions & 115 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="/assets/logo.png">
<link href="/style.css" rel="stylesheet" type="text/css" />
<script src="/assets/js/preline.js"></script>
<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="stylesheet" href="/assets/css/font-awesome-6.4.1.css">
<link rel="stylesheet" href="https://https://c2coder.github.io/Jaculus-libraries/assets/css/font-awesome-6.4.1.css">

<!-- Prism.js one-dark theme -->
<link href="/assets/css/prism-one-dark.css" rel="stylesheet">
<link href="https://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="/assets/logo.png" alt="Logo">
<img class="w-12 h-auto" src="https://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="/libs"
href="https://https://c2coder.github.io/Jaculus-libraries/libs"
>
Libs
</a>
Expand All @@ -77,115 +77,10 @@

























</div>
</div>
</nav>
</header>




















































































<div class="mt-20 md:mt-28">

Expand All @@ -200,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="/libs/colors/">
href=" https://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 @@ -209,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="/libs/servo/">
href=" https://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 @@ -218,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="/libs/readline/">
href=" https://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
119 changes: 7 additions & 112 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="/assets/logo.png">
<link href="/style.css" rel="stylesheet" type="text/css" />
<script src="/assets/js/preline.js"></script>
<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="stylesheet" href="/assets/css/font-awesome-6.4.1.css">
<link rel="stylesheet" href="https://https://c2coder.github.io/Jaculus-libraries/assets/css/font-awesome-6.4.1.css">

<!-- Prism.js one-dark theme -->
<link href="/assets/css/prism-one-dark.css" rel="stylesheet">
<link href="https://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="/assets/logo.png" alt="Logo">
<img class="w-12 h-auto" src="https://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="/libs"
href="https://https://c2coder.github.io/Jaculus-libraries/libs"
>
Libs
</a>
Expand All @@ -74,115 +74,10 @@

























</div>
</div>
</nav>
</header>




















































































<div class="mt-20 md:mt-28">

Expand Down
Loading

0 comments on commit bb2da6d

Please sign in to comment.