aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes.html21
1 files changed, 13 insertions, 8 deletions
diff --git a/includes.html b/includes.html
index 205b000..7fc4a7d 100644
--- a/includes.html
+++ b/includes.html
@@ -1,9 +1,7 @@
<!DOCTYPE html>
-<html>
+<html lang="en">
<head>
- <title>
-Johanna Odersky
- </title>
+ <title>Johanna Odersky</title>
<link href="https://fonts.googleapis.com/css?family=EB+Garamond" rel="stylesheet">
<style>
@@ -15,8 +13,13 @@ Johanna Odersky
padding-left: 50px;
}
-img { padding-top: 15px;
+img {
+ padding-top: 15px;
}
+ footer {
+ text-align: center;
+ font-size: small;
+ }
.center {
display: block;
margin-left: auto;
@@ -46,17 +49,18 @@ padding-left: 35px;
}
</style>
</head>
-</html>
+
+
<body>
<div>
<h1>Johanna Odersky</h1>
<p style="color: blue">
- <a href="https://soundcloud.com/ikukojohanna" class="underlined">Iku</a>
+ <li><a href="https://soundcloud.com/ikukojohanna" class="underlined">Iku</a></li>
<br>
- <a href="mailto:johanna.odersky@gmail.com" class="underlined" target="_top">Contact</a>
+ <li><a href="mailto:johanna.odersky@gmail.com" class="underlined" target="_top">Contact</a></li>
</p>
@@ -76,3 +80,4 @@ padding-left: 35px;
<img src="images/image4.jpg" width="500" class="center">
</body>
+</html>