Skip to content

Commit

Permalink
Feature: GitHub and LinkedIn icons
Browse files Browse the repository at this point in the history
Changes:
- Social links
  • Loading branch information
DennisJensen95 committed Jul 31, 2023
1 parent 2ffed58 commit e3d9e1e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@ <h1 class="header-terminal">
software which makes an impact and I can see the fruit of my work.
</p>
</div>
<div class="social-links">
<a href="https://github.com/DennisJensen95" target="_blank">
<i class="fab fa-github"></i>
</a>
<a href="https://www.linkedin.com/in/dennis-jensen-159b5012a/" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
</div>



<hr />

Expand Down
11 changes: 11 additions & 0 deletions src/app/app.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,15 @@

.nav-item {
padding: 10px;
}

.social-links {
margin-top: 10px;
text-align: center;
}

.social-links a {
color: #0f0;
margin: 0 10px;
font-size: 24px;
}
1 change: 1 addition & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">


<head>
<meta charset="utf-8">
<title>Digital-Craftsman</title>
Expand Down

0 comments on commit e3d9e1e

Please sign in to comment.