Skip to content

Commit

Permalink
deploy: 38858da
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubAndrysek committed Apr 17, 2024
1 parent 0d982ad commit 47eed21
Show file tree
Hide file tree
Showing 37 changed files with 4,657 additions and 326 deletions.
718 changes: 587 additions & 131 deletions index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions projects/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,16 +255,16 @@
<div class="row">
<div class="col-md-12">
<h2></h2>
<p>ESP Learning Kit starter</p>
<p><a href="/projects/elks">Read more</a></p>
<p>RBCX is a universal controller for hobby robots. It is a successor of RB3201-RBControl. It is used in our robot Robotka on Robo camp 2020.</p>
<p><a href="/projects/rbcx">Read more</a></p>
</div>
</div>

<div class="row">
<div class="col-md-12">
<h2></h2>
<p>RBCX is a universal controller for hobby robots. It is a successor of RB3201-RBControl. It is used in our robot Robotka on Robo camp 2020.</p>
<p><a href="/projects/rbcx">Read more</a></p>
<p>ESP Learning Kit starter</p>
<p><a href="/projects/elks">Read more</a></p>
</div>
</div>

Expand Down
280 changes: 280 additions & 0 deletions repos/3pilib/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,280 @@
<!DOCTYPE html>
<html lang="en">
<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="stylesheet" href="/assets/css/font-awesome-6.4.1.css">


<title></title>
</head>
<body class="flex flex-col min-h-screen">

<header class="fixed top-0 left-0 right-0 z-50 w-full flex items-center justify-center flex-nowrap pl-5 pr-5">
<nav class="mt-6 relative w-full bg-white border border-gray-200 rounded-[36px] mx-2 py-3 px-4 md:flex md:items-center md:justify-between md:py-0 md:px-6 lg:px-8 xl:mx-auto 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 w-100" href="/">
<img class="w-12 h-auto" src="/assets/logo.png" alt="Logo">
<div class="hover:text-blue-600">
Robotics Brno
</div>
</a>
<div class="md:hidden">
<button type="button" class="hs-collapse-toggle p-2 inline-flex justify-center items-center gap-2 rounded-full border font-medium bg-white text-gray-700 shadow-sm align-middle hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-white focus:ring-blue-600 transition-all text-sm dark:bg-slate-900 dark:hover:bg-slate-800 dark:border-gray-700 dark:text-gray-400 dark:hover:text-white dark:focus:ring-offset-gray-800" data-hs-collapse="#navbar-collapse-with-animation" aria-controls="navbar-collapse-with-animation" aria-label="Toggle navigation">
<svg class="hs-collapse-open:hidden w-4 h-4" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z"/>
</svg>
<svg class="hs-collapse-open:block hidden w-4 h-4" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
<path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"/>
</svg>
</button>
</div>
</div>
<div id="navbar-collapse-with-animation" class="hs-collapse hidden overflow-hidden transition-all duration-300 basis-full grow md:block">
<div class="flex flex-col gap-y-4 gap-x-0 mt-5 md:flex-row md:items-center md:justify-end md:gap-y-0 md:gap-x-7 md:mt-0 md:pl-7">















<a class="font-medium text-gray-500 hover:text-gray-400 md:py-6 dark:text-gray-400 hover:text-gray-500"
href="/repos"
>
Repos
</a>

















<a class="font-medium text-gray-500 hover:text-gray-400 md:py-6 dark:text-gray-400 hover:text-gray-500"
href="/projects"
>
Projects
</a>

















<a class="font-medium text-gray-500 hover:text-gray-400 md:py-6 dark:text-gray-400 hover:text-gray-500"
href="/demo"
>
Demo
</a>










<a class="font-medium text-gray-500 hover:text-gray-400 md:py-6 dark:text-gray-400 hover:text-gray-500"
href="/about"
>
About
</a>










<div class="flex items-center gap-x-2 text-gray-500 hover:text-gray-400 md:py-6 dark:text-gray-400 dark:hover:text-gray-500">
<a class="font-medium text-gray-500 hover:text-gray-400 md:py-6 dark:text-gray-400 dark:hover:text-gray-500"
href="https://team.robotikabrno.cz/" target="_blank">
Our team
</a>
<i class="fa-solid fa-arrow-up-right-from-square"></i>
</div>

























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




















































































<div class="pt-16">

<h1>3pilib</h1>
<p>3pi robot interface library</p>
<p>Language: C++</p>
<p>Created: 11.04.2024</p>
<p>Updated: 11.04.2024</p>
<p>Stars: 0</p>
<a href="https://github.com/RoboticsBrno/3pilib">Visit on GitHub</a>

<h2>Readme</h2>
<div class="readme">

</div>

