Skip to content

Add Alpha One Labs Linkedin Handle in Footer#59

Open
Shubhashish-Chakraborty wants to merge 2 commits intoalphaonelabs:mainfrom
Shubhashish-Chakraborty:added-linkedin-url
Open

Add Alpha One Labs Linkedin Handle in Footer#59
Shubhashish-Chakraborty wants to merge 2 commits intoalphaonelabs:mainfrom
Shubhashish-Chakraborty:added-linkedin-url

Conversation

@Shubhashish-Chakraborty
Copy link
Copy Markdown
Contributor

@Shubhashish-Chakraborty Shubhashish-Chakraborty commented May 4, 2026

image

closes #58

Summary

This PR adds LinkedIn as a new social media connection option to the site footer. A LinkedIn icon and link have been added to the "CONNECT WITH US" section, positioned between Instagram and Facebook icons.

Changes

public/partials/footer.html

  • Added a new LinkedIn social media link (https://www.linkedin.com/company/alpha-one-labs) with the Font Awesome LinkedIn icon (fab fa-linkedin)
  • Link opens in a new tab with appropriate security attributes (target="_blank" and rel="noopener noreferrer")
  • LinkedIn button styled consistently with existing social icons using the same circular button design, color scheme, and dark mode support
  • Positioned within the flex container of social icons in the footer

Impact

This is a low-impact change that enhances the site's social media presence by adding a professional networking platform link. The addition maintains the existing visual design and layout consistency while providing users with an additional connection point to reach Alpha One Labs on LinkedIn.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 4, 2026

Warning

Rate limit exceeded

@Shubhashish-Chakraborty has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 55 minutes and 47 seconds before requesting another review.

To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository: alphaonelabs/coderabbit/.coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: b61a8f8e-349b-47bb-a70f-c574fc7efa51

📥 Commits

Reviewing files that changed from the base of the PR and between 36ce39b and cdde3e5.

📒 Files selected for processing (1)
  • public/partials/footer.html

Walkthrough

A LinkedIn social media icon link has been added to the footer's "CONNECT WITH US" section, positioned between the existing Instagram and Facebook icons using Font Awesome's LinkedIn icon class.

Changes

Social Icon Addition

Layer / File(s) Summary
Social Icon Link
public/partials/footer.html
New LinkedIn <a> element with fab fa-linkedin icon inserted into the social icon row between Instagram and Facebook links.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: adding a LinkedIn link to the footer's social media section.
Linked Issues check ✅ Passed The changes implement all coding requirements from issue #58: LinkedIn icon added to footer with Font Awesome class, link opens in new tab, and styling matches other social icons.
Out of Scope Changes check ✅ Passed All changes are directly related to the stated objective; only the footer partial was modified to add the LinkedIn icon without unrelated alterations.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


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
Review rate limit: 0/1 reviews remaining, refill in 55 minutes and 47 seconds.

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

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@public/partials/footer.html`:
- Around line 50-52: Add an accessible label to the LinkedIn anchor by adding an
aria-label (e.g., aria-label="Alpha One Labs on LinkedIn" or
aria-label="LinkedIn") to the <a> element that contains the icon class "fab
fa-linkedin" so screen readers announce the destination; apply the same pattern
(meaningful aria-labels like "Twitter", "Discord", etc.) to the other social
anchor elements in the footer for consistent accessibility.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository: alphaonelabs/coderabbit/.coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: cea625fb-03c0-4b0f-8612-96e71b845d14

📥 Commits

Reviewing files that changed from the base of the PR and between 98c9aca and 36ce39b.

📒 Files selected for processing (1)
  • public/partials/footer.html

Comment thread public/partials/footer.html Outdated
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.

Add LinkedIn Link to Footer

2 participants