[question][ui] about page (#534)
parent
7f3a8ccf13
commit
b0c7006a2d
After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 39 KiB |
After Width: | Height: | Size: 326 KiB |
After Width: | Height: | Size: 1.7 MiB |
@ -1,86 +1,110 @@
|
|||||||
|
import Head from 'next/head';
|
||||||
|
|
||||||
import Container from '~/components/shared/Container';
|
import Container from '~/components/shared/Container';
|
||||||
|
|
||||||
const people = [
|
const people = [
|
||||||
{
|
{
|
||||||
bio: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',
|
bio: 'Dsyfunctional human who cannot survive without 10 hours of sleep.',
|
||||||
imageUrl: '/team/TODO.jpg',
|
imageUrl: '/team/weilin.jpg',
|
||||||
name: 'Jeff Sieu',
|
name: 'Ren Weilin',
|
||||||
role: 'Role TODO',
|
role: 'Front End Engineer',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
bio: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',
|
bio: 'Good morning dailou.',
|
||||||
imageUrl: '/team/TODO.jpg',
|
imageUrl: '/team/hongpo.jpg',
|
||||||
name: 'Koh Hong Po',
|
name: 'Koh Hong Po',
|
||||||
role: 'Role TODO',
|
role: 'Back End Engineer',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
bio: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',
|
bio: 'Why spend 1 hour solving the problem when you can spend 10 hours doing abstraction, optimisation and automation (in order of increasing rates of success)?',
|
||||||
imageUrl: '/team/TODO.jpg',
|
imageUrl: '/team/jeffsieu.png',
|
||||||
name: 'Ren Weilin',
|
name: 'Jeff Sieu',
|
||||||
role: 'Role TODO',
|
role: 'Front End Engineer/Karate Gold medalist',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
bio: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',
|
bio: 'Exicited to jump into anything.',
|
||||||
imageUrl: '/team/TODO.jpg',
|
imageUrl: '/team/zhiying.png',
|
||||||
name: 'Tang Zhiying',
|
name: 'Tang Zhiying',
|
||||||
role: 'Role TODO',
|
role: 'Designer',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export default function AboutPage() {
|
export default function AboutPage() {
|
||||||
return (
|
return (
|
||||||
<div className="lg:py-18 bg-white py-12">
|
<>
|
||||||
<Container variant="xs">
|
<Head>
|
||||||
<div className="space-y-12">
|
<title>About us - Question Bank</title>
|
||||||
<div className="space-y-6">
|
</Head>
|
||||||
<h1 className="text-3xl font-bold tracking-tight sm:text-4xl">
|
<div className="lg:py-18 bg-white py-12">
|
||||||
About Question Bank
|
<Container variant="xs">
|
||||||
</h1>
|
<div className="space-y-12">
|
||||||
<p className="text-lg text-slate-500">
|
<div className="space-y-6">
|
||||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
|
<h1 className="text-3xl font-bold tracking-tight sm:text-4xl">
|
||||||
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
|
About Question Bank
|
||||||
enim ad minim veniam, quis nostrud exercitation ullamco laboris
|
</h1>
|
||||||
nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in
|
<p className="text-lg text-slate-500">
|
||||||
reprehenderit in voluptate velit esse cillum dolore eu fugiat
|
Question Bank is for the community to collate and share real
|
||||||
nulla pariatur. Excepteur sint occaecat cupidatat non proident,
|
interview questions from companies. We hope to provide a
|
||||||
sunt in culpa qui officia deserunt mollit anim id est laborum.
|
platform for everyone to be able to prepare themselves well for
|
||||||
</p>
|
their upcoming interviews, and head into their assessment with
|
||||||
</div>
|
confidence about the questions they will be facing.
|
||||||
<div className="space-y-6">
|
</p>
|
||||||
<h2 className="text-2xl font-bold tracking-tight sm:text-3xl">
|
</div>
|
||||||
Meet the Team
|
{/* Feedback */}
|
||||||
</h2>
|
<div className="space-y-6">
|
||||||
<ul
|
<h2 className="text-2xl font-bold tracking-tight sm:text-3xl">
|
||||||
className="grid grid-cols-2 items-start gap-8 md:grid-cols-1 md:items-start md:space-y-0"
|
Feedback to Us
|
||||||
role="list">
|
</h2>
|
||||||
{people.map((person) => (
|
|
||||||
<li key={person.name}>
|
<p className="text-lg text-slate-500">
|
||||||
<div className="space-y-4 sm:grid sm:grid-cols-4 sm:gap-6 sm:space-y-0 lg:gap-8">
|
Thank you for using our platform! Feel free to submit your
|
||||||
<div className="aspect-w-2 aspect-h-2 h-0">
|
feedback / feature request / bug report
|
||||||
<img
|
<a
|
||||||
alt={person.name}
|
className="text-primary-600 hover:text-primary-500 ml-1"
|
||||||
className="rounded-lg object-cover shadow-lg"
|
href="https://forms.gle/BPbhrcXWcFvCbvvv8"
|
||||||
src={person.imageUrl}
|
rel="noreferrer"
|
||||||
/>
|
target="_blank">
|
||||||
</div>
|
here
|
||||||
<div className="sm:col-span-3">
|
</a>
|
||||||
<div className="space-y-4">
|
.
|
||||||
<div className="text-md space-y-1 font-medium leading-6 sm:text-lg">
|
</p>
|
||||||
<h3>{person.name}</h3>
|
</div>
|
||||||
<p className="text-primary-600">{person.role}</p>
|
<div className="space-y-6">
|
||||||
</div>
|
<h2 className="text-2xl font-bold tracking-tight sm:text-3xl">
|
||||||
<div className="text-sm sm:text-lg">
|
Meet the Team
|
||||||
<p className="text-slate-500">{person.bio}</p>
|
</h2>
|
||||||
|
<ul
|
||||||
|
className="grid grid-cols-2 items-start gap-8 md:grid-cols-1 md:items-start md:space-y-0"
|
||||||
|
role="list">
|
||||||
|
{people.map((person) => (
|
||||||
|
<li key={person.name}>
|
||||||
|
<div className="space-y-4 sm:grid sm:grid-cols-4 sm:gap-6 sm:space-y-0 lg:gap-8">
|
||||||
|
<div className="aspect-w-2 aspect-h-2 h-0">
|
||||||
|
<img
|
||||||
|
alt={person.name}
|
||||||
|
className="rounded-lg object-cover shadow-lg"
|
||||||
|
src={person.imageUrl}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div className="sm:col-span-3">
|
||||||
|
<div className="space-y-4">
|
||||||
|
<div className="text-md space-y-1 font-medium leading-6 sm:text-lg">
|
||||||
|
<h3>{person.name}</h3>
|
||||||
|
<p className="text-primary-600">{person.role}</p>
|
||||||
|
</div>
|
||||||
|
<div className="text-sm sm:text-lg">
|
||||||
|
<p className="text-slate-500">{person.bio}</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</li>
|
||||||
</li>
|
))}
|
||||||
))}
|
</ul>
|
||||||
</ul>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</Container>
|
||||||
</Container>
|
</div>
|
||||||
</div>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in new issue