</div>
<!-- Footer -->
<footer class="dark:bg-gray-800 bg-white py-6 px-6">
<div class="container mx-auto max-w-7xl sm:px-6 lg:px-8">
<div class="flex justify-between items-center">
<div class="text-center md:text-left text-gray-600 dark:text-gray-300">
<h5 class="text-lg font-semibold">RoboticsBrno</h5>
<p class="py-2">© All rights reserved.</p>
</div>
<div class="space-x-4">
<a href="#" class="dark:hover:text-gray-300 hover:text-gray-800 text-gray-800 px-3 py-2 rounded-md text-sm font-medium">Terms of Service</a>
<a href="#" class="dark:hover:text-gray-300 hover:text-gray-800 text-gray-800 px-3 py-2 rounded-md text-sm font-medium">Privacy Policy</a>
</div>
</div>
</div>
</footer>
</body>
</html>
4 changes: 2 additions & 2 deletions repos/ArduinoLearningKitStarter/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ <h1>ArduinoLearningKitStarter</h1>
<p>🛝 Starter learning kit for Arudino Nano / Uno and ESP32 DevKitC by RoboticsBrno.</p>
<p>Language: C++</p>
<p>Created: 22.09.2016</p>
<p>Updated: 25.04.2023</p>
<p>Stars: 19</p>
<p>Updated: 23.03.2024</p>
<p>Stars: 21</p>
<a href="https://github.com/RoboticsBrno/ArduinoLearningKitStarter">Visit on GitHub</a>

<h2>Readme</h2>
Expand Down
6 changes: 3 additions & 3 deletions repos/Esp32-RBGridUI/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,11 +248,11 @@
<div class="pt-16">

<h1>Esp32-RBGridUI</h1>
<p>No description</p>
<p>🕹️ A library to build user interfaces for ESP32 programs, controllable via the RBController apps</p>
<p>Language: JavaScript</p>
<p>Created: 19.03.2020</p>
<p>Updated: 20.06.2023</p>
<p>Stars: 1</p>
<p>Updated: 19.11.2023</p>
<p>Stars: 2</p>
<a href="https://github.com/RoboticsBrno/Esp32-RBGridUI">Visit on GitHub</a>

<h2>Readme</h2>
Expand Down
4 changes: 2 additions & 2 deletions repos/Esp32-lx16a/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ <h1>Esp32-lx16a</h1>
<p>No description</p>
<p>Language: C++</p>
<p>Created: 13.04.2023</p>
<p>Updated: 16.04.2023</p>
<p>Stars: 1</p>
<p>Updated: 26.01.2024</p>
<p>Stars: 2</p>
<a href="https://github.com/RoboticsBrno/Esp32-lx16a">Visit on GitHub</a>

<h2>Readme</h2>
Expand Down
27 changes: 24 additions & 3 deletions repos/Jaculus-vscode-web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,16 +248,37 @@
<div class="pt-16">

<h1>Jaculus-vscode-web</h1>
<p>No description</p>
<p>VS Code Web Extension demonstrating WebUSB access - testing version</p>
<p>Language: TypeScript</p>
<p>Created: 17.07.2023</p>
<p>Updated: 17.07.2023</p>
<p>Updated: 15.11.2023</p>
<p>Stars: 0</p>
<a href="https://github.com/RoboticsBrno/Jaculus-vscode-web">Visit on GitHub</a>

<h2>Readme</h2>
<div class="readme">
<h1>Jaculus-vscode-web</h1>
<h1>WebUSB Web Extension</h1>
<p>VS Code Web Extension demonstrating WebUSB access</p>
<h2>Prerequisites</h2>
<p>A VS Code Web build available which includes https://github.com/microsoft/vscode/pull/152310</p>
<h2>Description</h2>
<p>WebUSB devices can be accessed from web extensions running in the web extension host webworker here:</p>
<p>https://github.com/thegecko/webusb-web-extension/blob/main/src/browser/commands.ts#L23</p>
<p>WebUSB devices need to be authorised before being accessed and this is possible due to the new <code>workbench.experimental.requestUsbDevice</code> command.</p>
<p>This is triggered from the webview here:</p>
<p>https://github.com/thegecko/webusb-web-extension/blob/main/src/views/webusb-view.ts#L7</p>
<p>but run in the webworker here:</p>
<p>https://github.com/thegecko/webusb-web-extension/blob/main/src/views/webusb-main.ts#L25</p>
<h2>Screenshot</h2>
<p><img src="https://user-images.githubusercontent.com/61341/161058912-85171f70-7c86-42f0-862b-29a7e014cf92.png"></p>
<h2>Install</h2>
<pre><code class="language-bash">npm install
npm run watch
</code></pre>
<p>In second terminal:</p>
<pre><code class="language-bash">npm run browser
</code></pre>
<p>Then open the extension in VS Code and run the <code>Run Extension</code> launch configuration.</p>
</div>

</div>
Expand Down
Loading

0 comments on commit 47eed21

Please sign in to comment.