mirror of
https://github.com/johnggli/linktree.git
synced 2026-08-16 22:46:04 +01:00
feat: add fontawesome icons
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>John Emerson</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
|
||||
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
|
||||
</head>
|
||||
|
||||
@@ -14,8 +15,8 @@
|
||||
<a href="https://www.instagram.com/JohnEmerson1406" id="userName">@JohnEmerson1406</a>
|
||||
|
||||
<div id="links">
|
||||
<a class="link" href="https://github.com/JohnEmerson1406" target="_blank">Github</a>
|
||||
<a class="link" href="https://www.linkedin.com/in/johnemerson1406" target="_blank">LinkedIn</a>
|
||||
<a class="link" href="https://github.com/JohnEmerson1406" target="_blank"><i class="fab fa-github"> </i>Github</a>
|
||||
<a class="link" href="https://www.linkedin.com/in/johnemerson1406" target="_blank"><i class="fab fa-linkedin"> </i>LinkedIn</a>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user