-
Notifications
You must be signed in to change notification settings - Fork 11
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
Updated the twitter follow button #188
base: master
Are you sure you want to change the base?
Conversation
At the time we duplicated the HTML from the js embed output, to make toggling between the two not a worry. #180 was for updating branding to match Twitter’s new colour and appearance, with whatever fitted with our design. I can look at this PR later today. |
How about:
as the patch here to bootstrap.steamlug.css and no changes to the HTML ? |
Feedback wanted: which is preferred here, Twitter colour |
👍 for #415c78 (ours). |
I would go for And regarding the HTML changes: |
Hey, so where was this PR stuck at? Using |
This has bitrot over time, since it missed the merge window mentioned above. I still want to keep the HTML as is, so we can toggle easily between our output and the js embed (for a possible future when the API breaks and it is an easier instant fix) If the Twitter font icon needs updating, make a new issue for that as soon I will be adding a Steam icon to it for usefulness. |
I updated the twitter follow button as described in #180. I used the main blue colour of SteamLUG logo instead of default twitter bright neon colour.
Is
<span id="l">
wraping the text inside of the button important in any way or can I remove it? There is no such id in the css files, but it might be used for some javascript magic.Here is a preview:
I can't seem to be able to fix the icon. It is defined to be like this in steamlugfont.css
.fa-twitter:before { content: '🐦'; }
It might be caused by the fact that I can not test the page locally.
I suggest not to merge until everything is resolved.