Skip to content

Landing page#244

Closed
Rufat00 wants to merge 38 commits into
devfrom
assets-changes
Closed

Landing page#244
Rufat00 wants to merge 38 commits into
devfrom
assets-changes

Conversation

@Rufat00

@Rufat00 Rufat00 commented Jun 24, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

MKorolyova and others added 30 commits March 21, 2026 18:39
partner section, partners must be updated later
…in component, implement useFindPosition hook to calculate overlay positions
implement  map section with dynamic pin positioning, create reusable …
@coderabbitai

coderabbitai Bot commented Jun 24, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@Rufat00, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 55 minutes and 31 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 4e115738-1e28-45b6-aca0-57dfb631ab31

📥 Commits

Reviewing files that changed from the base of the PR and between 1427c56 and 3b1b1c9.

⛔ Files ignored due to path filters (22)
  • apps/web/public/img/assets/about/confidential.svg is excluded by !**/*.svg
  • apps/web/public/img/assets/faq/FAQ.svg is excluded by !**/*.svg
  • apps/web/public/img/assets/faq/classified.svg is excluded by !**/*.svg
  • apps/web/public/img/assets/faq/finger-print.svg is excluded by !**/*.svg
  • apps/web/public/img/assets/faq/marker-circle4.svg is excluded by !**/*.svg
  • apps/web/public/img/assets/footer/discord_icon.svg is excluded by !**/*.svg
  • apps/web/public/img/assets/footer/rh-city-logo-black.svg is excluded by !**/*.svg
  • apps/web/public/img/assets/hero/marker-circle3.svg is excluded by !**/*.svg
  • apps/web/public/img/assets/hero/rh-logo.svg is excluded by !**/*.svg
  • apps/web/public/img/assets/hero/top-secret.svg is excluded by !**/*.svg
  • apps/web/public/img/assets/map/red-circle1.svg is excluded by !**/*.svg
  • apps/web/public/img/assets/red-thread.svg is excluded by !**/*.svg
  • apps/web/public/img/assets/silver-pin.svg is excluded by !**/*.svg
  • apps/web/public/img/logo/rh-logo-black.svg is excluded by !**/*.svg
  • apps/web/public/img/partner-logos/HEB.svg is excluded by !**/*.svg
  • apps/web/public/img/powered-by-vercel.svg is excluded by !**/*.svg
  • apps/web/public/img/sponsors/empty-paper.svg is excluded by !**/*.svg
  • apps/web/public/img/sponsors/sponsors-background.png is excluded by !**/*.png
  • apps/web/public/img/sponsors/sponsors-background.svg is excluded by !**/*.svg
  • apps/web/public/img/sponsors/sponsors-header-background.svg is excluded by !**/*.svg
  • package-lock.json is excluded by !**/package-lock.json
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (41)
  • apps/web/package.json
  • apps/web/public/img/assets/about/about.webp
  • apps/web/public/img/assets/about/about1.webp
  • apps/web/public/img/assets/about/about2.webp
  • apps/web/public/img/assets/about/about_photos.webp
  • apps/web/public/img/assets/background.webp
  • apps/web/public/img/assets/buttons/blank-tape-stickers1.webp
  • apps/web/public/img/assets/buttons/blank-tape-stickers2.webp
  • apps/web/public/img/assets/hero/hero.webp
  • apps/web/public/img/assets/hero/logo-background.webp
  • apps/web/public/img/assets/hero/register/blank-tape-stickers3.webp
  • apps/web/public/img/assets/logo_stamp.webp
  • apps/web/public/img/assets/map/SP1.webp
  • apps/web/public/img/assets/map/main-campus.webp
  • apps/web/public/img/assets/map/map-background.webp
  • apps/web/public/img/assets/map/pin4.webp
  • apps/web/public/img/assets/map/pin5.webp
  • apps/web/public/img/assets/menu/menu.webp
  • apps/web/public/img/assets/menu/pin1.webp
  • apps/web/src/app/globals.css
  • apps/web/src/app/page.tsx
  • apps/web/src/components/landing/About.tsx
  • apps/web/src/components/landing/CreatedWithHackkit.tsx
  • apps/web/src/components/landing/Footer.tsx
  • apps/web/src/components/landing/FooterLinks.tsx
  • apps/web/src/components/landing/Hero.tsx
  • apps/web/src/components/landing/LandingThread.tsx
  • apps/web/src/components/landing/MLHBadge.tsx
  • apps/web/src/components/landing/Map.tsx
  • apps/web/src/components/landing/PartnerCard.tsx
  • apps/web/src/components/landing/Partners.tsx
  • apps/web/src/components/landing/Pin.tsx
  • apps/web/src/components/landing/WorkWithUs.tsx
  • apps/web/src/components/landing/faq.json
  • apps/web/src/components/landing/faq.tsx
  • apps/web/src/components/landing/partners.json
  • apps/web/src/components/shared/MobileNavbarMenu.tsx
  • apps/web/src/components/shared/Navbar.tsx
  • apps/web/src/components/shared/NavbarItem.tsx
  • apps/web/src/hooks/findPosition.ts
  • apps/web/src/lib/utils/client/thread.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@Rufat00 Rufat00 closed this Jun 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants