Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding LFGM campaign #1397

Merged
merged 5 commits into from
Oct 14, 2024
Merged

Adding LFGM campaign #1397

merged 5 commits into from
Oct 14, 2024

Conversation

gtg7784
Copy link
Member

@gtg7784 gtg7784 commented Oct 14, 2024

Pull Request Summary

Adding LFGM Logo to link to campaign url in the sidebar and mobile nav

Check list

  • contains breaking changes
  • adds new feature
  • modifies existing feature (bug fix or improvements)
  • relies on other tasks
  • documentation changes
  • tested on mobile devices

This pull request makes the following changes:

Adds

  • Adding LFGM asset, link
  • Adding LFGM image to sidebar
  • Adding LFGM image to mobile nav

@gtg7784 gtg7784 changed the base branch from main to release-hotfix October 14, 2024 05:59
@gtg7784
Copy link
Member Author

gtg7784 commented Oct 14, 2024

Mobile

mobile

Desktop

desktop

Desktop hover

desktop-hover

@gtg7784 gtg7784 requested review from impelcrypto, ayumitk, bobo-k2, codespool and Kahonnohak and removed request for impelcrypto and ayumitk October 14, 2024 06:05
Copy link

github-actions bot commented Oct 14, 2024

Visit the preview URL for this PR (updated for commit 6758037):

https://astar-apps--pr1397-lfgm-p51kvo2c.web.app

(expires Mon, 21 Oct 2024 07:21:29 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: dd76fe72958fe2910fef9d53f0b4539b82b849db

@Kahonnohak
Copy link
Contributor

@gtg7784 thanks!!
can we open a different tab after clicking please?

@gtg7784
Copy link
Member Author

gtg7784 commented Oct 14, 2024

@gtg7784 thanks!!

can we open a different tab after clicking please?

Of course, I'll update it

Copy link
Contributor

@Kahonnohak Kahonnohak left a comment

Choose a reason for hiding this comment

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

LGTM!

.menu__assets {
margin-top: -276px;
margin-top: calc(-276px - 120px);

Choose a reason for hiding this comment

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

why not just put 156px?

Comment on lines +105 to +113
margin-top: calc(-230px - 120px);
}

.menu__staking {
margin-top: -184px;
margin-top: calc(-184px - 120px);
}

.menu__bridge {
margin-top: -138px;
margin-top: calc(-138px - 120px);

Choose a reason for hiding this comment

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

Same as above, why the calc()?

Copy link
Member Author

Choose a reason for hiding this comment

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

because there is a possibility to remove this banner in future, I thought that it's better to use calc to not calculate back again and prevent mis-calculation the values

Choose a reason for hiding this comment

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

Since it's for documentation purpose, I'd advise using a comment instead of calc.

@gtg7784 gtg7784 merged commit d4cbef8 into release-hotfix Oct 14, 2024
5 of 6 checks passed
@gtg7784 gtg7784 deleted the lfgm branch October 14, 2024 09:51
gtg7784 added a commit that referenced this pull request Oct 28, 2024
* Adding LFGM campaign (#1397)

* add lfgm link to links

* add lfgm asset

* add lfgm image to desktop sidebar

* add lfgm image to mobile nav

* add target as block to open new window

* hide blog section (#1399)

* hide blog section

* add forum to mobile nav

* Remove leaderboard for voting period (#1403)

* Remove leaderboard for voting period

* Added empty div instead voting leaderboard to preserve vertical spacing

* Delete Neurolanche from dapp_promotions.json (#1405)

* Delete Neurolanche from dapp_promotions.json

* Delete public/images/dapp_promotions/neurolanche.jpeg

* Remove staked contracts check (#1400)

* Startale link fix (#1408)

* add governance link to mobile nav (#1409)

---------

Co-authored-by: Taegeon Alan Go <[email protected]>
Co-authored-by: Neurolanche X Labs <[email protected]>
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