Skip to content

Add Alpha One Labs Linkedin Handle in Footer#59

Merged
A1L13N merged 3 commits into
alphaonelabs:mainfrom
Shubhashish-Chakraborty:added-linkedin-url
Jul 21, 2026
Merged

Add Alpha One Labs Linkedin Handle in Footer#59
A1L13N merged 3 commits into
alphaonelabs:mainfrom
Shubhashish-Chakraborty:added-linkedin-url

Conversation

@Shubhashish-Chakraborty

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

Copy link
Copy Markdown
Contributor
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

coderabbitai Bot commented May 4, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@A1L13N, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 42 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

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 reviews.

How do review 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 refer docs for additional details.

Review details
⚙️ Run configuration

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

Review profile: ASSERTIVE

Plan: Pro

Run ID: fc9014ab-13f9-4518-a72d-5f978c80f379

📥 Commits

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

📒 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

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.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

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
@A1L13N
A1L13N merged commit d01b36a into alphaonelabs:main Jul 21, 2026
1 of 2 checks passed
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

3 participants