Skip to content

Commit

Permalink
Merge pull request #487 from vselvarajijay/go-live-version
Browse files Browse the repository at this point in the history
Go live version
  • Loading branch information
vselvarajijay committed Apr 10, 2024
2 parents 2acb27b + 4e0e860 commit 897220e
Show file tree
Hide file tree
Showing 8 changed files with 176 additions and 23 deletions.
4 changes: 2 additions & 2 deletions packages/docs/src/pages/LandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -390,9 +390,9 @@ export default function Example() {
<div
onClick={() => window.location.href = "https://discord.gg/WSqNrWBKKw"}
onKeyDown={() => {}}
className="flex my-auto cursor-pointer rounded-full w-full text-white bg-ak-red-700 py-3 text-sm font-semibold"
className="cursor-pointer flex my-auto rounded-full w-fit bg-black dark:bg-white px-3.5 py-2 text-sm font-semibold text-white dark:text-black shadow-sm focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 "
>
<div className='mx-auto text-xl'>
<div className='mx-auto text-lg'>
Join our Community
</div>

Expand Down
135 changes: 135 additions & 0 deletions packages/docs/src/pages/hiring/hero.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,135 @@
import { useState } from 'react'
import { Dialog } from '@headlessui/react'
import { Bars3Icon, XMarkIcon } from '@heroicons/react/24/outline'

const navigation = [
{ name: 'Product', href: '#' },
{ name: 'Features', href: '#' },
{ name: 'Marketplace', href: '#' },
{ name: 'Company', href: '#' },
]

export default function Example() {
const [mobileMenuOpen, setMobileMenuOpen] = useState(false)

return (
<div className="bg-white">
<header className="absolute inset-x-0 top-0 z-50">
<nav className="mx-auto flex max-w-7xl items-center justify-between p-6 lg:px-8" aria-label="Global">
<div className="flex lg:flex-1">
<a href="#" className="-m-1.5 p-1.5">
<span className="sr-only">Your Company</span>
<img
className="h-8 w-auto"
src="https://tailwindui.com/img/logos/mark.svg?color=indigo&shade=600"
alt=""
/>
</a>
</div>
<div className="flex lg:hidden">
<button
type="button"
className="-m-2.5 inline-flex items-center justify-center rounded-md p-2.5 text-gray-700"
onClick={() => setMobileMenuOpen(true)}
>
<span className="sr-only">Open main menu</span>
<Bars3Icon className="h-6 w-6" aria-hidden="true" />
</button>
</div>
<div className="hidden lg:flex lg:gap-x-12">
{navigation.map((item) => (
<a key={item.name} href={item.href} className="text-sm font-semibold leading-6 text-gray-900">
{item.name}
</a>
))}
</div>
<div className="hidden lg:flex lg:flex-1 lg:justify-end">
<a href="#" className="text-sm font-semibold leading-6 text-gray-900">
Log in <span aria-hidden="true">&rarr;</span>
</a>
</div>
</nav>
<Dialog as="div" className="lg:hidden" open={mobileMenuOpen} onClose={setMobileMenuOpen}>
<div className="fixed inset-0 z-50" />
<Dialog.Panel className="fixed inset-y-0 right-0 z-50 w-full overflow-y-auto bg-white px-6 py-6 sm:max-w-sm sm:ring-1 sm:ring-gray-900/10">
<div className="flex items-center justify-between">
<a href="#" className="-m-1.5 p-1.5">
<span className="sr-only">Your Company</span>
<img
className="h-8 w-auto"
src="https://tailwindui.com/img/logos/mark.svg?color=indigo&shade=600"
alt=""
/>
</a>
<button
type="button"
className="-m-2.5 rounded-md p-2.5 text-gray-700"
onClick={() => setMobileMenuOpen(false)}
>
<span className="sr-only">Close menu</span>
<XMarkIcon className="h-6 w-6" aria-hidden="true" />
</button>
</div>
<div className="mt-6 flow-root">
<div className="-my-6 divide-y divide-gray-500/10">
<div className="space-y-2 py-6">
{navigation.map((item) => (
<a
key={item.name}
href={item.href}
className="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50"
>
{item.name}
</a>
))}
</div>
<div className="py-6">
<a
href="#"
className="-mx-3 block rounded-lg px-3 py-2.5 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50"
>
Log in
</a>
</div>
</div>
</div>
</Dialog.Panel>
</Dialog>
</header>
<div className="relative isolate overflow-hidden bg-gradient-to-b from-indigo-100/20 pt-14">
<div
className="absolute inset-y-0 right-1/2 -z-10 -mr-96 w-[200%] origin-top-right skew-x-[-30deg] bg-white shadow-xl shadow-indigo-600/10 ring-1 ring-indigo-50 sm:-mr-80 lg:-mr-96"
aria-hidden="true"
/>
<div className="mx-auto max-w-7xl px-6 py-32 sm:py-40 lg:px-8">
<div className="mx-auto max-w-2xl lg:mx-0 lg:grid lg:max-w-none lg:grid-cols-2 lg:gap-x-16 lg:gap-y-6 xl:grid-cols-1 xl:grid-rows-1 xl:gap-x-8">
<h1 className="max-w-2xl text-4xl font-bold tracking-tight text-gray-900 sm:text-6xl lg:col-span-2 xl:col-auto">
Our partners are hiring
</h1>
<div className="mt-6 max-w-xl lg:mt-0 xl:col-end-1 xl:row-start-1">
<p className="text-lg leading-8 text-gray-600">
Anim aute id magna aliqua ad ad non deserunt sunt. Qui irure qui lorem cupidatat commodo. Elit sunt amet
fugiat veniam occaecat fugiat aliqua. Anim aute id magna aliqua ad ad non deserunt sunt. Qui irure qui
lorem cupidatat commodo.
</p>
<div className="mt-10 flex items-center gap-x-6">
<a
href="#"
className="rounded-md bg-indigo-600 px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600"
>
Find your new job <span aria-hidden="true"></span>
</a>
</div>
</div>
<img
src="https://images.unsplash.com/photo-1567532900872-f4e906cbf06a?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1280&q=80"
alt=""
className="mt-10 aspect-[6/5] w-full max-w-lg rounded-2xl object-cover sm:mt-16 lg:mt-0 lg:max-w-none xl:row-span-2 xl:row-end-2 xl:mt-36"
/>
</div>
</div>
<div className="absolute inset-x-0 bottom-0 -z-10 h-24 bg-gradient-to-t from-white sm:h-32" />
</div>
</div>
)
}
18 changes: 18 additions & 0 deletions packages/docs/src/pages/hiring/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import { UserGroupIcon, BoltIcon, ScaleIcon } from '@heroicons/react/20/solid'
import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
import Layout from '@theme/Layout';
import Hero from './hero';


export default function Home(): JSX.Element {
const {siteConfig} = useDocusaurusContext();
return (
<Layout>
<Hero />

</Layout>
);
}



26 changes: 13 additions & 13 deletions packages/react/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const MeasurementsPage:React.FC<MeasurementsPageProps> = ({ measurements

{
_measurements?.map((measurement: any) => {
if(measurement.active === true && measurement.type === 'survey')
if(measurement.type === 'survey')
{
return (
<Container>
Expand Down
9 changes: 4 additions & 5 deletions packages/server/akello/auth/aws_cognito/aws_cognito.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,15 @@ class Settings(BaseSettings):


async def local_auth_required(request: Request) -> CognitoTokenCustom:
try:
auth_token = request.headers.get('Authorization').replace('Bearer ', '')
try:
auth_token = request.headers.get('Authorization').replace('Bearer ', '')
decoded_token = jwt.get_unverified_claims(auth_token) #NOSONAR
decoded_token["email"] = decoded_token["username"]
decoded_token["email"] = decoded_token["username"]
except Exception as e:
print(e)
raise HTTPException(status_code=401, detail="Unauthroized")
return parse_obj_as(CognitoTokenCustom, decoded_token)

auth_provider = CognitoAuth(
settings=CognitoSettings.from_global_settings(Settings()), userpool_name="us",
custom_model=CognitoTokenCustom
settings=CognitoSettings.from_global_settings(Settings()), userpool_name="us"
)
2 changes: 1 addition & 1 deletion packages/server/akello/cli/commands/text2speech.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from openai import OpenAI


client = OpenAI(api_key=os.getenv("OPENAI_API_KEY"))
client = OpenAI()


@click.command()
Expand Down
3 changes: 2 additions & 1 deletion packages/server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ dependencies = [
'jsonschema',
'click',
'faker',
'ollama'
'ollama',
'openai'
]

[project.urls]
Expand Down

0 comments on commit 897220e

Please sign in to comment.