Skip to content

Commit 01af56f

Browse files
Add github and youtube links to header
1 parent d186871 commit 01af56f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

css/portfolio.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ nav ul a:hover {
9191
margin: .5em 1.3em;
9292
}
9393

94+
#headerOfBody a {
95+
text-decoration: none;
96+
}
97+
9498
#headerOfBody h1 {
9599
letter-spacing: 1em;
96100
}

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@
1313
<body>
1414
<header id="headerOfBody">
1515
<h1>Sergio Lindo Mansilla</h1>
16+
<p>
17+
<a href="https://github.com/binary-sequence?tab=repositories" target="_blank">
18+
<img src="img/github.png" />
19+
</a>
20+
<a href="https://www.youtube.com/user/secuenciabinaria/videos?view=0" target="_blank">
21+
<img src="img/youtube.png" />
22+
</a>
23+
</p>
1624
</header>
1725

1826
<nav id="navMenu">

0 commit comments

Comments
 (0)