mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-15 02:33:50 +08:00
[questions][ui] add temporary logo (#466)
This commit is contained in:
BIN
apps/portal/public/bank-logo.png
Normal file
BIN
apps/portal/public/bank-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 351 KiB |
@ -64,12 +64,16 @@ export default function LandingComponent({
|
||||
return (
|
||||
<main className="flex flex-1 flex-col items-center overflow-y-auto bg-white">
|
||||
<div className="flex flex-1 flex-col items-start justify-center gap-12 px-4">
|
||||
<header className="flex flex-col items-start gap-4">
|
||||
<div className="flex items-center justify-center">
|
||||
<h1 className="text-3xl font-semibold text-slate-900">
|
||||
<header className="flex flex-col items-start gap-16">
|
||||
<div className="flex flex-col items-center self-stretch">
|
||||
<img
|
||||
alt="Questions Bank"
|
||||
className="h-40 w-40"
|
||||
src="/bank-logo.png"
|
||||
/>
|
||||
<h1 className="text-4xl font-bold text-slate-900 text-center">
|
||||
Tech Interview Question Bank
|
||||
</h1>
|
||||
<img alt="app logo" className="h-20 w-20" src="/logo.svg"></img>
|
||||
</div>
|
||||
<p className="mb-2 max-w-lg text-5xl font-semibold text-slate-900 sm:max-w-3xl">
|
||||
Know the{' '}
|
||||
|
@ -10,6 +10,9 @@ const navigation: ProductNavigationItems = [
|
||||
const config = {
|
||||
// TODO: Change this to your own GA4 measurement ID.
|
||||
googleAnalyticsMeasurementID: 'G-DBLZDQ2ZZN',
|
||||
logo: (
|
||||
<img alt="Questions Bank" className="h-8 w-auto" src="/bank-logo.png" />
|
||||
),
|
||||
navigation,
|
||||
showGlobalNav: false,
|
||||
title: 'Questions Bank',
|
Reference in New Issue
Block a user