update teams (#1011)

* update teams

* reverse banner hover state

* decrease navbar divider to 1px

* remove deb from release
This commit is contained in:
Utku 2023-06-24 17:30:22 +03:00 committed by GitHub
parent 697dfffe37
commit 72ff8b87b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 9 deletions

View file

@ -24,7 +24,7 @@ jobs:
# target: aarch64-pc-windows-msvc
- host: ubuntu-20.04
target: x86_64-unknown-linux-gnu
bundles: deb,appimage
bundles: appimage
# - host: ubuntu-20.04
# target: x86_64-unknown-linux-musl
# - host: ubuntu-20.04

Binary file not shown.

Before

Width:  |  Height:  |  Size: 192 KiB

View file

@ -148,8 +148,8 @@ export default function NavBar() {
</div>
</div>
<div className="absolute bottom-0 flex h-1 w-full flex-row items-center justify-center pt-4 opacity-100">
<div className="h-0.5 w-1/2 bg-gradient-to-r from-transparent to-white/30"></div>
<div className="h-0.5 w-1/2 bg-gradient-to-l from-transparent to-white/30"></div>
<div className="h-[1px] w-1/2 bg-gradient-to-r from-transparent to-white/30"></div>
<div className="h-[1px] w-1/2 bg-gradient-to-l from-transparent to-white/30"></div>
</div>
</div>
);

View file

@ -12,7 +12,7 @@ const NewBanner: React.FC<NewBannerProps> = (props) => {
return (
<aside
onClick={() => (window.location.href = href)}
className="fade-in-whats-new z-10 mb-5 flex w-10/12 cursor-pointer flex-row rounded-full border border-blue-200 border-opacity-50 bg-gray-800/50 px-5 py-1.5 text-xs transition hover:border-gray-550 hover:bg-gray-750 sm:w-auto sm:text-base"
className="fade-in-whats-new z-10 mb-5 flex w-10/12 cursor-pointer flex-row rounded-full border border-gray-550/50 bg-gray-800/50 px-5 py-1.5 text-xs transition hover:border-blue-200/50 hover:bg-gray-750 sm:w-auto sm:text-base"
>
<strong className="truncate font-semibold text-gray-350">{headline}</strong>
<div role="separator" className="h-22 mx-4 w-[1px] bg-gray-500" />

View file

@ -94,11 +94,6 @@ export const teamMembers: Array<TeamMemberProps> = [
github: 'https://github.com/niikeec',
twitter: 'https://twitter.com/nikec_'
}
},
{
name: 'Kryssa Lynn',
role: 'Personal Assistant',
imageUrl: '/images/team/kryssa.jpg'
}
];