-
Notifications
You must be signed in to change notification settings - Fork 77
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
Add Socials Sections #34
Conversation
This commit adds a social div to the website template
This closes #18 |
Hey, nice work. But you can change the colors of the button to a flat color as it will look more nice. |
I will do that...but what do you mean by flat color? Can you please share an example? |
Oh! Okay Done...will also help resolve a |
Ok thank you, I hope you are able to resolve the style.css file conflict. Also please share the image after you changes the colors to a flat style by pinging me @divyanshudhruv |
Here are the colors @divyanshudhruv |
Nice, but you can increase the padding of button just like the |
I'll look into it |
I hope you didn't mind if I merge this request after 6 Oct as currently I do not have my device to look into the code. |
Oh that's alright! Take your time :) |
Something like this @divyanshudhruv |
Yeah, just add more padding and increase border radius by 3-4 px. You may also add a small line explaining that |
Just like from LINE 51 to LINE 58 (it will add some apace after the title and the small line. It will Make the portolio look more minimal). Uncomment that do necessary changes and see the result. Also use the fonts that are being used in the title and the small title
|
Actually I am on my tab, and I can merge you pr only after 6oct. Sorry for late merge |
Don't worry about it |
So I can commit? |
Yeah ! Just a little more margin bottom to the small title. Then it would be fine |
Okay |
Is the button animation working? If not, copy the button code from the about section and put it here. 🙂 |
Animations would not work because the background is declared by the user. |
May share a picture of final commit. Other than this, nice work. ### Can I commit to your repo if I need some more changes ? |
cool :) I did do the final commit |
Ok, Can I fix that ? By pushing code to your main branch ? |
sure! |
Can you send the pic of the final code(the social link section) |
And the website ? |
Any updates ? |
It is actually really weird to add button animations with the background color. It is trade off at this point. I mean, the animation we added to other buttons was a darkening effect...but there is no way we can do that dynamically in css unless we use sass. What do you say? |
Hey can you send a pic ? Of the website (social section) |
Please resolve the conflicts @newtoallofthis123 |
@newtoallofthis123 can you publish the forked repo to gh pages? Then I can easily see the changes. Also send me the link after u successfully published |
Yeah I'll get to it |
I can't really publish to gh pages since I don't own the repo....I'll see if i can get you a love preview |
Nono I mean publish your forked repo. That you can do I think |
Oh okay |
Ok |
if u don't mind shall i raise my new pr for this social sections,because i think its taking quite too much time |
@newtoallofthis123 yea, you can open a new PR |
This commit adds a social div to the website template.
It uses the same ionicons and also adds helpful comments.