LinkForest


LinkForest

An HTML template to gather all of your links in one place

🌲What is LinkForest?

Well, as you all know, most social medias support only 1 link in the profile bio. So LinkForest is developed to expand the ability of that link. Also It is completely free, open source & customizable.

📥Download

👀Features

⚙How to use?

The only thing you need, is a web hosting service (it doesn’t matter to use a free or paid service). Then easily by customizing and uploading the customized template on the host, it will be usable for profile bio.

Some free web hosting services:

🎨How to Customize?

To customize, you need a little knowledge of Front-end developing. Then by following instructions below you can customize the template. If you are a little bit more skilled, you can easily edit CSS and JS files.

Also you need to change every text in index.html file starting with $. For example if I see $Username in index.html file, I will change it with @hamid0740.

<p class="section-name">$SectionName</p>
<a class="link $Color" href="$Link" target="_blank">
  <i class="$FontAwesomeIcon link-icon-l"></i> <!-- Example of Font Awesome icon: 'fab fa-github' -->
  <p class="link-text">$LinkText</p>
  <i class="link-icon-r"></i> <!-- To make text align center, keep both 'link-icon-l' and 'link-icon-r' elements. EVEN HAVING NO ICON OR IMAGE -->
</a>
<a style="--custom-color: $CustomColor;" class="link custom-color" href="$Link" target="_blank">
  . . .
</a>
<i class="link-icon-image-l" style="background-image: url('$IconImageLink')"></i>
<i class="link-image-l" style="background-image: url('$ImageLink')"></i>

👥How many…?

How many people have seen a LinkForest user’s page?

📝How to contribute?

Every contribution is welcomed. Just open a Pull request and submit your codes there. Once accepted, your codes will be added. Also if you have any ideas that can make this template better, submit it in Discussions section. To report any bugs or problems, open an Issue describing the bug.

🧰Third party components

These are all 3rd party components used in LinkForest: