/linkCollector

website for social media URLs

Primary LanguageCSS

What is links tree collector

it's a small web application that you can place all your links in one website

To use this web application

Replace the image

First, you need to upload your image to

    static/images

Update the HTML file

Second, you need to open the HTML file from

    templates/main.html

Copy your image name

Change the image name in the code

    <img src="/static/images/IMG_8056.png" alt="Image Description">

To

    <img src="/static/images/your_image.png" alt="Image Description">

Copy your GitHub URL

    <a style="text-decoration:none" href="https://github.com/yousefturin" class="animated-link">

and replace this code to:

    <a style="text-decoration:none" href="https://github.com/your_url" class="animated-link">

Copy your Linkedin URL

    <a style="text-decoration:none" href="https://www.linkedin.com/in/yusef-rayyan/" class="animated-link">

and replace this code to:

    <a style="text-decoration:none" href="https://www.linkedin.com/in/your_url/" class="animated-link">

Copy your Instagram URL

    <a style="text-decoration:none" href="https://www.instagram.com/yusefturin/" class="animated-link">

and replace this code to:

    <a style="text-decoration:none" href="https://www.instagram.com/your_url/" class="animated-link">

Copy your Portfolio URL

    <a style="text-decoration:none;" href="https://yusefturin.netlify.app/" class="animated-link">

and replace this code to:

    <a style="text-decoration:none;" href="https://your_url_to_Portfolio/" class="animated-link">