it's a small web application that you can place all your links in one website
First, you need to upload your image to
static/images
Second, you need to open the HTML file from
templates/main.html
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">
<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">
<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">
<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">
<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">