cobiwave/simplefolio

Unable to attach another PDF apart from resume.pdf / Also how to fix the title problem

Aberta

#131 aberto em 8 de out. de 2021

 (1 comentário) (0 reação) (1 responsável)HTML (4.568 forks)batch import
help wantedpendingquestion

Métricas do repositório

Stars
 (11.695 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Hello, https://confident-dubinsky-3db436.netlify.app/ I have successfully hosted on netfily, however, when I give this link to anyone on the WhatsApp or similar apps, I get the preview as shown in the picture. so how can i fix this " [Your Name here] | Developer " image

When I add another button for a different pdf file, the second button still opens the resume.pdf only even though I have updated the button and provided the new pdf link in href as shown in the picture.

<span class="d-flex mt-3">
              <a
              rel="noreferrer"
              target="_blank"
              class="cta-btn cta-btn--resume"
              href="src/assets/another.pdf"
              >
              View another file
            </a>
          </span>     

Guia do colaborador