Skip to content

Commit

Permalink
Added linkedin icon and photo
Browse files Browse the repository at this point in the history
Just personal preference.
  • Loading branch information
hiyunfengzhao authored Jul 6, 2019
1 parent 45deb2d commit 3225261
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@
<div class="grid-2">
<div class="section-1">
<i class="fas fa-code fa-5x white"></i>
<!–– Swap the button to your photo if you like <img src="yourphoto.jpg" width = 200px height=auto alt="profile pic">
add border-radius:50% to CSS ––>
<h2>FirstName LastName</h2>
<p>City,Country.</p>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
<a href="#"><i class="fab fa-github"></i></a>
</div>
<div class="section-2">
Expand All @@ -33,4 +36,4 @@ <h2>Contact</h2>
</div>
</div>
</body>
</html>
</html>

0 comments on commit 3225261

Please sign in to comment.