We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6fb307 commit 0b218e8Copy full SHA for 0b218e8
index.html
@@ -12,14 +12,20 @@
12
font-size: 18px;
13
}
14
15
+.social-logos {
16
+ width:90px;
17
+}
18
+
19
</style>
20
21
<center>
22
<p class="index-content">Welcome - This website is under construction</p>
23
+ <div class="social-logos">
24
<a href="https://www.linkedin.com/in/anders-l-hurum/">
25
<img src="http://www.theredbrickroad.com/wp-content/uploads/2017/05/linkedin-logo-copy-460x460.png" alt="linkedin logo" height="42" width="42">
26
</a>
27
<a href="http://github.com/peakbreaker">
28
<img src="https://assets-cdn.github.com/images/modules/logos_page/GitHub-Mark.png" alt="github logo" height="42" width="42">
29
30
+ </div>
31
</center>
0 commit comments