Skip to content
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

Feature/pedrogarriganogues cv #60

Merged

Conversation

PedroGarrigaNogues
Copy link
Contributor

No description provided.

@quinwacca
Copy link
Contributor

Yep! Move the visual part of the html inside tags! Use this guide:

<!DOCTYPE html>
<html>
<head>
  <title>Title of the document</title>
</head>

<body>
The content of the document......
</body>

</html>

Your code right now:

<head>

    <h1>Pedro Garriga-Nogués</h1>
    <hr>
    <dl>
        <img src="handsome.jpg" alt="Oooopssss">
        <dt><a href="https://github.com/PedroGarrigaNogues">GitHub </a><a href="https://www.linkedin.com/in/pedro-garriga-nogu%C3%A9s-2ab577a5/">Linkedin</a></dt>
        <dt>Email:</dt>
        <dt>pedrogarriganogues@outlook.com</dt>
        <dt>Phone:</dt>
        <dt>+34 639 701 910</dt>
    </dl>
    <hr>
</head>

@maryammdot maryammdot merged commit 5cfc62a into b00tc4mp:develop Jan 10, 2019
manuelbarzi pushed a commit that referenced this pull request Apr 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants