[FEATURE] Create Social Media Icon container using HTML/CSS for Front Panel
Closed this issue ยท 13 comments
Create Social Media Icon container using HTML/CSS
for Front Panel
Overview
Create the social media icon container(s) for front panel as provided in the below image:
Complete front panel looks like:
Requirements
- The container
li
should have a social media app in it usingimg
tag. - Use
HTML/CSS
for creating and designing the container. - Must follow the Code Guidelines provided.
- Each container should be a list item (
li
) as a part of unordered list (ul
) element. - The unordered list (
ul
) element should be inside the edit section inHTML
.<section id="home"> <h2>Front Panel</h2> </section>
- The
ul
can be a grid having4
rows
andcolumns
.
- The
- To test the code, setup the extension by following these steps.
- Use the Color Palette provided. You can add a light purple color as the background of container.
- Don't use favicons for arrow, rather download the relevant png arrow icon and store it in
logos
folder. - Add sample 2-3 social media icons in
assets/logos
folder.- Make sure the icon must be of
png
format. - The icons should be transparent.
- The icon must not be more than
256x256
pixels. - Icons should be named as
social-media-name.png
(e.g.twitter.png
,github.png
).
- Make sure the icon must be of
Additional
- Apply focus, hover effect.
- Add padding for better visual of icons.
- Replicate the containers to get visual appeal.
- Show
Copied to Clipboard
on bottom of front panel on icon click.
P.S: This is just the designing part, no need to add any functionality as of now.
If you have any suggestion or idea, you're welcome to share.
Let's design the SocialRepo's social media container ๐
Would like to contribute
Would like to contribute
Hey @ayush031 ,
I am assigning you the issue, go ahead!
If you need any help, feel free to reply.
Happy Contributing!
I would like to contribute in this issue. Please assign to me #GSSoC2024
I would like to contribute in this issue. Please assign to me #GSSoC2024
Hey @Jay-ARORA-5572 ,
Good to see that you want to contribute in this issue. But let me clarify you that this is not under GSSOC or any other program.
Let me know your confirmation and I will assign you this issue.
@Param302
Basic Structure is ready and will make a initial pull request by May15.
Ok if not from GSSoC then It's Ok I still want to contribute.
Ok if not from GSSoC then It's Ok I still want to contribute.
Hey @Jay-ARORA-5572 ,
It's great to see your enthusiasm to contribute, but this issue is already assigned. You can work on other issues.
There are 7 issues listed as of now.
Check all the issues here: https://github.com/Param302/SocialRepo/issues/
@Param302 , regarding the images, would there be any issue if a add one more attribute in social-links.json, for the source of their logos. With this logos can be fetched easily
@Param302 , regarding the images, would there be any issue if a add one more attribute in social-links.json, for the source of their logos. With this logos can be fetched easily
I guess there is no need, as a function named getSocialLinks()
is already there, which returns the object/dict, you can use it.