UI/UX work done.

This commit is contained in:
Matjaz
2022-02-06 10:40:07 +01:00
parent 97312db57f
commit c06485556f
11 changed files with 12049 additions and 236 deletions

BIN
public/images/19187755.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

BIN
public/images/2355.eps Normal file

Binary file not shown.

9202
public/images/2355.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
public/images/avatar_48.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
public/images/avatar_94.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 KiB

2249
public/scripts/flowbite.js Normal file

File diff suppressed because it is too large Load Diff

View File

@ -423,6 +423,11 @@ Ensure the default browser behavior of the `hidden` attribute.
display: none;
}
* {
scrollbar-color: initial;
scrollbar-width: initial;
}
*, ::before, ::after {
--tw-translate-x: 0;
--tw-translate-y: 0;
@ -493,16 +498,20 @@ Ensure the default browser behavior of the `hidden` attribute.
top: -2.5rem;
}
.z-0 {
z-index: 0;
.right-0 {
right: 0px;
}
.z-50 {
z-index: 50;
}
.order-1 {
order: 1;
.z-10 {
z-index: 10;
}
.m-5 {
margin: 1.25rem;
}
.m-2 {
@ -519,16 +528,16 @@ Ensure the default browser behavior of the `hidden` attribute.
margin-bottom: 1rem;
}
.my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.mt-2 {
margin-top: 0.5rem;
}
@ -549,80 +558,80 @@ Ensure the default browser behavior of the `hidden` attribute.
margin-bottom: 1rem;
}
.mr-1 {
margin-right: 0.25rem;
}
.ml-2 {
margin-left: 0.5rem;
}
.mr-3 {
margin-right: 0.75rem;
}
.mt-1 {
margin-top: 0.25rem;
}
.mt-3 {
margin-top: 0.75rem;
}
.mt-14 {
margin-top: 3.5rem;
.ml-2 {
margin-left: 0.5rem;
}
.-mr-1 {
margin-right: -0.25rem;
}
.block {
display: block;
}
.inline-block {
display: inline-block;
}
.flex {
display: flex;
}
.inline-flex {
display: inline-flex;
}
.hidden {
display: none;
}
.h-6 {
height: 1.5rem;
}
.h-screen {
height: 100vh;
}
.h-4 {
height: 1rem;
}
.h-40 {
height: 10rem;
}
.h-36 {
height: 9rem;
}
.h-32 {
height: 8rem;
}
.h-24 {
height: 6rem;
.h-64 {
height: 16rem;
}
.h-20 {
height: 5rem;
.h-full {
height: 100%;
}
.h-16 {
height: 4rem;
}
.h-14 {
height: 3.5rem;
.h-20 {
height: 5rem;
}
.max-h-52 {
max-height: 13rem;
.h-28 {
height: 7rem;
}
.h-36 {
height: 9rem;
}
.h-4 {
height: 1rem;
}
.h-5 {
height: 1.25rem;
}
.max-h-40 {
@ -641,32 +650,62 @@ Ensure the default browser behavior of the `hidden` attribute.
width: 100%;
}
.w-8 {
width: 2rem;
.w-44 {
width: 11rem;
}
.w-10 {
width: 2.5rem;
.w-4 {
width: 1rem;
}
.w-fit {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
.w-56 {
width: 14rem;
}
.w-5 {
width: 1.25rem;
}
.max-w-xl {
max-width: 36rem;
}
.max-w-lg {
max-width: 32rem;
}
.flex-1 {
flex: 1 1 0%;
}
.flex-auto {
flex: 1 1 auto;
}
.flex-shrink-0 {
flex-shrink: 0;
}
.origin-top-right {
transform-origin: top right;
}
.scale-95 {
--tw-scale-x: .95;
--tw-scale-y: .95;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
--tw-scale-x: 1;
--tw-scale-y: 1;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.list-none {
list-style-type: none;
}
.place-content-end {
place-content: end;
}
@ -679,16 +718,23 @@ Ensure the default browser behavior of the `hidden` attribute.
justify-content: flex-end;
}
.justify-center {
justify-content: center;
}
.justify-between {
justify-content: space-between;
}
.justify-items-end {
justify-items: end;
.divide-y > :not([hidden]) ~ :not([hidden]) {
--tw-divide-y-reverse: 0;
border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.justify-self-end {
justify-self: end;
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgb(243 244 246 / var(--tw-divide-opacity));
}
.overflow-visible {
@ -699,10 +745,32 @@ Ensure the default browser behavior of the `hidden` attribute.
overflow-y: hidden;
}
.overflow-y-scroll {
overflow-y: scroll;
}
.truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.rounded-md {
border-radius: 0.375rem;
}
.rounded-full {
border-radius: 9999px;
}
.rounded {
border-radius: 0.25rem;
}
.rounded-lg {
border-radius: 0.5rem;
}
.border {
border-width: 1px;
}
@ -711,9 +779,9 @@ Ensure the default browser behavior of the `hidden` attribute.
border-bottom-width: 1px;
}
.border-white {
.border-gray-300 {
--tw-border-opacity: 1;
border-color: rgb(255 255 255 / var(--tw-border-opacity));
border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-b-gray-400 {
@ -721,26 +789,6 @@ Ensure the default browser behavior of the `hidden` attribute.
border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-b-zinc-50 {
--tw-border-opacity: 1;
border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity));
}
.border-b-white {
--tw-border-opacity: 1;
border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-gray-300 {
--tw-border-opacity: 1;
border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-b-gray-500 {
--tw-border-opacity: 1;
border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
@ -751,19 +799,9 @@ Ensure the default browser behavior of the `hidden` attribute.
background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-gray-900 {
.bg-blue-600 {
--tw-bg-opacity: 1;
background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-gray-800 {
--tw-bg-opacity: 1;
background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-gray-700 {
--tw-bg-opacity: 1;
background-color: rgb(55 65 81 / var(--tw-bg-opacity));
background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-gray-600 {
@ -771,14 +809,39 @@ Ensure the default browser behavior of the `hidden` attribute.
background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.bg-blue-600 {
.bg-gray-900 {
--tw-bg-opacity: 1;
background-color: rgb(37 99 235 / var(--tw-bg-opacity));
background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.object-cover {
-o-object-fit: cover;
object-fit: cover;
.bg-gray-400 {
--tw-bg-opacity: 1;
background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-blue-400 {
--tw-bg-opacity: 1;
background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}
.bg-gray-500 {
--tw-bg-opacity: 1;
background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-gray-700 {
--tw-bg-opacity: 1;
background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.bg-blue-700 {
--tw-bg-opacity: 1;
background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.bg-gray-100 {
--tw-bg-opacity: 1;
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.object-none {
@ -791,21 +854,6 @@ Ensure the default browser behavior of the `hidden` attribute.
object-position: center;
}
.object-left-bottom {
-o-object-position: left bottom;
object-position: left bottom;
}
.object-left-top {
-o-object-position: left top;
object-position: left top;
}
.object-top {
-o-object-position: top;
object-position: top;
}
.p-1 {
padding: 0.25rem;
}
@ -814,18 +862,14 @@ Ensure the default browser behavior of the `hidden` attribute.
padding: 1rem;
}
.p-2 {
padding: 0.5rem;
}
.p-3 {
padding: 0.75rem;
}
.p-5 {
padding: 1.25rem;
}
.p-2 {
padding: 0.5rem;
}
.py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
@ -836,21 +880,36 @@ Ensure the default browser behavior of the `hidden` attribute.
padding-right: 0.5rem;
}
.px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.py-2\.5 {
padding-top: 0.625rem;
padding-bottom: 0.625rem;
}
.py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.pl-2 {
padding-left: 0.5rem;
}
@ -859,10 +918,6 @@ Ensure the default browser behavior of the `hidden` attribute.
padding-left: 2.5rem;
}
.pt-2 {
padding-top: 0.5rem;
}
.pt-3 {
padding-top: 0.75rem;
}
@ -871,8 +926,12 @@ Ensure the default browser behavior of the `hidden` attribute.
padding-right: 1.25rem;
}
.align-middle {
vertical-align: middle;
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.align-bottom {
@ -889,10 +948,19 @@ Ensure the default browser behavior of the `hidden` attribute.
line-height: 1.75rem;
}
.text-base {
font-size: 1rem;
line-height: 1.5rem;
}
.font-bold {
font-weight: 700;
}
.font-medium {
font-weight: 500;
}
.text-gray-600 {
--tw-text-opacity: 1;
color: rgb(75 85 99 / var(--tw-text-opacity));
@ -908,34 +976,251 @@ Ensure the default browser behavior of the `hidden` attribute.
color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-700 {
--tw-text-opacity: 1;
color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-900 {
--tw-text-opacity: 1;
color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-blue-600 {
--tw-text-opacity: 1;
color: rgb(37 99 235 / var(--tw-text-opacity));
}
.opacity-0 {
opacity: 0;
}
.opacity-100 {
opacity: 1;
}
.shadow {
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring-1 {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-black {
--tw-ring-opacity: 1;
--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-opacity-5 {
--tw-ring-opacity: 0.05;
}
.transition {
transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.duration-100 {
transition-duration: 100ms;
}
.duration-75 {
transition-duration: 75ms;
}
.ease-out {
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in {
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.scrollbar {
--scrollbar-track: initial;
--scrollbar-thumb: initial;
scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
overflow: overlay;
}
.scrollbar.overflow-x-hidden {
overflow-x: hidden;
}
.scrollbar.overflow-y-hidden {
overflow-y: hidden;
}
.scrollbar::-webkit-scrollbar-track {
background-color: var(--scrollbar-track);
}
.scrollbar::-webkit-scrollbar-thumb {
background-color: var(--scrollbar-thumb);
}
.scrollbar {
scrollbar-width: auto;
}
.scrollbar::-webkit-scrollbar {
width: 16px;
height: 16px;
}
.scrollbar-thin {
--scrollbar-track: initial;
--scrollbar-thumb: initial;
scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
overflow: overlay;
}
.scrollbar-thin.overflow-x-hidden {
overflow-x: hidden;
}
.scrollbar-thin.overflow-y-hidden {
overflow-y: hidden;
}
.scrollbar-thin::-webkit-scrollbar-track {
background-color: var(--scrollbar-track);
}
.scrollbar-thin::-webkit-scrollbar-thumb {
background-color: var(--scrollbar-thumb);
}
.scrollbar-thin {
scrollbar-width: thin;
}
.scrollbar-thin::-webkit-scrollbar {
width: 8px;
height: 8px;
}
.scrollbar-track-gray-\37 00 {
--scrollbar-track: #374151 !important;
}
.scrollbar-thumb-gray-\37 00 {
--scrollbar-thumb: #374151 !important;
}
.scrollbar-thumb-gray-\39 00 {
--scrollbar-thumb: #111827 !important;
}
.scrollbar-track-blue-\33 00 {
--scrollbar-track: #93c5fd !important;
}
.scrollbar-thumb-blue-\37 00 {
--scrollbar-thumb: #1d4ed8 !important;
}
.focus-within\:text-gray-400:focus-within {
--tw-text-opacity: 1;
color: rgb(156 163 175 / var(--tw-text-opacity));
}
.hover\:bg-gray-100:hover {
--tw-bg-opacity: 1;
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-blue-800:hover {
--tw-bg-opacity: 1;
background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover {
--tw-bg-opacity: 1;
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:bg-gray-400:hover {
--tw-bg-opacity: 1;
background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.hover\:bg-gray-600:hover {
--tw-bg-opacity: 1;
background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.hover\:underline:hover {
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
}
.focus\:text-blue-400:focus {
--tw-text-opacity: 1;
color: rgb(96 165 250 / var(--tw-text-opacity));
}
.focus\:outline-none:focus {
outline: 2px solid transparent;
outline-offset: 2px;
}
.focus\:ring-4:focus {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-blue-300:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
}
.focus\:ring-indigo-500:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}
.focus\:ring-offset-2:focus {
--tw-ring-offset-width: 2px;
}
.focus\:ring-offset-gray-100:focus {
--tw-ring-offset-color: #f3f4f6;
}
@media (prefers-color-scheme: dark) {
.dark\:bg-gray-800 {
--tw-bg-opacity: 1;
@ -952,11 +1237,41 @@ Ensure the default browser behavior of the `hidden` attribute.
background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.dark\:bg-gray-600 {
--tw-bg-opacity: 1;
background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.dark\:bg-blue-600 {
--tw-bg-opacity: 1;
background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.dark\:text-white {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark\:text-gray-200 {
--tw-text-opacity: 1;
color: rgb(229 231 235 / var(--tw-text-opacity));
}
.dark\:hover\:bg-gray-600:hover {
--tw-bg-opacity: 1;
background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.dark\:hover\:bg-blue-700:hover {
--tw-bg-opacity: 1;
background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.dark\:hover\:text-white:hover {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark\:focus\:bg-white:focus {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
@ -966,6 +1281,11 @@ Ensure the default browser behavior of the `hidden` attribute.
--tw-text-opacity: 1;
color: rgb(17 24 39 / var(--tw-text-opacity));
}
.dark\:focus\:ring-blue-800:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
}
}
@media (min-width: 1024px) {
@ -974,11 +1294,6 @@ Ensure the default browser behavior of the `hidden` attribute.
margin-right: 2.5rem;
}
.lg\:mx-5 {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.lg\:mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
@ -996,12 +1311,16 @@ Ensure the default browser behavior of the `hidden` attribute.
width: 25%;
}
.lg\:w-72 {
width: 18rem;
}
.lg\:flex-1 {
flex: 1 1 0%;
}
.lg\:overflow-scroll {
overflow: scroll;
.lg\:overflow-y-hidden {
overflow-y: hidden;
}
.lg\:overflow-y-scroll {
@ -1012,4 +1331,12 @@ Ensure the default browser behavior of the `hidden` attribute.
padding-left: 6rem;
padding-right: 6rem;
}
.scrollbar.lg\:overflow-y-hidden {
overflow-y: hidden;
}
.scrollbar-thin.lg\:overflow-y-hidden {
overflow-y: hidden;
}
}

View File

@ -3,5 +3,7 @@ module.exports = {
theme: {
extend: {},
},
plugins: [],
plugins: [
require('tailwind-scrollbar'),
]
}

View File

@ -13,9 +13,8 @@
<body class="bg-white dark:bg-gray-800 dark:text-white">
<div class="lg:px-24 mx-auto">
<div class="lg:flex mt-2">
<div class="lg:w-1/4 lg:overflow-y-scroll ">
<div class="lg:flex justify-center">
<div class="lg:w-72 lg:overflow-y-hidden">
<form method="GET">
<div class="relative text-gray-600 focus-within:text-gray-400">
<span class="absolute inset-y-0 left-0 flex items-center pl-2">
@ -31,36 +30,70 @@
placeholder="Search..." autocomplete="off">
</div>
</form>
<div class="flex items-center text-sm mt-5">
<img src="https://i.pravatar.cc/48" alt="John Doe" class="rounded-md mr-2">
John Doe
<div class="flex items-center justify-between mt-5">
<div class="flex items-center">
<img src="/images/avatar_48.png" alt="John Doe" class="rounded-md mr-2">
<div>
<div class="w-full font-bold text-sm">John Doe</div>
<div class="w-full text-sm text-gray-400">john.doe@uplink.si</div>
</div>
<div class="my-4">
</div>
<div>
<button type="button" data-dropdown-toggle="dropdown" id="profileDropdownButton" class="bg-gray-700 rounded-md mx-2 px-2 focus:text-blue-400 text-lg font-bold" aria-expanded="true" aria-haspopup="true"><i class="fa fa-angle-down"></i></button>
<!-- This is an example component -->
<div class="max-w-lg mx-auto">
<!-- Dropdown menu -->
<div class="hidden dark:bg-gray-700 dark:text-white z-50 list-none divide-y divide-gray-100 rounded-md shadow my-4" id="dropdown">
<ul class="py-1" aria-labelledby="dropdown">
<li>
<a href="#" class="text-sm hover:bg-gray-600 text-white block px-3 py-1">Dashboard</a>
</li>
<li>
<a href="#" class="text-sm hover:bg-gray-600 text-white block px-3 py-1">Settings</a>
</li>
<li>
<a href="#" class="text-sm hover:bg-gray-600 text-white block px-3 py-1">Earnings</a>
</li>
<li>
<a href="#" class="text-sm hover:bg-gray-600 text-white block px-3 py-1">Sign out</a>
</li>
</ul>
</div>
</div>
<script src="/scripts/flowbite.js"></script>
</div>
</div>
<div class="my-5">
<form action="">
<textarea
class="w-full p-1 dark:text-white dark:bg-gray-900 focus:outline-none dark:focus:bg-white dark:focus:text-gray-900"
class="w-full h-36 p-1 dark:text-white dark:bg-gray-900 focus:outline-none dark:focus:bg-white dark:focus:text-gray-900 text-sm"
name="body" id="" cols="20" placeholder="What's on your mind?"></textarea>
<hr class="my-4">
<div class="flex justify-end">
<button class="place-content-end bg-blue-500 shadow py-2 px-2 text-white" type="submit">TOOT!</button>
<button
class="place-content-end bg-blue-600 py-2 px-5 rounded-md mr-3 focus:outline-none focus:shadow-outline"
type="submit">TOOT!</button>
</div>
</form>
</div>
</div>
<div class="lg:flex-1 lg:mx-3 bg-gray-600 text-white" style="max-width: 580px;">
<div class="bg-gray-900 text-white p-4 flex justify-between absolute w-full z-50" style="max-width: 580px;">
<div
class="lg:flex-1 lg:mx-3 max-w-xl min-w-md dark:bg-gray-600 dark:text-white scrollbar-thin scrollbar-thumb-gray-900 scrollbar-track-gray-700 overflow-y-scroll">
<div class="lg:h-screen">
<div class="bg-gray-900 text-white p-4 flex justify-between w-full z-50"">
<div><i class=" fa fa-home mr-2"></i>Home</div>
<div><i class="fa fa-sliders"></i></div>
</div>
<div class="lg:overflow-y-scroll lg:h-screen">
<div class="max-h-40 overflow-y-hidden align-bottom mt-14">
<img class="object-none object-center" src="images/e3c4a6d5b1f352ee.jpg" alt="paralax">
<div class="max-h-40 overflow-y-hidden align-bottom">
<img class="object-none object-center" src="/images/19187755.jpg" alt="paralax">
</div>
<div class="flex justify-between">
<div class="flex-shrink-0 max-h-10 relative -top-10 px-4">
<img src="https://i.pravatar.cc/94" alt="John Doe" class="rounded-md overflow-visible">
<img src="/images/avatar_94.png" alt="John Doe" class="rounded-md overflow-visible">
</div>
<div class="flex items-center pt-3 px-2 mx-2">
<button class="bg-blue-600 py-2 px-5 rounded-md mr-3 focus:outline-none focus:shadow-outline"
@ -91,7 +124,7 @@
</div>
</div>
<div class="lg:w-1/4 lg:overflow-y-scroll">
<div class="lg:w-72 lg:overflow-y-hidden">
<ul class="p-5">
<li>
<a class="font-bold text-lg mb-4 block"><i class="fa fa-home mr-2"></i>Home</a>

View File

@ -1,6 +1,6 @@
<div class="dark:bg-gray-700 flex p-4 border-b border-b-gray-400">
<div class="mr-4 flex-shrink-0">
<img src="https://i.pravatar.cc/48" alt="John Doe" class="rounded-md">
<img src="/images/avatar_48.png" alt="John Doe" class="rounded-md">
</div>
<div>
<h5 class="font-bold mb-4">John Doe</h5>