Skip to content

Commit

Permalink
fix(web): fix commit and alignment in home
Browse files Browse the repository at this point in the history
  • Loading branch information
kriptonian1 committed Mar 31, 2024
1 parent dd8929e commit c4f444f
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion apps/web/public/about/team/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import SambitImg from './sambit.jpeg'
import RajdipImg from './rajdip.jpeg'
import SwatiImg from './swati.jpeg'
import SawanImg from './sawan.png'
import AritraImg from "./aritra.jpeg"
import AritraImg from './aritra.jpeg'

export { AtanuImg, SambitImg, RajdipImg, SwatiImg, SawanImg, AritraImg }
6 changes: 3 additions & 3 deletions apps/web/public/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ export { default as Logo } from './logo.svg'
export { default as XSvg } from './x_svg.svg'
export { default as Stars } from './stars.svg'

export {default as XSVG} from "./XSVG.svg"
export {default as LinkdinSVG} from "./linkdinSVG (1).svg"
export {default as DiscordSVG} from "./discordSVG.svg"
export { default as XSVG } from './XSVG.svg'
export { default as LinkdinSVG } from './linkdinSVG (1).svg'
export { default as DiscordSVG } from './discordSVG.svg'
8 changes: 4 additions & 4 deletions apps/web/public/sectionsvg/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import ImportExportSVG from './ImportExport.svg'
import SeemlessIntegrationSVG from './SeemlessIntegration.svg'
import CommandLineSVG from './CommandLine.svg'
import SnapshotSVG from './Snapshot.svg'
import WebhookSVG from "./webhooksvg.svg";
import CustomrollSVG from "./customrollsvg.svg";
import DiscussSVG from "./discusssvg.svg";
import ApprovalSVG from "./approvalsvg.svg";
import WebhookSVG from './webhooksvg.svg'
import CustomrollSVG from './customrollsvg.svg'
import DiscussSVG from './discusssvg.svg'
import ApprovalSVG from './approvalsvg.svg'

export {
SecrectRotationSVG,
Expand Down
4 changes: 2 additions & 2 deletions apps/web/src/app/(main)/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const teamData = [
},
{
name: 'Aritra Biswas',
role: 'CMO',
role: 'CFO',
img: AritraImg,
socials: {
linkedin: 'https://www.linkedin.com/in/rajdip-bhattacharya-581119232/'
Expand Down Expand Up @@ -76,7 +76,7 @@ function About(): React.JSX.Element {
<div className="flex flex-col gap-5">
<h2 className="text-brandBlue/80 text-5xl">The Problem</h2>
<p className="text-white/60">
We believe Configurations mangement is an easily overlooked part
We believe Configuration Mangement is an easily overlooked part
of software developement, all teams need it and all teams do it,
but not in a proper systematic way, sometimes secrets are shared
over slack ,sometimes over direct messages and often over email.
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/app/(main)/career/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function Career(): React.JSX.Element {
<h1 className="text-brandBlue text-4xl">Careers at KeyShade</h1>
<p className="w-[80%]">
We are booting up, keep an eye out for open positions. Meanwhile, you
can contribute to our projects.
can contribute to our project.
</p>
<div className="flex">
<a
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/components/colabEasy/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function ColabEasy(): React.JSX.Element {
Fine-tune Permissions, for allocated Team Members
</span>
</div>
<CustomrollSVG className="w-[18rem] translate-x-[8vw] py-12 md:w-[50vh] md:translate-x-[3vw] md:py-0 md:pt-10" />
<CustomrollSVG className="w-[18rem] translate-x-[8vw] py-12 md:w-[21rem] md:translate-x-[4rem] md:py-0 md:pt-10" />
</Card>
<FollowerPointerCard>
<Card>
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/components/hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function Hero(): React.JSX.Element {
<>
<Toaster />
<div className="relative flex h-screen flex-col items-center justify-center md:mt-[10rem]">
<ColorBGSVG className="absolute -z-10 -translate-y-[6vw]" />
<ColorBGSVG className="absolute -z-10 -translate-y-[12rem]" />
<section className="flex flex-col items-center gap-8 py-[6.88rem]">
<h1
className={` text-brandBlue w-[25rem] text-center text-4xl font-extralight md:w-auto md:text-6xl`}
Expand Down

0 comments on commit c4f444f

Please sign in to comment.