New and helpless

Hi there. I’m new here and need help. How can I set a link to a partners homepage on my own homepage? I’m not an IT person, but if I get some good instructions, I should be able to do it. Thanks in advance.

If you installed the admin plugin, in the page edit, add to markdown either:

[NAME YOU WISH TO DISPLAY](https://link_to_the_webpage.com)
or HTML:
<a href="https://link_to_the_webpage.com">NAME YOU WISH TO DISPLAY</a>
You should try to read the documentation which is really helpful:
Markdown Syntax | Grav Documentation