We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d186871 commit 01af56fCopy full SHA for 01af56f
css/portfolio.css
@@ -91,6 +91,10 @@ nav ul a:hover {
91
margin: .5em 1.3em;
92
}
93
94
+#headerOfBody a {
95
+ text-decoration: none;
96
+}
97
+
98
#headerOfBody h1 {
99
letter-spacing: 1em;
100
index.html
@@ -13,6 +13,14 @@
13
<body>
14
<header id="headerOfBody">
15
<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
23
+ </p>
24
</header>
25
26
<nav id="navMenu">
0 commit comments