Below is the code with a “code block” like it is on the live site. Double click while in “edit” mode to see the code written out"
More info on code blocks
Instructions:
Insert correct url between the two quotes that say “url”. Make sure the “i class” that comes immediately after the url is the icon that you want to use.
i.e <i class="fas fa-laptop"> = Laptop symbol
<i class="fab fa-pinterest"> = Pinterest symbol
and so on
The code you need written out:
Code:
<left><h1>
<a href="url"target="_blank"><i class="fas fa-laptop"></i></a> <a href="url"target="_blank"><i class="fab fa-pinterest"></i> </a> <a href="url"target="_blank"</a><i class="fab fa-instagram"></i> <a href="url"target="_blank"><i class="fab fa-blogger"></i></a>
<a href="url"target="_blank"><i class="fab fa-facebook-f"></i></a>
</h1></left>