Skip to content

Commit

Permalink
deploy: cd4d7ad
Browse files Browse the repository at this point in the history
  • Loading branch information
C2Coder committed Apr 21, 2024
1 parent c96ccd2 commit 5c93c67
Show file tree
Hide file tree
Showing 155 changed files with 25,406 additions and 10,019 deletions.
36 changes: 21 additions & 15 deletions about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@
<script src="/assets/js/preline.js"></script>

<link rel="stylesheet" href="/assets/css/font-awesome-6.4.1.css">
<link rel="stylesheet" href="/assets/css/github-markdown.css">


<title>About Us</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">
<header class="px-2 fixed top-0 left-0 right-0 z-50 w-full flex items-center justify-center flex-nowrap">
<nav class="mt-2 mx-2 py-1 px-4 relative w-full bg-white border border-gray-200 rounded-[26px] 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">
Expand All @@ -39,7 +40,7 @@
</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">
<div class="flex mt-6 md:mt-0 md:pl-7 flex-col gap-y-4 gap-x-0 md:flex-row md:items-center md:justify-end md:gap-y-0 md:gap-x-7">



Expand All @@ -55,7 +56,7 @@



<a class="font-medium text-gray-500 hover:text-gray-400 md:py-6 dark:text-gray-400 hover:text-gray-500"
<a class="font-medium md:py-4 text-gray-500 hover:text-gray-400 dark:text-gray-400 hover:text-gray-500"
href="/repos"
>
Repos
Expand All @@ -77,7 +78,7 @@



<a class="font-medium text-gray-500 hover:text-gray-400 md:py-6 dark:text-gray-400 hover:text-gray-500"
<a class="font-medium md:py-4 text-gray-500 hover:text-gray-400 dark:text-gray-400 hover:text-gray-500"
href="/projects"
>
Projects
Expand All @@ -99,7 +100,7 @@



<a class="font-medium text-gray-500 hover:text-gray-400 md:py-6 dark:text-gray-400 hover:text-gray-500"
<a class="font-medium md:py-4 text-gray-500 hover:text-gray-400 dark:text-gray-400 hover:text-gray-500"
href="/demo"
>
Demo
Expand All @@ -114,7 +115,7 @@



<a class="font-medium text-blue-600 md:py-6 dark:text-gray-400 hover:text-gray-500"
<a class="font-medium md:py-4 text-blue-600 dark:text-gray-400 hover:text-gray-500"
href="/about"
aria-current="page">
About
Expand All @@ -129,8 +130,8 @@



<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"
<div class="flex md:py-5 items-center gap-x-2 text-gray-500 hover:text-gray-400 dark:text-gray-400 dark:hover:text-gray-500">
<a class="font-medium md:py-2 text-gray-500 hover:text-gray-400 dark:text-gray-400 dark:hover:text-gray-500"
href="https://team.robotikabrno.cz/" target="_blank">
Our team
</a>
Expand Down Expand Up @@ -248,23 +249,28 @@




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



</div>


<div class="mt-2 flex flex-grow">
</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">
<footer class="py-6 px-6 dark:bg-gray-800 bg-white">
<div class="sm:px-6 lg:px-8 container mx-auto max-w-7xl">
<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>
<a href="#" class="px-3 py-2 dark:text-gray-300 dark:hover:text-gray-500 text-gray-600 hover:text-gray-800 rounded-md text-sm font-medium">Terms of Service</a>
<a href="#" class="px-3 py-2 dark:text-gray-300 dark:hover:text-gray-500 text-gray-600 hover:text-gray-800 rounded-md text-sm font-medium">Privacy Policy</a>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit 5c93c67

Please sign in to comment.